From 7092982282fc81608ea83c330eaeb951d47bfc74 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Mon, 12 Feb 2024 19:59:43 +0300 Subject: 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 Signed-off-by: Waldemar Brodkorb --- target/config/Config.in.binfmt | 1 + 1 file changed, 1 insertion(+) (limited to 'target/config/Config.in.binfmt') 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" -- cgit v1.2.3