diff options
Diffstat (limited to 'hw/core/Kconfig')
| -rw-r--r-- | hw/core/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hw/core/Kconfig b/hw/core/Kconfig index c2a1ae8122..fdf03514d7 100644 --- a/hw/core/Kconfig +++ b/hw/core/Kconfig @@ -7,5 +7,18 @@ config PTIMER config FITLOADER bool +config GENERIC_LOADER + bool + default y + +config OR_IRQ + bool + config PLATFORM_BUS bool + +config REGISTER + bool + +config SPLIT_IRQ + bool |