diff options
| author | Tom Rini <trini@kernel.crashing.org> | 2002-08-12 18:22:03 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-08-12 18:22:03 -0700 |
| commit | a7734ead1659591ee218ec4ed0c64cfb9e33293e (patch) | |
| tree | bc21984bbe5cc573bfa6200a71d42bd832b0f44c /drivers/char/Config.help | |
| parent | 67fbc2cd2e984352ed833d9af8e30931e30ae4b1 (diff) | |
[PATCH] A generic RTC driver [1/3]
This is the current version of the genrtc driver from the m68k
community. This is slightly different than the version I have sent
previously in that it has been switched to C99-style initializers,
which was done in the current m68k CVS tree by Geert Uytterhoeven, and
the needed changes to select/compile it in general. I had previously
asked the m68k community if anyone objected to this being submitted by me,
and I got Richard Zidlicky's (who's at the top of the file) approval, as
well as Geert Uytterhoeven's approval.
Diffstat (limited to 'drivers/char/Config.help')
| -rw-r--r-- | drivers/char/Config.help | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/char/Config.help b/drivers/char/Config.help index a3b8d1254791..fad516fd9c3e 100644 --- a/drivers/char/Config.help +++ b/drivers/char/Config.help @@ -969,6 +969,31 @@ CONFIG_RTC The module is called rtc.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. +Generic Real Time Clock Support +CONFIG_GEN_RTC + If you say Y here and create a character special file /dev/rtc with + major number 10 and minor number 135 using mknod ("man mknod"), you + will get access to the real time clock (or hardware clock) built + into your computer. + + It reports status information via the file /proc/driver/rtc and its + behaviour is set by various ioctls on /dev/rtc. If you enable the + "extended RTC operation" below it will also provide an emulation + for RTC_UIE which is required by some programs and may improve + precision in some cases. + + This driver is also available as a module ( = code which can be + inserted in and removed from the running kernel whenever you want). + The module is called genrtc.o. If you want to compile it as a module, + say M here and read <file:Documentation/modules.txt>. To load the + module automaticaly add 'alias char-major-10-135 genrtc' to your + /etc/modules.conf + +Extended RTC operation +CONFIG_GEN_RTC_X + Provides an emulation for RTC_UIE which is required by some programs + and may improve precision of the generic RTC support in some cases. + CONFIG_H8 The Hitachi H8/337 is a microcontroller used to deal with the power and thermal environment. If you say Y here, you will be able to |
