diff options
author | Alessandro Zummo <alessandro.zummo@towertech.it> | 2008-03-19 17:00:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-19 18:53:36 -0700 |
commit | 44e0451db0a9c0bceabaa9cc77cbcc717a094fcc (patch) | |
tree | daf5d09fc3cab04c20df73c2f64435d638f50585 /drivers/rtc/Kconfig | |
parent | 1d252fb870aa9cd227c4beb1a226ecd434f57f28 (diff) | |
download | op-kernel-dev-44e0451db0a9c0bceabaa9cc77cbcc717a094fcc.zip op-kernel-dev-44e0451db0a9c0bceabaa9cc77cbcc717a094fcc.tar.gz |
rtc: fix kconfig help
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>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 82f5ad9..9e7de63 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -16,7 +16,7 @@ menuconfig RTC_CLASS probably want to enable one or more of the interfaces below. This driver can also be built as a module. If so, the module - will be called rtc-class. + will be called rtc-core. if RTC_CLASS |