diff options
-rw-r--r-- | payloads/Kconfig | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig index ec581c0749..15d0417d35 100644 --- a/payloads/Kconfig +++ b/payloads/Kconfig @@ -8,17 +8,6 @@ choice default PAYLOAD_NONE if NO_DEFAULT_PAYLOAD || !ARCH_X86 default PAYLOAD_SEABIOS if ARCH_X86 -config PAYLOAD_FIT - bool "A FIT payload" - select PAYLOAD_FIT_SUPPORT - help - Select this option if you have a payload image (a FIT file) which - coreboot should run as soon as the basic hardware initialization - is completed. - - You will be able to specify the location and file name of the - payload image later. - config PAYLOAD_NONE bool "None" help @@ -39,6 +28,17 @@ config PAYLOAD_ELF You will be able to specify the location and file name of the payload image later. +config PAYLOAD_FIT + bool "A FIT payload" + select PAYLOAD_FIT_SUPPORT + help + Select this option if you have a payload image (a FIT file) which + coreboot should run as soon as the basic hardware initialization + is completed. + + You will be able to specify the location and file name of the + payload image later. + config PAYLOAD_BAYOU bool "Bayou" help |