mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.c
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Bernhard Beschow <shentey@gmail.com> Message-Id: <20221209151533.69516-2-philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
145e2198d7
commit
7c032bfbe8
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue