diff options
Diffstat (limited to 'hw/core/Kconfig')
-rw-r--r-- | hw/core/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/core/Kconfig b/hw/core/Kconfig new file mode 100644 index 0000000000..c2a1ae8122 --- /dev/null +++ b/hw/core/Kconfig @@ -0,0 +1,11 @@ +config EMPTY_SLOT + bool + +config PTIMER + bool + +config FITLOADER + bool + +config PLATFORM_BUS + bool |