diff options
Diffstat (limited to 'hw/core/Kconfig')
-rw-r--r-- | hw/core/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/core/Kconfig b/hw/core/Kconfig index fdf0351..9397503 100644 --- a/hw/core/Kconfig +++ b/hw/core/Kconfig @@ -11,6 +11,11 @@ config GENERIC_LOADER bool default y +config GUEST_LOADER + bool + default y + depends on TCG + config OR_IRQ bool |