summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binfmt
diff options
context:
space:
mode:
authorDmitry Chestnykh <dm.chestnykh@gmail.com>2024-02-12 19:59:43 +0300
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-15 09:42:04 +0100
commit7092982282fc81608ea83c330eaeb951d47bfc74 (patch)
tree9346684d8d7933a52ac91a21b89177c72c19aee2 /target/config/Config.in.binfmt
parent9792d8cf29e671c8c8758f6b11ca69450463a494 (diff)
Don't allow simulataneous FDPIC and MMU enabled.
Allowing selection both FDPIC as binary format for target and MMU can lead to some inconsistent configurations and therefore build errors. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/config/Config.in.binfmt')
-rw-r--r--target/config/Config.in.binfmt1
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"