From: Stephen Rothwell Date: Wed, 6 Mar 2013 18:11:51 +0000 (+0000) Subject: powerpc: Make sure that we alays include CONFIG_BINFMT_ELF X-Git-Tag: v3.9-rc4~35^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d812c0e1f90b7b86ff8e06b500cd8b8a03f3dbe6;p=platform%2Fkernel%2Flinux-exynos.git powerpc: Make sure that we alays include CONFIG_BINFMT_ELF 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 Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index b89d7eb..a091c01 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -90,6 +90,7 @@ config GENERIC_GPIO config PPC bool default y + select BINFMT_ELF select OF select OF_EARLY_FLATTREE select HAVE_FTRACE_MCOUNT_RECORD