seabios: turn off CONFIG_ATA_DMA
[qemu/kevin.git] / hw / intc / Kconfig
blobde10a6bcbf2908476fde3b6e4a44091cc9972e82
1 config HEATHROW_PIC
2     bool
4 config I8259
5     bool
7 config PL190
8     bool
10 config IOAPIC
11     bool
13 config ARM_GIC
14     bool
16 config OPENPIC
17     bool
19 config APIC
20     bool
22 config ARM_GIC_KVM
23     bool
24     default y
25     depends on ARM_GIC && KVM
27 config OPENPIC_KVM
28     bool
29     default y
30     depends on OPENPIC && KVM
32 config XICS
33     bool
34     depends on POWERNV || PSERIES
36 config XICS_SPAPR
37     bool
38     select XICS
40 config XICS_KVM
41     bool
42     default y
43     depends on XICS && KVM
45 config ALLWINNER_A10_PIC
46     bool
48 config S390_FLIC
49     bool
51 config S390_FLIC_KVM
52     bool
53     default y
54     depends on S390_FLIC && KVM
56 config OMPIC
57     bool