56dceb2e1a
Some payloads don't depend on their supported platforms, which makes them visible in menuconfig even if they are not supported (yet). Change-Id: Ia1ec0f0ca0b6521d0c024500c67326337f3d744f Signed-off-by: Philipp Hug <philipp@hug.cx> Reviewed-on: https://review.coreboot.org/28774 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
10 lines
315 B
Text
10 lines
315 B
Text
config PAYLOAD_LINUX
|
|
bool "A Linux payload"
|
|
depends on ARCH_X86 || ARCH_ARM
|
|
help
|
|
Select this option if you have a Linux bzImage 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.
|