From 7c032bfbe838c24dcbdc8f9c452553b24f20daad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Sun, 10 Mar 2019 02:25:07 +0100 Subject: hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Bernhard Beschow Message-Id: <20221209151533.69516-2-philmd@linaro.org> Reviewed-by: Richard Henderson --- hw/mips/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hw/mips/Kconfig') diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 7255253..d6bbbe7 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -1,5 +1,6 @@ config MALTA bool + select GT64120 select ISA_SUPERIO config MIPSSIM @@ -59,3 +60,8 @@ config MIPS_BOSTON config FW_CFG_MIPS bool + +config GT64120 + bool + select PCI + select I8259 -- cgit v1.1