Kconfig (084b3600e2d98ebbab968f91b8b8f48ffbbf2ecb) | Kconfig (835ea93e9d266dee03b11926656bb52d99b3d274) |
---|---|
1# 2# Character device configuration 3# 4 5menu "Character devices" 6 7source "drivers/tty/Kconfig" 8 --- 311 unchanged lines hidden (view full) --- 320 321 If you think you have a use for such a device (such as periodic data 322 sampling), then say Y here, and read <file:Documentation/rtc.txt> 323 for details. 324 325 To compile this driver as a module, choose M here: the 326 module will be called js-rtc. 327 | 1# 2# Character device configuration 3# 4 5menu "Character devices" 6 7source "drivers/tty/Kconfig" 8 --- 311 unchanged lines hidden (view full) --- 320 321 If you think you have a use for such a device (such as periodic data 322 sampling), then say Y here, and read <file:Documentation/rtc.txt> 323 for details. 324 325 To compile this driver as a module, choose M here: the 326 module will be called js-rtc. 327 |
328config GEN_RTC | 328config OLD_GEN_RTC |
329 tristate "Generic /dev/rtc emulation" 330 depends on RTC!=y | 329 tristate "Generic /dev/rtc emulation" 330 depends on RTC!=y |
331 depends on PPC | 331 depends on BROKEN |
332 ---help--- 333 If you say Y here and create a character special file /dev/rtc with 334 major number 10 and minor number 135 using mknod ("man mknod"), you 335 will get access to the real time clock (or hardware clock) built 336 into your computer. 337 338 It reports status information via the file /proc/driver/rtc and its 339 behaviour is set by various ioctls on /dev/rtc. If you enable the --- 267 unchanged lines hidden --- | 332 ---help--- 333 If you say Y here and create a character special file /dev/rtc with 334 major number 10 and minor number 135 using mknod ("man mknod"), you 335 will get access to the real time clock (or hardware clock) built 336 into your computer. 337 338 It reports status information via the file /proc/driver/rtc and its 339 behaviour is set by various ioctls on /dev/rtc. If you enable the --- 267 unchanged lines hidden --- |