diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-13 10:08:57 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@kernel.org> | 2019-06-24 02:16:47 +0300 |
commit | aef0f78e7460cd2889fe5359b26f7ad3c9555630 (patch) | |
tree | 54ddbc7ae8bd0685715a17827bcfb92a43f5d664 /arch/h8300 | |
parent | 3b9777184232a9c2ded88caa5f50adb75d636325 (diff) | |
download | linux-aef0f78e7460cd2889fe5359b26f7ad3c9555630.tar.xz |
binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option
Allow architectures to opt into ARCH_HAS_BINFMT_FLAT support instead of
assuming that all nommu ports support the format.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 7457f190caaa..ec800e9d5aad 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -2,6 +2,7 @@ config H8300 def_bool y select ARCH_32BIT_OFF_T + select ARCH_HAS_BINFMT_FLAT select BINFMT_FLAT_ARGVP_ENVP_ON_STACK select BINFMT_FLAT_OLD_ALWAYS_RAM select GENERIC_ATOMIC64 |