From 7c8679eebc8e4e69ba0afa370d85d3d6eb386997 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Wed, 6 Jun 2018 09:59:11 +0200 Subject: add basic ELF parser This parser is needed for kernel boot support on MIPS and can potentially reused on other platforms. Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- common/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index b7000c4d73..794de905ef 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -46,6 +46,10 @@ config BLOCK config BLOCK_WRITE bool +config ELF + bool + depends on MIPS + config FILETYPE bool -- cgit v1.2.3