diff options
-rw-r--r-- | target/config/Config.in.binfmt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 4106979fa..70e0cc585 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -25,6 +25,7 @@ config ADK_TARGET_BINFMT_FDPIC bool "FDPIC" select BUSYBOX_NOMMU depends on ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV || ADK_TARGET_ARCH_SH + depends on !ADK_TARGET_WITH_MMU config ADK_TARGET_BINFMT_DSBT bool "DSBT" |