diff options
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 24 |
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 | ||
22 | config GENERIC_TIME | 29 | config 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 | ||
41 | config GENERIC_GPIO | ||
42 | bool | ||
43 | help | ||
44 | Generic GPIO API support | ||
45 | |||
34 | config 64BIT | 46 | config 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 | ||
86 | source "init/Kconfig" | 98 | source "init/Kconfig" |
99 | source "kernel/Kconfig.freezer" | ||
87 | 100 | ||
88 | menu "Processor type and features" | 101 | menu "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 | ||
201 | config 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. |
189 | config GENERIC_LOCKBREAK | 213 | config GENERIC_LOCKBREAK |
190 | bool | 214 | bool |