From: Paul Mundt Date: Mon, 14 May 2007 07:58:35 +0000 (+0900) Subject: fs: Kill sh dependency for binfmt_flat. X-Git-Tag: upstream/snapshot3+hdmi~33656^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d4be747a8077d90e10e1e0b0f8994abb4adacb4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 --- diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index 74c6440..d4fc609 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt @@ -38,7 +38,7 @@ config BINFMT_ELF_FDPIC config BINFMT_FLAT tristate "Kernel support for flat binaries" - depends on !MMU || SUPERH + depends on !MMU help Support uClinux FLAT format binaries.