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