summaryrefslogtreecommitdiffstats
path: root/payloads/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r--payloads/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig
index 8cce778a9a51..77006311d10d 100644
--- a/payloads/Kconfig
+++ b/payloads/Kconfig
@@ -25,12 +25,20 @@ config PAYLOAD_ELF
You will be able to specify the location and file name of the
payload image later.
+config PAYLOAD_BAYOU
+ bool "Bayou"
+ 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