]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: Make sure that we alays include CONFIG_BINFMT_ELF
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 6 Mar 2013 18:11:51 +0000 (18:11 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 17 Mar 2013 01:35:09 +0000 (12:35 +1100)
Our kernel is not much good without BINFMT_ELF and this fixes a build
warning on 64 bit allnoconfig builds:

warning: (COMPAT) selects COMPAT_BINFMT_ELF which has unmet direct dependencies (COMPAT && BINFMT_ELF)

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig

index b89d7eb730a25360129d0d4b7f83136e130a227d..a091c01762ed7cc7ec009a616ee9a50c57a79095 100644 (file)
@@ -90,6 +90,7 @@ config GENERIC_GPIO
 config PPC
        bool
        default y
 config PPC
        bool
        default y
+       select BINFMT_ELF
        select OF
        select OF_EARLY_FLATTREE
        select HAVE_FTRACE_MCOUNT_RECORD
        select OF
        select OF_EARLY_FLATTREE
        select HAVE_FTRACE_MCOUNT_RECORD