Kconfig (42249094f79422fbf5ed4b54eeb48ff096809b8f) Kconfig (85d0b3a573d8b711ee0c96199ac24a0f3283ed68)
1#
2# RTC class/drivers configuration
3#
4
5config RTC_LIB
6 bool
7
8menuconfig RTC_CLASS

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

148 depends on I2C && MFD_88PM800
149 help
150 If you say yes here you get support for RTC function in Marvell
151 88PM80x chips.
152
153 This driver can also be built as a module. If so, the module
154 will be called rtc-88pm80x.
155
1#
2# RTC class/drivers configuration
3#
4
5config RTC_LIB
6 bool
7
8menuconfig RTC_CLASS

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

148 depends on I2C && MFD_88PM800
149 help
150 If you say yes here you get support for RTC function in Marvell
151 88PM80x chips.
152
153 This driver can also be built as a module. If so, the module
154 will be called rtc-88pm80x.
155
156config RTC_DRV_AS3722
157 tristate "ams AS3722 RTC driver"
158 depends on MFD_AS3722
159 help
160 If you say yes here you get support for the RTC of ams AS3722 PMIC
161 chips.
162
163 This driver can also be built as a module. If so, the module
164 will be called rtc-as3722.
165
156config RTC_DRV_DS1307
157 tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025"
158 help
159 If you say yes here you get support for various compatible RTC
160 chips (often with battery backup) connected with I2C. This driver
161 should handle DS1307, DS1337, DS1338, DS1339, DS1340, ST M41T00,
162 EPSON RX-8025 and probably other chips. In some cases the RTC
163 must already have been initialized (by manufacturing or a

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

492 tristate "Micro Crystal RTC"
493 help
494 If you say yes here you get support for the Micro Crystal
495 RV3029-C2 RTC chips.
496
497 This driver can also be built as a module. If so, the module
498 will be called rtc-rv3029c2.
499
166config RTC_DRV_DS1307
167 tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025"
168 help
169 If you say yes here you get support for various compatible RTC
170 chips (often with battery backup) connected with I2C. This driver
171 should handle DS1307, DS1337, DS1338, DS1339, DS1340, ST M41T00,
172 EPSON RX-8025 and probably other chips. In some cases the RTC
173 must already have been initialized (by manufacturing or a

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

502 tristate "Micro Crystal RTC"
503 help
504 If you say yes here you get support for the Micro Crystal
505 RV3029-C2 RTC chips.
506
507 This driver can also be built as a module. If so, the module
508 will be called rtc-rv3029c2.
509
510config RTC_DRV_S5M
511 tristate "Samsung S5M series"
512 depends on MFD_SEC_CORE
513 help
514 If you say yes here you will get support for the
515 RTC of Samsung S5M PMIC series.
516
517 This driver can also be built as a module. If so, the module
518 will be called rtc-s5m.
519
500endif # I2C
501
502comment "SPI RTC drivers"
503
504if SPI_MASTER
505
506config RTC_DRV_M41T93
507 tristate "ST M41T93"

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

601comment "Platform RTC drivers"
602
603# this 'CMOS' RTC driver is arch dependent because <asm-generic/rtc.h>
604# requires <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a
605# global rtc_lock ... it's not yet just another platform_device.
606
607config RTC_DRV_CMOS
608 tristate "PC-style 'CMOS'"
520endif # I2C
521
522comment "SPI RTC drivers"
523
524if SPI_MASTER
525
526config RTC_DRV_M41T93
527 tristate "ST M41T93"

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

621comment "Platform RTC drivers"
622
623# this 'CMOS' RTC driver is arch dependent because <asm-generic/rtc.h>
624# requires <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a
625# global rtc_lock ... it's not yet just another platform_device.
626
627config RTC_DRV_CMOS
628 tristate "PC-style 'CMOS'"
609 depends on X86 || ALPHA || ARM || M32R || ATARI || PPC || MIPS || SPARC64
629 depends on X86 || ARM || M32R || ATARI || PPC || MIPS || SPARC64
610 default y if X86
611 help
612 Say "yes" here to get direct support for the real time clock
613 found in every PC or ACPI-based system, and some other boards.
614 Specifically the original MC146818, compatibles like those in
615 PC south bridges, the DS12887 or M48T86, some multifunction
616 or LPC bus chips, and so on.
617
618 Your system will need to define the platform device used by
619 this driver, otherwise it won't be accessible. This means
620 you can safely enable this driver if you don't know whether
621 or not your board has this kind of hardware.
622
623 This driver can also be built as a module. If so, the module
624 will be called rtc-cmos.
625
630 default y if X86
631 help
632 Say "yes" here to get direct support for the real time clock
633 found in every PC or ACPI-based system, and some other boards.
634 Specifically the original MC146818, compatibles like those in
635 PC south bridges, the DS12887 or M48T86, some multifunction
636 or LPC bus chips, and so on.
637
638 Your system will need to define the platform device used by
639 this driver, otherwise it won't be accessible. This means
640 you can safely enable this driver if you don't know whether
641 or not your board has this kind of hardware.
642
643 This driver can also be built as a module. If so, the module
644 will be called rtc-cmos.
645
646config RTC_DRV_ALPHA
647 bool "Alpha PC-style CMOS"
648 depends on ALPHA
649 default y
650 help
651 Direct support for the real-time clock found on every Alpha
652 system, specifically MC146818 compatibles. If in doubt, say Y.
653
626config RTC_DRV_VRTC
627 tristate "Virtual RTC for Intel MID platforms"
628 depends on X86_INTEL_MID
629 default y if X86_INTEL_MID
630
631 help
632 Say "yes" here to get direct support for the real time clock
633 found on Moorestown platforms. The VRTC is a emulated RTC that

--- 644 unchanged lines hidden ---
654config RTC_DRV_VRTC
655 tristate "Virtual RTC for Intel MID platforms"
656 depends on X86_INTEL_MID
657 default y if X86_INTEL_MID
658
659 help
660 Say "yes" here to get direct support for the real time clock
661 found on Moorestown platforms. The VRTC is a emulated RTC that

--- 644 unchanged lines hidden ---