Merge remote-tracking branch 'qemu-project/master'
[qemu/ar7.git] / hw / core / Kconfig
blob24411f593060d1b43f87071e720a676c7149e61d
1 config EMPTY_SLOT
2     bool
4 config PTIMER
5     bool
7 config DEVICE_TREE
8     bool
9     # fail the build if libfdt not found
10     depends on FDT
12 config FITLOADER
13     bool
14     depends on DEVICE_TREE
16 config GENERIC_LOADER
17     bool
18     default y
20 config GUEST_LOADER
21     bool
22     default y
23     depends on TCG && DEVICE_TREE
25 config OR_IRQ
26     bool
28 config PLATFORM_BUS
29     bool
30     depends on DEVICE_TREE
32 config REGISTER
33     bool
35 config SPLIT_IRQ
36     bool