summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-11 22:51:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-11 22:51:12 +0100
commit375c77ad4e597bc5c67a151d722b5063322bbb46 (patch)
tree5afdb6803ec1c3dd91dabf8817528704312dfe06 /arch
parentb85837e5d6d2b49fb97b86af362b84aa4669af6a (diff)
arch: remove superfluous arch dependencies on BR2_BINFMT_FLAT_*
As noted by Yann E. Morin, those dependencies are unneeded, since FLAT can anyway only be used on m68k and Blackfin. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/Config.in b/arch/Config.in
index c7bef5d8a..d06ab5e54 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -305,14 +305,12 @@ config BR2_BINFMT_FLAT_ONE
config BR2_BINFMT_FLAT_SEP_DATA
bool "Separate data and code region"
- depends on BR2_bfin || BR2_m68k
help
Allow for the data and text segments to be separated and placed in
different regions of memory.
config BR2_BINFMT_FLAT_SHARED
bool "Shared binary"
- depends on BR2_bfin || BR2_m68k
select BR2_BINFMT_SUPPORTS_SHARED
help
Allow to load and link indiviual FLAT binaries at run time.