aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/Kconfig
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2019-10-26 18:45:41 +0200
committerLaurent Vivier <laurent@vivier.eu>2019-10-28 19:06:45 +0100
commit87a34e2adb03ca4120ef1e69ad5fe75d65c88b24 (patch)
treefb930f9eb093209130abb440d208ac4ea8fc5209 /hw/misc/Kconfig
parent6dca62a0000f95e0b7020aa00d0ca9b2c421f341 (diff)
downloadqemu-87a34e2adb03ca4120ef1e69ad5fe75d65c88b24.zip
qemu-87a34e2adb03ca4120ef1e69ad5fe75d65c88b24.tar.gz
qemu-87a34e2adb03ca4120ef1e69ad5fe75d65c88b24.tar.bz2
hw/m68k: implement ADB bus support for via
VIA needs to be able to poll the ADB interface and to read/write data from/to the bus. This patch adds functions allowing that. Co-developed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Hervé Poussineau <hpoussin@reactos.org> Reviewed-by: Thomas Huth <huth@tuxfamily.org> Message-Id: <20191026164546.30020-7-laurent@vivier.eu>
Diffstat (limited to 'hw/misc/Kconfig')
-rw-r--r--hw/misc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig
index 18a5dc9..2164646 100644
--- a/hw/misc/Kconfig
+++ b/hw/misc/Kconfig
@@ -123,5 +123,6 @@ config UNIMP
config MAC_VIA
bool
select MOS6522
+ select ADB
source macio/Kconfig