Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - G index
The Linux kernel configuration item CONFIG_GEN_RTC
has multiple definitions:
arch/powerpc/platforms/Kconfig
The configuration item CONFIG_GEN_RTC:
(none)
genrtc
, genrtc
This option provides backwards compatibility with the old gen_rtc.ko module that was traditionally used for old PowerPC machines. Platforms should migrate to enabling the RTC_DRV_GENERIC by hand replacing their get_rtc_time/set_rtc_time callbacks with a proper RTC device driver.
drivers/char/Kconfig
The configuration item CONFIG_GEN_RTC:
( CONFIG_RTC != CONFIG_y ) && ( CONFIG_ALPHA || CONFIG_M68K || CONFIG_MN10300 || CONFIG_PARISC || CONFIG_PPC || CONFIG_X86 )
genrtc
, genrtc
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.
To compile this driver as a module, choose M here: the module will be called genrtc.
arch/m68k/Kconfig
The configuration item CONFIG_GEN_RTC:
(! CONFIG_SUN3 ) && ( CONFIG_SUN3 )
genrtc
, genrtc
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.
To compile this driver as a module, choose M here: the module will be called genrtc. To load the module automatically add 'alias char-major-10-135 genrtc' to your /etc/modules.conf
Raw data from LKDDb:
lkddb module genrtc CONFIG_GEN_RTC : arch/m68k/Kconfig : "Generic /dev/rtc emulation" # in 2.5.45–2.5.75, 2.6.0–2.6.3
lkddb module genrtc CONFIG_GEN_RTC : drivers/char/Kconfig : "Generic /dev/rtc emulation" # in 2.5.45–2.5.75, 2.6.0–2.6.39, 3.0–3.19, 4.0–4.7
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - G index
Automatically generated (in year 2025). See also LKDDb sources on GitLab