aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-05-14 03:58:35 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-05-21 01:34:00 -0400
commit1d4be747a8077d90e10e1e0b0f8994abb4adacb4 (patch)
tree7540ba6695e36777350999f9c5731ce08183eee8
parent9af9a413d21f7a113f4fd909fb9962fea36b6cfa (diff)
fs: Kill sh dependency for binfmt_flat.
Not really sure where this bogosity came from, but there's certainly nothing special about sh that lets us use flat files with the MMU on. Kill the dependency, and leave it as !MMU, like it is for all of the other nommu-wielding ports. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--fs/Kconfig.binfmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index 74c64409ddbc..d4fc6095466d 100644
--- a/fs/Kconfig.binfmt
+++ b/fs/Kconfig.binfmt
@@ -38,7 +38,7 @@ config BINFMT_ELF_FDPIC
38 38
39config BINFMT_FLAT 39config BINFMT_FLAT
40 tristate "Kernel support for flat binaries" 40 tristate "Kernel support for flat binaries"
41 depends on !MMU || SUPERH 41 depends on !MMU
42 help 42 help
43 Support uClinux FLAT format binaries. 43 Support uClinux FLAT format binaries.
44 44