aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-10-12 09:09:06 -0400
committerMichal Marek <mmarek@suse.cz>2010-10-12 09:09:06 -0400
commit239060b93bb30a4ad55f1ecaa512464a035cc5ba (patch)
tree77f79810e57d4fc24356eca0cd6db463e8994128 /arch/sparc/Kconfig
parent1408b15b98635a13bad2e2a50b3c2ae2ccdf625b (diff)
parente9203c988234aa512bd45ca32b52e21c7bbfc414 (diff)
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
We need to revert the temporary hack in 71ebc01, hence the merge.
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 19aa7b253d78..093a6d35e064 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -12,6 +12,7 @@ config 64BIT
12config SPARC 12config SPARC
13 bool 13 bool
14 default y 14 default y
15 select OF
15 select HAVE_IDE 16 select HAVE_IDE
16 select HAVE_OPROFILE 17 select HAVE_OPROFILE
17 select HAVE_ARCH_KGDB if !SMP || SPARC64 18 select HAVE_ARCH_KGDB if !SMP || SPARC64
@@ -60,9 +61,6 @@ config BITS
60 default 32 if SPARC32 61 default 32 if SPARC32
61 default 64 if SPARC64 62 default 64 if SPARC64
62 63
63config GENERIC_TIME
64 def_bool y
65
66config ARCH_USES_GETTIMEOFFSET 64config ARCH_USES_GETTIMEOFFSET
67 bool 65 bool
68 default y if SPARC32 66 default y if SPARC32
@@ -142,9 +140,6 @@ config GENERIC_GPIO
142config ARCH_NO_VIRT_TO_BUS 140config ARCH_NO_VIRT_TO_BUS
143 def_bool y 141 def_bool y
144 142
145config OF
146 def_bool y
147
148config ARCH_SUPPORTS_DEBUG_PAGEALLOC 143config ARCH_SUPPORTS_DEBUG_PAGEALLOC
149 def_bool y if SPARC64 144 def_bool y if SPARC64
150 145