From fa2ba3b80e13e6bb961bfe3e614c606cd4985d3d Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sat, 26 Oct 2019 18:45:42 +0200 Subject: hw/m68k: add Nubus support This patch adds basic support for the NuBus bus. This is used by 680x0 Macintosh. Co-developed-by: Mark Cave-Ayland Signed-off-by: Mark Cave-Ayland Signed-off-by: Laurent Vivier Reviewed-by: Thomas Huth Message-Id: <20191026164546.30020-8-laurent@vivier.eu> --- hw/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/Kconfig') diff --git a/hw/Kconfig b/hw/Kconfig index b45db3c813..0501a55315 100644 --- a/hw/Kconfig +++ b/hw/Kconfig @@ -21,6 +21,7 @@ source isa/Kconfig source mem/Kconfig source misc/Kconfig source net/Kconfig +source nubus/Kconfig source nvram/Kconfig source pci-bridge/Kconfig source pci-host/Kconfig -- cgit v1.2.3