diff options
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 e95d1b64082c..022574202749 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt | |||
@@ -33,7 +33,7 @@ config ARCH_BINFMT_ELF_RANDOMIZE_PIE | |||
33 | config BINFMT_ELF_FDPIC | 33 | config BINFMT_ELF_FDPIC |
34 | bool "Kernel support for FDPIC ELF binaries" | 34 | bool "Kernel support for FDPIC ELF binaries" |
35 | default y | 35 | default y |
36 | depends on (FRV || BLACKFIN || (SUPERH32 && !MMU)) | 36 | depends on (FRV || BLACKFIN || (SUPERH32 && !MMU) || C6X) |
37 | help | 37 | help |
38 | ELF FDPIC binaries are based on ELF, but allow the individual load | 38 | ELF FDPIC binaries are based on ELF, but allow the individual load |
39 | segments of a binary to be located in memory independently of each | 39 | segments of a binary to be located in memory independently of each |