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>
9 lines
268 B
Text
9 lines
268 B
Text
config PAYLOAD_FILO
|
|
bool "FILO"
|
|
depends on ARCH_X86
|
|
help
|
|
Select this option if you want to build a coreboot image
|
|
with a FILO payload. If you don't know what this is
|
|
about, just leave it enabled.
|
|
|
|
See https://coreboot.org/Payloads for more information.
|