payloads: add Kconfig option for bayou
Add an option to add bayou as the primary payload. Change-Id: I8c0164344537b82870198b13ef6fdf20e7d095ef Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/15954 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Omar Pakker Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
0c290a0c85
commit
3d609325b9
|
@ -25,12 +25,20 @@ config PAYLOAD_ELF
|
||||||
You will be able to specify the location and file name of the
|
You will be able to specify the location and file name of the
|
||||||
payload image later.
|
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"
|
source "payloads/external/*/Kconfig.name"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
source "payloads/external/*/Kconfig"
|
source "payloads/external/*/Kconfig"
|
||||||
|
|
||||||
|
source "payloads/bayou/Kconfig"
|
||||||
|
|
||||||
config PAYLOAD_FILE
|
config PAYLOAD_FILE
|
||||||
string "Payload path and filename"
|
string "Payload path and filename"
|
||||||
depends on PAYLOAD_ELF
|
depends on PAYLOAD_ELF
|
||||||
|
|
Loading…
Reference in New Issue