diff options
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r-- | payloads/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig index 46cfaf5ad0..4e86c21ec7 100644 --- a/payloads/Kconfig +++ b/payloads/Kconfig @@ -40,21 +40,12 @@ config PAYLOAD_FIT You will be able to specify the location and file name of the payload image later. -config PAYLOAD_BAYOU - bool "Bayou" - depends on ARCH_X86 - help - Select this option if you want to set bayou as your primary - payload. - source "payloads/external/*/Kconfig.name" endchoice source "payloads/external/*/Kconfig" -source "payloads/bayou/Kconfig" - config PAYLOAD_FILE string "Payload path and filename" depends on PAYLOAD_ELF || PAYLOAD_FIT |