diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-06-28 22:44:50 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-07-05 18:14:54 -0400 |
commit | 7b14c647aee98db2d10705da385f9c19cc83a9af (patch) | |
tree | cfce92aaa3e28ce83146ff8aec5405f231917935 /arch/sparc/Kconfig | |
parent | 10f85f43ef134014da72d2bcc1bff1abb9b0640c (diff) |
sparc: 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: David S. Miller <davem@davemloft.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6f1470baa314..d02e8ac7aa10 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -18,6 +18,7 @@ config 64BIT | |||
18 | config SPARC | 18 | config SPARC |
19 | bool | 19 | bool |
20 | default y | 20 | default y |
21 | select OF | ||
21 | select HAVE_IDE | 22 | select HAVE_IDE |
22 | select HAVE_OPROFILE | 23 | select HAVE_OPROFILE |
23 | select HAVE_ARCH_KGDB if !SMP || SPARC64 | 24 | select HAVE_ARCH_KGDB if !SMP || SPARC64 |
@@ -149,7 +150,7 @@ config ARCH_NO_VIRT_TO_BUS | |||
149 | def_bool y | 150 | def_bool y |
150 | 151 | ||
151 | config OF | 152 | config OF |
152 | def_bool y | 153 | bool |
153 | 154 | ||
154 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC | 155 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
155 | def_bool y if SPARC64 | 156 | def_bool y if SPARC64 |