diff options
author | Philipp Hug <philipp@hug.cx> | 2018-09-27 17:25:22 +0200 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2018-10-09 11:29:52 +0000 |
commit | 56dceb2e1a05191d6bf10498a461673f9a6c5279 (patch) | |
tree | 15979e63d440927b97cac02e19e960e8c43d9b53 /payloads/external/FILO | |
parent | e3c05c4a3f11ae012fa73a1d68633c50c3269f7d (diff) | |
download | coreboot-56dceb2e1a05191d6bf10498a461673f9a6c5279.tar.xz |
payloads: Only show supported payloads in menuconfig
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>
Diffstat (limited to 'payloads/external/FILO')
-rw-r--r-- | payloads/external/FILO/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/external/FILO/Kconfig.name b/payloads/external/FILO/Kconfig.name index ca94343fe1..28a41dcd50 100644 --- a/payloads/external/FILO/Kconfig.name +++ b/payloads/external/FILO/Kconfig.name @@ -1,5 +1,6 @@ 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 |