diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-06-28 22:42:00 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-07-05 18:14:53 -0400 |
commit | ae5bf63f2d8bad78e427e77f3f896e81cbdbde0d (patch) | |
tree | e87af43102dafade47fdb010cf8841886bd7aa9d /arch/microblaze/Kconfig | |
parent | 50ef5284eb4f48810dd83255631a7f3de0d78d6b (diff) |
microblaze: 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>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 76818f926539..2b37820555bc 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -17,6 +17,8 @@ config MICROBLAZE | |||
17 | select HAVE_DMA_ATTRS | 17 | select HAVE_DMA_ATTRS |
18 | select HAVE_DMA_API_DEBUG | 18 | select HAVE_DMA_API_DEBUG |
19 | select TRACING_SUPPORT | 19 | select TRACING_SUPPORT |
20 | select OF | ||
21 | select OF_FLATTREE | ||
20 | 22 | ||
21 | config SWAP | 23 | config SWAP |
22 | def_bool n | 24 | def_bool n |
@@ -125,8 +127,7 @@ config CMDLINE_FORCE | |||
125 | override those passed by the boot loader. | 127 | override those passed by the boot loader. |
126 | 128 | ||
127 | config OF | 129 | config OF |
128 | def_bool y | 130 | bool |
129 | select OF_FLATTREE | ||
130 | 131 | ||
131 | config PROC_DEVICETREE | 132 | config PROC_DEVICETREE |
132 | bool "Support for device tree in /proc" | 133 | bool "Support for device tree in /proc" |