From 334d028209aac597cf8aabb73a81252f0661476f Mon Sep 17 00:00:00 2001 From: Alessandro Zummo Date: Mon, 10 Apr 2006 22:54:48 -0700 Subject: [PATCH] --- yaml --- r: 25548 b: refs/heads/master c: 3e16f6afb267c0256416d481862ce8019c33417d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/rtc/Kconfig | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 67b11bbd7576..5d17938e5c1f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8417eb7a168eee8b9baa744ee5c591868e85529a +refs/heads/master: 3e16f6afb267c0256416d481862ce8019c33417d diff --git a/trunk/drivers/rtc/Kconfig b/trunk/drivers/rtc/Kconfig index b4a252b6cdcc..65d090dbef46 100644 --- a/trunk/drivers/rtc/Kconfig +++ b/trunk/drivers/rtc/Kconfig @@ -148,8 +148,14 @@ config RTC_DRV_SA1100 module will be called rtc-sa1100. config RTC_DRV_VR41XX - tristate "NEC VR4100 series RTC" + tristate "NEC VR41XX" depends on RTC_CLASS && CPU_VR41XX + help + If you say Y here you will get access to the real time clock + built into your NEC VR41XX CPU. + + To compile this driver as a module, choose M here: the + module will be called rtc-vr41xx. config RTC_DRV_TEST tristate "Test driver/device"