c0ff379514
Currently, isa-superio.c is always compiled as soon as CONFIG_ISA_BUS is enabled. But there are also machines that have an ISA BUS without any of the superio chips attached to it, so we should not compile isa-superio.c in case we only compile a QEMU for such a machine. Thus add a proper CONFIG_ISA_SUPERIO switch so that this file only gets compiled when we really, really need it. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
53 lines
778 B
Plaintext
53 lines
778 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
|
|
|
|
config MIPS_CPS
|
|
bool
|
|
select PTIMER
|
|
|
|
config MIPS_BOSTON
|
|
bool
|