rtc: kconfig cleanup
Remove double spaces and adds some suggestions. It also fixes the descriptions of options that are no more available as modules. Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
7b9b2ef1bb
commit
ae64d16956
@@ -69,8 +69,7 @@ config RTC_INTF_SYSFS
|
|||||||
Say yes here if you want to use your RTCs using sysfs interfaces,
|
Say yes here if you want to use your RTCs using sysfs interfaces,
|
||||||
/sys/class/rtc/rtc0 through /sys/.../rtcN.
|
/sys/class/rtc/rtc0 through /sys/.../rtcN.
|
||||||
|
|
||||||
This driver can also be built as a module. If so, the module
|
If unsure, say Y.
|
||||||
will be called rtc-sysfs.
|
|
||||||
|
|
||||||
config RTC_INTF_PROC
|
config RTC_INTF_PROC
|
||||||
boolean "/proc/driver/rtc (procfs for rtc0)"
|
boolean "/proc/driver/rtc (procfs for rtc0)"
|
||||||
@@ -81,8 +80,7 @@ config RTC_INTF_PROC
|
|||||||
interface, /proc/driver/rtc. Other RTCs will not be available
|
interface, /proc/driver/rtc. Other RTCs will not be available
|
||||||
through that API.
|
through that API.
|
||||||
|
|
||||||
This driver can also be built as a module. If so, the module
|
If unsure, say Y.
|
||||||
will be called rtc-proc.
|
|
||||||
|
|
||||||
config RTC_INTF_DEV
|
config RTC_INTF_DEV
|
||||||
boolean "/dev/rtcN (character devices)"
|
boolean "/dev/rtcN (character devices)"
|
||||||
@@ -90,12 +88,14 @@ config RTC_INTF_DEV
|
|||||||
help
|
help
|
||||||
Say yes here if you want to use your RTCs using the /dev
|
Say yes here if you want to use your RTCs using the /dev
|
||||||
interfaces, which "udev" sets up as /dev/rtc0 through
|
interfaces, which "udev" sets up as /dev/rtc0 through
|
||||||
/dev/rtcN. You may want to set up a symbolic link so one
|
/dev/rtcN.
|
||||||
of these can be accessed as /dev/rtc, which is a name
|
|
||||||
expected by "hwclock" and some other programs.
|
|
||||||
|
|
||||||
This driver can also be built as a module. If so, the module
|
You may want to set up a symbolic link so one of these
|
||||||
will be called rtc-dev.
|
can be accessed as /dev/rtc, which is a name
|
||||||
|
expected by "hwclock" and some other programs. Recent
|
||||||
|
versions of "udev" are known to set up the symlink for you.
|
||||||
|
|
||||||
|
If unsure, say Y.
|
||||||
|
|
||||||
config RTC_INTF_DEV_UIE_EMUL
|
config RTC_INTF_DEV_UIE_EMUL
|
||||||
bool "RTC UIE emulation on dev interface"
|
bool "RTC UIE emulation on dev interface"
|
||||||
|
Reference in New Issue
Block a user