[PATCH] Real Time Clock help

From: Nick Warne
Date: Thu Aug 10 2006 - 15:20:16 EST


Hi all,

A 'nanny patch' to stop probable confusion over the two RTC options. I needed
access to /dev/rtc and not knowing where the option was in menuconfig, I
selected the wrong one first. I was confused on the help of the this RTC,
but it didn't cross my mind once there was another RTC 'option' available,
and so wasted a build and reboot only to see it was wrong.

Hopefully this will aid to stop that confusion.

Nick
--
Every program has two purposes:
one for which it was written and another for which it wasn't.
--- drivers/rtc/Kconfig.orig 2006-08-10 20:08:23.000000000 +0100
+++ drivers/rtc/Kconfig 2006-08-10 20:13:01.000000000 +0100
@@ -13,6 +13,11 @@
default n
select RTC_LIB
help
+ Note! If you wish to only enable access to Real Time Clock
+ (or hardware clock) /dev/rtc, this is to be found under
+ the option in Device Drivers->Character Devices called
+ 'Enhanced Real Time Clock Support'.
+
Generic RTC class support. If you say yes here, you will
be allowed to plug one or more RTCs to your system. You will
probably want to enable one of more of the interfaces below.