seabios: turn off CONFIG_ATA_DMA
[qemu/kevin.git] / hw / isa / Kconfig
blob57e09a0cb8e74eb79f0625d6ebc3ec3539d19ceb
1 config ISA_BUS
2     bool
4 config APM
5     bool
7 config I82378
8     bool
9     select ISA_BUS
10     select I8259
11     select I8254
12     select I82374
13     select MC146818RTC
15 config PC87312
16     bool
17     select ISA_BUS
18     select I8259
19     select I8254
20     select I8257
21     select MC146818RTC
22     select SERIAL_ISA
23     select PARALLEL
24     select FDC
25     select IDE_ISA
27 config PIIX4
28     bool
29     # For historical reasons, SuperIO devices are created in the board
30     # for PIIX4.
31     select ISA_BUS
33 config VT82C686
34     bool
35     select ISA_BUS
36     select ACPI_SMBUS
37     select SERIAL_ISA
38     select FDC
40 config SMC37C669
41     bool
42     select ISA_BUS
43     select SERIAL_ISA
44     select PARALLEL
45     select FDC
47 config LPC_ICH9
48     bool
49     # For historical reasons, SuperIO devices are created in the board
50     # for ICH9.
51     select ISA_BUS
52     select ACPI_SMBUS
53     select ACPI_X86_ICH