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 PIIX 35 bool 36 # For historical reasons, SuperIO devices are created in the board 37 # for PIIX4. 38 select ACPI_PIIX4 39 select I8254 40 select I8257 41 select I8259 42 select IDE_PIIX 43 select ISA_BUS 44 select MC146818RTC 45 select USB_UHCI 46 47config VT82C686 48 bool 49 select ISA_SUPERIO 50 select ACPI 51 select ACPI_SMBUS 52 select SERIAL_ISA 53 select FDC_ISA 54 select USB_UHCI 55 select APM 56 select I8254 57 select I8257 58 select I8259 59 select IDE_VIA 60 select MC146818RTC 61 select PARALLEL 62 63config SMC37C669 64 bool 65 select ISA_SUPERIO 66 select SERIAL_ISA 67 select PARALLEL 68 select FDC_ISA 69 70config LPC_ICH9 71 bool 72 # For historical reasons, SuperIO devices are created in the board 73 # for ICH9. 74 select I8257 75 select ISA_BUS 76 select ACPI_ICH9 77 select MC146818RTC 78