diff options
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index cedb41c95dae..b5b5c3d485d6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -65,7 +65,7 @@ config RTC_DEBUG | |||
65 | comment "RTC interfaces" | 65 | comment "RTC interfaces" |
66 | 66 | ||
67 | config RTC_INTF_SYSFS | 67 | config RTC_INTF_SYSFS |
68 | boolean "/sys/class/rtc/rtcN (sysfs)" | 68 | bool "/sys/class/rtc/rtcN (sysfs)" |
69 | depends on SYSFS | 69 | depends on SYSFS |
70 | default RTC_CLASS | 70 | default RTC_CLASS |
71 | help | 71 | help |
@@ -75,7 +75,7 @@ config RTC_INTF_SYSFS | |||
75 | If unsure, say Y. | 75 | If unsure, say Y. |
76 | 76 | ||
77 | config RTC_INTF_PROC | 77 | config RTC_INTF_PROC |
78 | boolean "/proc/driver/rtc (procfs for rtcN)" | 78 | bool "/proc/driver/rtc (procfs for rtcN)" |
79 | depends on PROC_FS | 79 | depends on PROC_FS |
80 | default RTC_CLASS | 80 | default RTC_CLASS |
81 | help | 81 | help |
@@ -88,7 +88,7 @@ config RTC_INTF_PROC | |||
88 | If unsure, say Y. | 88 | If unsure, say Y. |
89 | 89 | ||
90 | config RTC_INTF_DEV | 90 | config RTC_INTF_DEV |
91 | boolean "/dev/rtcN (character devices)" | 91 | bool "/dev/rtcN (character devices)" |
92 | default RTC_CLASS | 92 | default RTC_CLASS |
93 | help | 93 | help |
94 | Say yes here if you want to use your RTCs using the /dev | 94 | Say yes here if you want to use your RTCs using the /dev |
@@ -466,7 +466,7 @@ config RTC_DRV_DM355EVM | |||
466 | Supports the RTC firmware in the MSP430 on the DM355 EVM. | 466 | Supports the RTC firmware in the MSP430 on the DM355 EVM. |
467 | 467 | ||
468 | config RTC_DRV_TWL92330 | 468 | config RTC_DRV_TWL92330 |
469 | boolean "TI TWL92330/Menelaus" | 469 | bool "TI TWL92330/Menelaus" |
470 | depends on MENELAUS | 470 | depends on MENELAUS |
471 | help | 471 | help |
472 | If you say yes here you get support for the RTC on the | 472 | If you say yes here you get support for the RTC on the |