Kconfig (bb6dfb32f90094fea647e1f27d994a8b6ddd2766) Kconfig (e6d2bb2bacb43ff03b0f458108d71981d58e775a)
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7config VT
8 bool "Virtual terminal" if EMBEDDED

--- 735 unchanged lines hidden (view full) ---

744
745#
746# These legacy RTC drivers just cause too many conflicts with the generic
747# RTC framework ... let's not even try to coexist any more.
748#
749if RTC_LIB=n
750
751config RTC
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7config VT
8 bool "Virtual terminal" if EMBEDDED

--- 735 unchanged lines hidden (view full) ---

744
745#
746# These legacy RTC drivers just cause too many conflicts with the generic
747# RTC framework ... let's not even try to coexist any more.
748#
749if RTC_LIB=n
750
751config RTC
752 tristate "Enhanced Real Time Clock Support"
752 tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)"
753 depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \
754 && !ARM && !SUPERH && !S390 && !AVR32
755 ---help---
756 If you say Y here and create a character special file /dev/rtc with
757 major number 10 and minor number 135 using mknod ("man mknod"), you
758 will get access to the real time clock (or hardware clock) built
759 into your computer.
760

--- 270 unchanged lines hidden (view full) ---

1031 default n
1032 depends on ACPI
1033 help
1034 If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
1035 open selects one of the timers supported by the HPET. The timers are
1036 non-periodic and/or periodic.
1037
1038config HPET_RTC_IRQ
753 depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \
754 && !ARM && !SUPERH && !S390 && !AVR32
755 ---help---
756 If you say Y here and create a character special file /dev/rtc with
757 major number 10 and minor number 135 using mknod ("man mknod"), you
758 will get access to the real time clock (or hardware clock) built
759 into your computer.
760

--- 270 unchanged lines hidden (view full) ---

1031 default n
1032 depends on ACPI
1033 help
1034 If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
1035 open selects one of the timers supported by the HPET. The timers are
1036 non-periodic and/or periodic.
1037
1038config HPET_RTC_IRQ
1039 bool "HPET Control RTC IRQ" if !HPET_EMULATE_RTC
1040 default n
1041 depends on HPET
1039 bool
1040 default HPET_EMULATE_RTC
1041 depends on RTC && HPET
1042 help
1043 If you say Y here, you will disable RTC_IRQ in drivers/char/rtc.c. It
1044 is assumed the platform called hpet_alloc with the RTC IRQ values for
1045 the HPET timers.
1046
1047config HPET_MMAP
1048 bool "Allow mmap of HPET"
1049 default y

--- 51 unchanged lines hidden ---
1042 help
1043 If you say Y here, you will disable RTC_IRQ in drivers/char/rtc.c. It
1044 is assumed the platform called hpet_alloc with the RTC IRQ values for
1045 the HPET timers.
1046
1047config HPET_MMAP
1048 bool "Allow mmap of HPET"
1049 default y

--- 51 unchanged lines hidden ---