]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: turn CONFIG_OF into a select
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 29 Jun 2010 02:43:34 +0000 (12:43 +1000)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 5 Jul 2010 22:14:53 +0000 (16:14 -0600)
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>
arch/powerpc/Kconfig

index 328774bd41ee171706de902d5640721bfc49b0d2..369723183002df5a20bd878130db8225112fe3ae 100644 (file)
@@ -120,6 +120,8 @@ config ARCH_NO_VIRT_TO_BUS
 config PPC
        bool
        default y
+       select OF
+       select OF_FLATTREE
        select HAVE_FTRACE_MCOUNT_RECORD
        select HAVE_DYNAMIC_FTRACE
        select HAVE_FUNCTION_TRACER
@@ -173,8 +175,7 @@ config PPC_OF
        def_bool y
 
 config OF
-       def_bool y
-       select OF_FLATTREE
+       bool
 
 config PPC_UDBG_16550
        bool