]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
microblaze: turn CONFIG_OF into a select
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 29 Jun 2010 02:42:00 +0000 (12:42 +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>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/microblaze/Kconfig

index 76818f926539bf444c8aa577d12dc1af1296d665..2b37820555bc4d2ee33c2e9911931c58a964735f 100644 (file)
@@ -17,6 +17,8 @@ config MICROBLAZE
        select HAVE_DMA_ATTRS
        select HAVE_DMA_API_DEBUG
        select TRACING_SUPPORT
+       select OF
+       select OF_FLATTREE
 
 config SWAP
        def_bool n
@@ -125,8 +127,7 @@ config CMDLINE_FORCE
          override those passed by the boot loader.
 
 config OF
-       def_bool y
-       select OF_FLATTREE
+       bool
 
 config PROC_DEVICETREE
        bool "Support for device tree in /proc"