diff options
author | Christoph Jaeger <cj@linux.com> | 2014-12-20 15:41:11 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-01-07 07:08:04 -0500 |
commit | 6341e62b212a2541efb0160c470e90bd226d5496 (patch) | |
tree | d627887c8ec8f3c65f5cef59ebd85becac7634b2 /drivers/rtc/Kconfig | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
kconfig: use bool instead of boolean for type definition attributes
Support for keyword 'boolean' will be dropped later on.
No functional change.
Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
Signed-off-by: Christoph Jaeger <cj@linux.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'drivers/rtc/Kconfig')
-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 f15cddfeb897..1de1ea571b1e 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 |
@@ -455,7 +455,7 @@ config RTC_DRV_DM355EVM | |||
455 | Supports the RTC firmware in the MSP430 on the DM355 EVM. | 455 | Supports the RTC firmware in the MSP430 on the DM355 EVM. |
456 | 456 | ||
457 | config RTC_DRV_TWL92330 | 457 | config RTC_DRV_TWL92330 |
458 | boolean "TI TWL92330/Menelaus" | 458 | bool "TI TWL92330/Menelaus" |
459 | depends on MENELAUS | 459 | depends on MENELAUS |
460 | help | 460 | help |
461 | If you say yes here you get support for the RTC on the | 461 | If you say yes here you get support for the RTC on the |