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.binfmt5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index a3f089ca5..01a5969b9 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -9,7 +9,8 @@ depends on ADK_TARGET_ARCH_ARM \
|| ADK_TARGET_ARCH_FRV \
|| ADK_TARGET_ARCH_H8300 \
|| ADK_TARGET_ARCH_LM32 \
- || ADK_TARGET_ARCH_M68K
+ || ADK_TARGET_ARCH_M68K \
+ || ADK_TARGET_ARCH_SH
config ADK_TARGET_BINFMT_ELF
bool "ELF"
@@ -22,7 +23,7 @@ config ADK_TARGET_BINFMT_FDPIC
config ADK_TARGET_BINFMT_FLAT
bool "FLAT"
select ADK_TARGET_UCLINUX if ADK_TARGET_ARCH_BFIN
- depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && ADK_TARGET_WITHOUT_MMU \
+ depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_SH ) && ADK_TARGET_WITHOUT_MMU \
|| ADK_TARGET_ARCH_H8300 || ADK_TARGET_ARCH_LM32 || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV
config ADK_TARGET_BINFMT_DSBT