diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 04:16:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 11:44:50 -0500 |
commit | c58411e95d7f5062dedd1a3064af4d359da1e633 (patch) | |
tree | 8816ec8e20ae8b1d622b41bc1e7e74c2bbd1f34d /drivers/Kconfig | |
parent | d23ee8fe6e2176a9d4dbfdd18edfa1b5bc3c79a5 (diff) |
[PATCH] RTC Subsystem: library functions
RTC and date/time related functions.
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index bddf431bbb72..9f5c0da57c90 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig | |||
@@ -70,4 +70,6 @@ source "drivers/sn/Kconfig" | |||
70 | 70 | ||
71 | source "drivers/edac/Kconfig" | 71 | source "drivers/edac/Kconfig" |
72 | 72 | ||
73 | source "drivers/rtc/Kconfig" | ||
74 | |||
73 | endmenu | 75 | endmenu |