mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-12-27 14:35:32 +00:00
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>
This commit is contained in:
parent
9af9a413d2
commit
1d4be747a8
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user