diff options
Diffstat (limited to 'hw/core/Kconfig')
-rw-r--r-- | hw/core/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/hw/core/Kconfig b/hw/core/Kconfig new file mode 100644 index 000000000..939750365 --- /dev/null +++ b/hw/core/Kconfig @@ -0,0 +1,29 @@ +config EMPTY_SLOT + bool + +config PTIMER + bool + +config FITLOADER + bool + +config GENERIC_LOADER + bool + default y + +config GUEST_LOADER + bool + default y + depends on TCG + +config OR_IRQ + bool + +config PLATFORM_BUS + bool + +config REGISTER + bool + +config SPLIT_IRQ + bool |