diff options
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 22e58a99f38b..77ba2680a749 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -15,6 +15,7 @@ config ALPHA | |||
15 | select GENERIC_IRQ_SHOW | 15 | select GENERIC_IRQ_SHOW |
16 | select ARCH_WANT_OPTIONAL_GPIOLIB | 16 | select ARCH_WANT_OPTIONAL_GPIOLIB |
17 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 17 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
18 | select GENERIC_CMOS_UPDATE | ||
18 | help | 19 | help |
19 | The Alpha is a 64-bit general-purpose processor designed and | 20 | The Alpha is a 64-bit general-purpose processor designed and |
20 | marketed by the Digital Equipment Corporation of blessed memory, | 21 | marketed by the Digital Equipment Corporation of blessed memory, |
@@ -47,9 +48,6 @@ config GENERIC_CALIBRATE_DELAY | |||
47 | bool | 48 | bool |
48 | default y | 49 | default y |
49 | 50 | ||
50 | config GENERIC_CMOS_UPDATE | ||
51 | def_bool y | ||
52 | |||
53 | config GENERIC_GPIO | 51 | config GENERIC_GPIO |
54 | bool | 52 | bool |
55 | 53 | ||