All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Real Time Clock help
@ 2006-08-10 19:22 Nick Warne
  0 siblings, 0 replies; only message in thread
From: Nick Warne @ 2006-08-10 19:22 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 527 bytes --]

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.

[-- Attachment #2: rtchelp.patch --]
[-- Type: text/x-diff, Size: 596 bytes --]

--- 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-10 19:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-10 19:22 [PATCH] Real Time Clock help Nick Warne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.