aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-06-28 22:43:34 -0400
committerGrant Likely <grant.likely@secretlab.ca>2010-07-05 18:14:53 -0400
commit10f85f43ef134014da72d2bcc1bff1abb9b0640c (patch)
tree0ac6273e87c45223827274cb5555982def8484c2 /arch/powerpc/Kconfig
parentae5bf63f2d8bad78e427e77f3f896e81cbdbde0d (diff)
powerpc: turn CONFIG_OF into a select
so that we can make CONFIG_OF global and remove it from the architecture Kconfig files later. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 328774bd41ee..369723183002 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -120,6 +120,8 @@ config ARCH_NO_VIRT_TO_BUS
120config PPC 120config PPC
121 bool 121 bool
122 default y 122 default y
123 select OF
124 select OF_FLATTREE
123 select HAVE_FTRACE_MCOUNT_RECORD 125 select HAVE_FTRACE_MCOUNT_RECORD
124 select HAVE_DYNAMIC_FTRACE 126 select HAVE_DYNAMIC_FTRACE
125 select HAVE_FUNCTION_TRACER 127 select HAVE_FUNCTION_TRACER
@@ -173,8 +175,7 @@ config PPC_OF
173 def_bool y 175 def_bool y
174 176
175config OF 177config OF
176 def_bool y 178 bool
177 select OF_FLATTREE
178 179
179config PPC_UDBG_16550 180config PPC_UDBG_16550
180 bool 181 bool