aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
authorAlessandro Zummo <a.zummo@towertech.it>2006-03-27 04:16:35 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-27 11:44:50 -0500
commit12b824fb15a37cdcdfa3e92c9e912a07cc6f7a24 (patch)
tree85fb2cc63219078022a98471531ec8286eb2272d /drivers/char/Kconfig
parentc58411e95d7f5062dedd1a3064af4d359da1e633 (diff)
[PATCH] RTC subsystem: ARM cleanup
This patch removes from the ARM subsytem some of the rtc-related functions that have been included in the RTC subsystem. It also fixes some naming collisions. 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/char/Kconfig')
-rw-r--r--drivers/char/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index facc3f1d9e3..73d30bf0158 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -696,7 +696,7 @@ config NVRAM
696 696
697config RTC 697config RTC
698 tristate "Enhanced Real Time Clock Support" 698 tristate "Enhanced Real Time Clock Support"
699 depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV 699 depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM
700 ---help--- 700 ---help---
701 If you say Y here and create a character special file /dev/rtc with 701 If you say Y here and create a character special file /dev/rtc with
702 major number 10 and minor number 135 using mknod ("man mknod"), you 702 major number 10 and minor number 135 using mknod ("man mknod"), you