1config ISA_BUS 2 bool 3 4config APM 5 bool 6 7config I82378 8 bool 9 select ISA_BUS 10 select I8259 11 select I8254 12 select I82374 13 select MC146818RTC 14 select PCSPK 15 16config ISA_SUPERIO 17 bool 18 select ISA_BUS 19 20config PC87312 21 bool 22 select ISA_SUPERIO 23 select I8259 24 select I8254 25 select I8257 26 select MC146818RTC 27 select SERIAL_ISA 28 select PARALLEL 29 select FDC 30 select IDE_ISA 31 32config PIIX3 33 bool 34 select ISA_BUS 35 36config PIIX4 37 bool 38 # For historical reasons, SuperIO devices are created in the board 39 # for PIIX4. 40 select ISA_BUS 41 select USB_UHCI 42 43config VT82C686 44 bool 45 select ISA_SUPERIO 46 select ACPI_SMBUS 47 select SERIAL_ISA 48 select FDC 49 50config SMC37C669 51 bool 52 select ISA_SUPERIO 53 select SERIAL_ISA 54 select PARALLEL 55 select FDC 56 57config LPC_ICH9 58 bool 59 # For historical reasons, SuperIO devices are created in the board 60 # for ICH9. 61 select ISA_BUS 62 select ACPI_SMBUS 63 select ACPI_X86_ICH 64