diff options
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r-- | payloads/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig index c7b9e2aba4..00d5d88e96 100644 --- a/payloads/Kconfig +++ b/payloads/Kconfig @@ -77,5 +77,13 @@ config MEMTEST_SECONDARY_PAYLOAD Memtest86+ can be loaded as a secondary payload under SeaBIOS, GRUB, or any other payload that can load additional payloads. +config NVRAMCUI_SECONDARY_PAYLOAD + bool "Load nvramcui as a secondary payload" + default n + depends on ARCH_X86 + help + nvramcui can be loaded as a secondary payload under SeaBIOS, GRUB, + or any other payload that can load additional payloads. + endmenu # "Secondary Payloads" endmenu |