hw/misc: Add the STM32F4xx EXTI device
[qemu/ar7.git] / hw / misc / Kconfig
blobbdd77d80205907562b748fbe51584423f2e4b1c8
1 config APPLESMC
2     bool
3     depends on ISA_BUS
5 config MAX111X
6     bool
8 config TMP105
9     bool
10     depends on I2C
12 config TMP421
13     bool
14     depends on I2C
16 config ISA_DEBUG
17     bool
18     depends on ISA_BUS
20 config SGA
21     bool
22     depends on ISA_BUS
24 config ISA_TESTDEV
25     bool
26     default y if TEST_DEVICES
27     depends on ISA_BUS
29 config PCI_TESTDEV
30     bool
31     default y if TEST_DEVICES
32     depends on PCI
34 config EDU
35     bool
36     default y if TEST_DEVICES
37     depends on PCI && MSI_NONBROKEN
39 config PCA9552
40     bool
41     depends on I2C
43 config PL310
44     bool
46 config INTEGRATOR_DEBUG
47     bool
49 config A9SCU
50     bool
52 config ARM11SCU
53     bool
55 config MOS6522
56     bool
58 config MACIO
59     bool
60     select CUDA
61     select ESCC
62     select IDE_MACIO
63     select MAC_DBDMA
64     select MAC_NVRAM
65     select MOS6522
67 config IVSHMEM_DEVICE
68     bool
69     default y if PCI_DEVICES
70     depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
72 config ECCMEMCTL
73     bool
74     select ECC
76 config IMX
77     bool
78     select PTIMER
79     select SSI
80     select USB_EHCI_SYSBUS
82 config STM32F2XX_SYSCFG
83     bool
85 config STM32F4XX_SYSCFG
86     bool
88 config STM32F4XX_EXTI
89     bool
91 config MIPS_ITU
92     bool
94 config MPS2_FPGAIO
95     bool
97 config MPS2_SCC
98     bool
100 config TZ_MPC
101     bool
103 config TZ_MSC
104     bool
106 config TZ_PPC
107     bool
109 config IOTKIT_SECCTL
110     bool
112 config IOTKIT_SYSCTL
113     bool
115 config IOTKIT_SYSINFO
116     bool
118 config PVPANIC
119     bool
120     depends on ISA_BUS
122 config AUX
123     bool
124     select I2C
126 config UNIMP
127     bool
129 config MAC_VIA
130     bool
131     select MOS6522
132     select ADB
134 source macio/Kconfig