]>
Commit | Line | Data |
---|---|---|
82f51817 PB |
1 | config ISA_BUS |
2 | bool | |
3 | ||
4 | config APM | |
5 | bool | |
6 | ||
7 | config I82378 | |
8 | bool | |
a7e23159 | 9 | select ISA_BUS |
dd0ff819 PB |
10 | select I8259 |
11 | select I8254 | |
12 | select I82374 | |
13 | select MC146818RTC | |
aa889f73 | 14 | select PCSPK |
82f51817 | 15 | |
c0ff3795 | 16 | config ISA_SUPERIO |
82f51817 | 17 | bool |
a7e23159 | 18 | select ISA_BUS |
c0ff3795 TH |
19 | |
20 | config PC87312 | |
21 | bool | |
22 | select ISA_SUPERIO | |
dd0ff819 PB |
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 | |
82f51817 | 31 | |
14a026dd PMD |
32 | config PIIX3 |
33 | bool | |
34 | select ISA_BUS | |
35 | ||
82f51817 PB |
36 | config PIIX4 |
37 | bool | |
dd0ff819 PB |
38 | # For historical reasons, SuperIO devices are created in the board |
39 | # for PIIX4. | |
a7e23159 | 40 | select ISA_BUS |
fa80da7b | 41 | select USB_UHCI |
82f51817 PB |
42 | |
43 | config VT82C686 | |
44 | bool | |
c0ff3795 | 45 | select ISA_SUPERIO |
1550b0e6 | 46 | select ACPI_SMBUS |
dd0ff819 PB |
47 | select SERIAL_ISA |
48 | select FDC | |
82f51817 PB |
49 | |
50 | config SMC37C669 | |
51 | bool | |
c0ff3795 | 52 | select ISA_SUPERIO |
dd0ff819 PB |
53 | select SERIAL_ISA |
54 | select PARALLEL | |
55 | select FDC | |
82f51817 PB |
56 | |
57 | config LPC_ICH9 | |
58 | bool | |
dd0ff819 PB |
59 | # For historical reasons, SuperIO devices are created in the board |
60 | # for ICH9. | |
a7e23159 | 61 | select ISA_BUS |
02017ee3 | 62 | select ACPI_SMBUS |
a7e23159 | 63 | select ACPI_X86_ICH |