summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-05-08 08:25:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-08 14:48:01 +0200
commit57c88050d03a0fa0c20985bcf3fcd59f5a95b9ed (patch)
tree1b95f86e4f14181bb39c43335dcd9c0a5d35dcd5 /common
parent43d8f099272ef82bacdc8044791a051dafeb47b8 (diff)
downloadbarebox-57c88050d03a0fa0c20985bcf3fcd59f5a95b9ed.tar.gz
barebox-57c88050d03a0fa0c20985bcf3fcd59f5a95b9ed.tar.xz
drivers: add COMPILE_TEST prompts for some off-by-default options
Some Kconfig options we have are promptless and off-by-default and instead can only be enabled by being selected from platform options. For some of those that aren't compile testable, add a new COMPILE_TEST-only prompt. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 0df45d1f6b..44a955c5ff 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -39,8 +39,8 @@ config BLOCK_WRITE
bool
config ELF
- bool
- depends on MIPS
+ bool "ELF Support" if COMPILE_TEST
+ depends on MIPS || COMPILE_TEST
config FILETYPE
bool