summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binfmt
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.binfmt')
-rw-r--r--target/config/Config.in.binfmt3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index 2e15e613d..169c0cb00 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -7,6 +7,7 @@ depends on ADK_TARGET_ARCH_ARM \
|| ADK_TARGET_ARCH_BFIN \
|| ADK_TARGET_ARCH_C6X \
|| ADK_TARGET_ARCH_H8300\
+ || ADK_TARGET_ARCH_LM32\
|| ADK_TARGET_ARCH_M68K
config ADK_TARGET_BINFMT_ELF
@@ -16,7 +17,7 @@ config ADK_TARGET_BINFMT_ELF
config ADK_TARGET_BINFMT_FLAT
bool "FLAT"
depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_M68K) && ADK_TARGET_UCLINUX \
- || ADK_TARGET_ARCH_H8300
+ || ADK_TARGET_ARCH_H8300 || ADK_TARGET_ARCH_LM32
config ADK_TARGET_BINFMT_DSBT
bool "DSBT"