projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb78ef
)
powerpc: Make sure that we alays include CONFIG_BINFMT_ELF
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 6 Mar 2013 18:11:51 +0000
(18:11 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/Kconfig
b/arch/powerpc/Kconfig
index b89d7eb730a25360129d0d4b7f83136e130a227d..a091c01762ed7cc7ec009a616ee9a50c57a79095 100644
(file)
--- 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