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/nubus/Kconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hw/nubus/Kconfig (limited to 'hw/nubus/Kconfig') diff --git a/hw/nubus/Kconfig b/hw/nubus/Kconfig new file mode 100644 index 0000000000..8fb8b22189 --- /dev/null +++ b/hw/nubus/Kconfig @@ -0,0 +1,2 @@ +config NUBUS + bool -- cgit v1.2.3