Files
xemu/hw/isa/Kconfig
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

78 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-01-23 14:56:00 +08:00
config ISA_BUS
bool
config APM
bool
config I82378
bool
2019-01-23 14:56:09 +08:00
select ISA_BUS
select I8259
select I8254
select I82374
select MC146818RTC
select PCSPK
2019-01-23 14:56:00 +08:00
config ISA_SUPERIO
2019-01-23 14:56:00 +08:00
bool
2024-02-13 16:49:59 +01:00
depends on ISA_BUS
select PCKBD
select PARALLEL
select SERIAL_ISA
select FDC_ISA
# Some users of ISA_SUPERIO do not use it
#select IDE_ISA
config FDC37M81X
bool
select ISA_SUPERIO
config PC87312
bool
select ISA_SUPERIO
select I8259
select I8254
select I8257
select MC146818RTC
select IDE_ISA
2019-01-23 14:56:00 +08:00
2023-10-07 14:38:27 +02:00
config PIIX
2019-01-23 14:56:00 +08:00
bool
# For historical reasons, SuperIO devices are created in the board
# for PIIX4.
select ACPI_PIIX4
select I8254
select I8257
select I8259
select IDE_PIIX
2019-01-23 14:56:09 +08:00
select ISA_BUS
select MC146818RTC
select USB_UHCI
2019-01-23 14:56:00 +08:00
config VT82C686
bool
2024-02-13 16:49:59 +01:00
select ISA_BUS
select ISA_SUPERIO
select ACPI
2019-01-23 14:56:11 +08:00
select ACPI_SMBUS
select USB_UHCI
select APM
select I8254
select I8257
select I8259
select IDE_VIA
select MC146818RTC
2019-01-23 14:56:00 +08:00
config SMC37C669
bool
select ISA_SUPERIO
2019-01-23 14:56:00 +08:00
config LPC_ICH9
bool
# For historical reasons, SuperIO devices are created in the board
# for ICH9.
select I8257
2019-01-23 14:56:09 +08:00
select ISA_BUS
select ACPI_ICH9
select MC146818RTC