Kconfig (123656d4cc8c946f578ebd18c2050f5251720428) | Kconfig (2919b51075b3906c2f476e5a932244af1947bf80) |
---|---|
1# 2# Character device configuration 3# 4 5menu "Character devices" 6 7config VT 8 bool "Virtual terminal" if EMBEDDED --- 673 unchanged lines hidden (view full) --- 682 On Atari machines, /dev/nvram is always configured and does not need 683 to be selected. 684 685 To compile this driver as a module, choose M here: the 686 module will be called nvram. 687 688config RTC 689 tristate "Enhanced Real Time Clock Support" | 1# 2# Character device configuration 3# 4 5menu "Character devices" 6 7config VT 8 bool "Virtual terminal" if EMBEDDED --- 673 unchanged lines hidden (view full) --- 682 On Atari machines, /dev/nvram is always configured and does not need 683 to be selected. 684 685 To compile this driver as a module, choose M here: the 686 module will be called nvram. 687 688config RTC 689 tristate "Enhanced Real Time Clock Support" |
690 depends on !PPC32 && !PARISC && !IA64 && !M68K && (!SPARC || PCI) | 690 depends on !PPC32 && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV |
691 ---help--- 692 If you say Y here and create a character special file /dev/rtc with 693 major number 10 and minor number 135 using mknod ("man mknod"), you 694 will get access to the real time clock (or hardware clock) built 695 into your computer. 696 697 Every PC has such a clock built in. It can be used to generate 698 signals from as low as 1Hz up to 8192Hz, and can also be used --- 31 unchanged lines hidden (view full) --- 730 major number 10 and minor number 135 using mknod ("man mknod"), you 731 will get access to the real time clock built into your computer. 732 Every SGI has such a clock built in. It reports status information 733 via the file /proc/rtc and its behaviour is set by various ioctls on 734 /dev/rtc. 735 736config GEN_RTC 737 tristate "Generic /dev/rtc emulation" | 691 ---help--- 692 If you say Y here and create a character special file /dev/rtc with 693 major number 10 and minor number 135 using mknod ("man mknod"), you 694 will get access to the real time clock (or hardware clock) built 695 into your computer. 696 697 Every PC has such a clock built in. It can be used to generate 698 signals from as low as 1Hz up to 8192Hz, and can also be used --- 31 unchanged lines hidden (view full) --- 730 major number 10 and minor number 135 using mknod ("man mknod"), you 731 will get access to the real time clock built into your computer. 732 Every SGI has such a clock built in. It reports status information 733 via the file /proc/rtc and its behaviour is set by various ioctls on 734 /dev/rtc. 735 736config GEN_RTC 737 tristate "Generic /dev/rtc emulation" |
738 depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC | 738 depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV |
739 ---help--- 740 If you say Y here and create a character special file /dev/rtc with 741 major number 10 and minor number 135 using mknod ("man mknod"), you 742 will get access to the real time clock (or hardware clock) built 743 into your computer. 744 745 It reports status information via the file /proc/driver/rtc and its 746 behaviour is set by various ioctls on /dev/rtc. If you enable the --- 271 unchanged lines hidden --- | 739 ---help--- 740 If you say Y here and create a character special file /dev/rtc with 741 major number 10 and minor number 135 using mknod ("man mknod"), you 742 will get access to the real time clock (or hardware clock) built 743 into your computer. 744 745 It reports status information via the file /proc/driver/rtc and its 746 behaviour is set by various ioctls on /dev/rtc. If you enable the --- 271 unchanged lines hidden --- |