summaryrefslogtreecommitdiff
path: root/src/device/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2016-03-04 09:20:20 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2016-03-05 00:56:36 +0100
commitd51a0896c6c0e995b6a60ee322e04d311bb4b031 (patch)
tree2ef47c4554daf07b7d775b90e450551c0e7c2e70 /src/device/Kconfig
parentab8f923f5372baeacbf1d97c2a44446b0f9d0ddd (diff)
downloadcoreboot-d51a0896c6c0e995b6a60ee322e04d311bb4b031.tar.xz
Kconfig: hide useless options on ARM.
Those options have no effect or lead to compile error on ARM due to fundamental incompatibilities. Add proper "depends on" clauses to hide them. Change-Id: I860fbd331439c25efd8aa92023195fda3add2e2c Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: https://review.coreboot.org/13904 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r--src/device/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 70a362f20e..d156d369f2 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -303,6 +303,7 @@ config SUBSYSTEM_DEVICE_ID
config VGA_BIOS
bool "Add a VGA BIOS image"
+ depends on ARCH_X86
help
Select this option if you have a VGA BIOS image that you would
like to add to your ROM.
@@ -352,6 +353,7 @@ config MBI_FILE
config PXE_ROM
bool "Add a PXE ROM image"
+ depends on ARCH_X86
help
Select this option if you have a PXE ROM image that you would
like to add to your ROM.