Skip to content

Commit

Permalink
fs: Kill sh dependency for binfmt_flat.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pmundt committed May 21, 2007
1 parent 9af9a41 commit 1d4be74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Kconfig.binfmt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1d4be74

Please sign in to comment.