aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r--arch/sparc64/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index 36b4b7ab9cfb..035b15af90d8 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -18,6 +18,13 @@ config SPARC64
18 select HAVE_ARCH_KGDB 18 select HAVE_ARCH_KGDB
19 select USE_GENERIC_SMP_HELPERS if SMP 19 select USE_GENERIC_SMP_HELPERS if SMP
20 select HAVE_ARCH_TRACEHOOK 20 select HAVE_ARCH_TRACEHOOK
21 select ARCH_WANT_OPTIONAL_GPIOLIB
22 select RTC_CLASS
23 select RTC_DRV_M48T59
24 select RTC_DRV_CMOS
25 select RTC_DRV_BQ4802
26 select RTC_DRV_SUN4V
27 select RTC_DRV_STARFIRE
21 28
22config GENERIC_TIME 29config GENERIC_TIME
23 bool 30 bool
@@ -31,6 +38,11 @@ config GENERIC_CLOCKEVENTS
31 bool 38 bool
32 default y 39 default y
33 40
41config GENERIC_GPIO
42 bool
43 help
44 Generic GPIO API support
45
34config 64BIT 46config 64BIT
35 def_bool y 47 def_bool y
36 48
@@ -84,6 +96,7 @@ config GENERIC_HARDIRQS_NO__DO_IRQ
84 def_bool y 96 def_bool y
85 97
86source "init/Kconfig" 98source "init/Kconfig"
99source "kernel/Kconfig.freezer"
87 100
88menu "Processor type and features" 101menu "Processor type and features"
89 102
@@ -185,6 +198,17 @@ config US2E_FREQ
185 198
186 If in doubt, say N. 199 If in doubt, say N.
187 200
201config US3_MC
202 tristate "UltraSPARC-III Memory Controller driver"
203 default y
204 help
205 This adds a driver for the UltraSPARC-III memory controller.
206 Loading this driver allows exact mnemonic strings to be
207 printed in the event of a memory error, so that the faulty DIMM
208 on the motherboard can be matched to the error.
209
210 If in doubt, say Y, as this information can be very useful.
211
188# Global things across all Sun machines. 212# Global things across all Sun machines.
189config GENERIC_LOCKBREAK 213config GENERIC_LOCKBREAK
190 bool 214 bool