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 select PCKBD 20 21config PC87312 22 bool 23 select ISA_SUPERIO 24 select I8259 25 select I8254 26 select I8257 27 select MC146818RTC 28 select SERIAL_ISA 29 select PARALLEL 30 select FDC 31 select IDE_ISA 32 33config PIIX3 34 bool 35 select ISA_BUS 36 37config PIIX4 38 bool 39 # For historical reasons, SuperIO devices are created in the board 40 # for PIIX4. 41 select ISA_BUS 42 select USB_UHCI 43 44config VT82C686 45 bool 46 select ISA_SUPERIO 47 select ACPI_SMBUS 48 select SERIAL_ISA 49 select FDC 50 select USB_UHCI 51 52config SMC37C669 53 bool 54 select ISA_SUPERIO 55 select SERIAL_ISA 56 select PARALLEL 57 select FDC 58 59config LPC_ICH9 60 bool 61 # For historical reasons, SuperIO devices are created in the board 62 # for ICH9. 63 select ISA_BUS 64 select ACPI_SMBUS 65 select ACPI_X86_ICH 66