diff options
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r-- | arch/mn10300/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 9627e81a6cbb..38e3494bfb63 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig | |||
@@ -236,7 +236,9 @@ source "kernel/Kconfig.hz" | |||
236 | config MN10300_RTC | 236 | config MN10300_RTC |
237 | bool "Using MN10300 RTC" | 237 | bool "Using MN10300 RTC" |
238 | depends on MN10300_PROC_MN103E010 || MN10300_PROC_MN2WS0050 | 238 | depends on MN10300_PROC_MN103E010 || MN10300_PROC_MN2WS0050 |
239 | select GENERIC_CMOS_UPDATE | 239 | select RTC_CLASS |
240 | select RTC_DRV_CMOS | ||
241 | select RTC_SYSTOHC | ||
240 | default n | 242 | default n |
241 | help | 243 | help |
242 | This option enables support for the RTC, thus enabling time to be | 244 | This option enables support for the RTC, thus enabling time to be |