qemu/hw/mips/Kconfig
Philippe Mathieu-Daudé abc82de356 hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
Ease the kconfig selection by introducing CONFIG_PCI_BONITO to select
the Bonito North Bridge.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: <20200510210128.18343-6-f4bug@amsat.org>
Reviewed-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
2020-05-26 12:09:18 +02:00

54 lines
800 B
Plaintext

config R4K
bool
select ISA_BUS
select SERIAL_ISA
select I8259
select I8254
select MC146818RTC
imply VGA_ISA
imply NE2000_ISA
select IDE_ISA
select PCKBD
select PFLASH_CFI01
config MALTA
bool
select ISA_SUPERIO
config MIPSSIM
bool
select ISA_BUS
select SERIAL_ISA
select MIPSNET
config JAZZ
bool
select ISA_BUS
select RC4030
select I8259
select I8254
select I8257
select PCSPK
select VGA_ISA_MM
select G364FB
select DP8393X
select ESP
select FDC
select MC146818RTC
select PCKBD
select SERIAL
select PARALLEL
select DS1225Y
select JAZZ_LED
config FULONG
bool
select PCI_BONITO
config MIPS_CPS
bool
select PTIMER
config MIPS_BOSTON
bool