aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-05-09 10:27:34 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-05-16 08:42:36 -0400
commit5cbeecd6629472c46384779ac139fb6643105dac (patch)
tree404f8c9a5e0fde408e225eee79fad60ca69f2fc8 /arch/s390/Kconfig
parent1549d13f4c5f0ca77b66bd725287d0b3f877eb6b (diff)
s390/compat: select COMPAT_BINFMT_ELF only if BINFMT_ELF is set
Fix this: warning: (COMPAT) selects COMPAT_BINFMT_ELF which has unmet direct dependencies (COMPAT && BINFMT_ELF) Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 9015060919a0..39799fac4d7a 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -217,7 +217,7 @@ config COMPAT
217 def_bool y 217 def_bool y
218 prompt "Kernel support for 31 bit emulation" 218 prompt "Kernel support for 31 bit emulation"
219 depends on 64BIT 219 depends on 64BIT
220 select COMPAT_BINFMT_ELF 220 select COMPAT_BINFMT_ELF if BINFMT_ELF
221 select ARCH_WANT_OLD_COMPAT_IPC 221 select ARCH_WANT_OLD_COMPAT_IPC
222 help 222 help
223 Select this option if you want to enable your system kernel to 223 Select this option if you want to enable your system kernel to