[PATCH v3 2/4] common: Kconfig: remove MIPS dependency for ELF

Clement Leger cleger at kalray.eu
Tue Jun 30 16:44:00 EDT 2020


There is no reason anymore to limit the use of elf on mips since there
is no elf specific support needed in architectures. Drop the MIPS
dependency.

Signed-off-by: Clement Leger <cleger at kalray.eu>
---
 common/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/Kconfig b/common/Kconfig
index f150092af..36b504dd3 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -39,7 +39,6 @@ config BLOCK_WRITE
 
 config ELF
 	bool "ELF Support" if COMPILE_TEST
-	depends on MIPS || COMPILE_TEST
 
 config FILETYPE
 	bool
-- 
2.17.1




More information about the barebox mailing list