diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2016-08-05 01:03:41 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-08-12 11:47:05 -0400 |
commit | d782e426b835bd2e79d868eb4af8510ed79e0aee (patch) | |
tree | fc96553e852220f81d88475037e7f907821c2dab /fs/Kconfig.binfmt | |
parent | 55604b7ab1b5b8f560721e69b1ac059bd8d2078e (diff) |
ARM: 8594/1: enable binfmt_flat on systems with an MMU
Now that the generic changes are in place, this can be enabled on ARM
with the use of proper user space accessors in the flat_get_addr_from_rp()
and flat_put_addr_at_rp() handlers as rp actually holds a user space
address.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'fs/Kconfig.binfmt')
-rw-r--r-- | fs/Kconfig.binfmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index c7efddf6e038..4c09d93d9569 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt | |||
@@ -89,7 +89,7 @@ config BINFMT_SCRIPT | |||
89 | 89 | ||
90 | config BINFMT_FLAT | 90 | config BINFMT_FLAT |
91 | bool "Kernel support for flat binaries" | 91 | bool "Kernel support for flat binaries" |
92 | depends on !MMU || M68K | 92 | depends on !MMU || ARM || M68K |
93 | depends on !FRV || BROKEN | 93 | depends on !FRV || BROKEN |
94 | help | 94 | help |
95 | Support uClinux FLAT format binaries. | 95 | Support uClinux FLAT format binaries. |