xref: /linux/drivers/rtc/Kconfig (revision eb7b85853c3866236f9cb378fc68ce5f76efbf9c)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
27be2c7c9SDavid Brownell#
3c58411e9SAlessandro Zummo# RTC class/drivers configuration
4c58411e9SAlessandro Zummo#
5c58411e9SAlessandro Zummo
6c58411e9SAlessandro Zummoconfig RTC_LIB
7b4d246b1SJohn Stultz	bool
80c86edc0SAlessandro Zummo
9d6faca40SArnd Bergmannconfig RTC_MC146818_LIB
10d6faca40SArnd Bergmann	bool
11d6faca40SArnd Bergmann	select RTC_LIB
12d6faca40SArnd Bergmann
13bb35fb20SJan Engelhardtmenuconfig RTC_CLASS
14b4d246b1SJohn Stultz	bool "Real Time Clock"
150c86edc0SAlessandro Zummo	default n
169c795799SJohannes Berg	depends on !S390
170c86edc0SAlessandro Zummo	select RTC_LIB
180c86edc0SAlessandro Zummo	help
190c86edc0SAlessandro Zummo	  Generic RTC class support. If you say yes here, you will
200c86edc0SAlessandro Zummo	  be allowed to plug one or more RTCs to your system. You will
2127ae4104SAdrian Bunk	  probably want to enable one or more of the interfaces below.
220c86edc0SAlessandro Zummo
23bb35fb20SJan Engelhardtif RTC_CLASS
24bb35fb20SJan Engelhardt
250c86edc0SAlessandro Zummoconfig RTC_HCTOSYS
267ca1d488SDavid Brownell	bool "Set system time from RTC on startup and resume"
270c86edc0SAlessandro Zummo	default y
280c86edc0SAlessandro Zummo	help
297ca1d488SDavid Brownell	  If you say yes here, the system time (wall clock) will be set using
307ca1d488SDavid Brownell	  the value read from a specified RTC device. This is useful to avoid
317ca1d488SDavid Brownell	  unnecessary fsck runs at boot time, and to network better.
320c86edc0SAlessandro Zummo
330c86edc0SAlessandro Zummoconfig RTC_HCTOSYS_DEVICE
347ca1d488SDavid Brownell	string "RTC used to set the system time"
359c5150b3SXunlei Pang	depends on RTC_HCTOSYS
360c86edc0SAlessandro Zummo	default "rtc0"
370c86edc0SAlessandro Zummo	help
387ca1d488SDavid Brownell	  The RTC device that will be used to (re)initialize the system
397ca1d488SDavid Brownell	  clock, usually rtc0. Initialization is done when the system
40779d2089SDavid Brownell	  starts up, and when it resumes from a low power state. This
41779d2089SDavid Brownell	  device should record time in UTC, since the kernel won't do
42779d2089SDavid Brownell	  timezone correction.
437ca1d488SDavid Brownell
447ca1d488SDavid Brownell	  This clock should be battery-backed, so that it reads the correct
457ca1d488SDavid Brownell	  time when the system boots from a power-off state. Otherwise, your
467ca1d488SDavid Brownell	  system will need an external clock source (like an NTP server).
477ca1d488SDavid Brownell
487ca1d488SDavid Brownell	  If the clock you specify here is not battery backed, it may still
497ca1d488SDavid Brownell	  be useful to reinitialize system time when resuming from system
507ca1d488SDavid Brownell	  sleep states. Do not specify an RTC here unless it stays powered
517ca1d488SDavid Brownell	  during all this system's supported sleep states.
520c86edc0SAlessandro Zummo
539c5150b3SXunlei Pangconfig RTC_SYSTOHC
549c5150b3SXunlei Pang	bool "Set the RTC time based on NTP synchronization"
559c5150b3SXunlei Pang	default y
569c5150b3SXunlei Pang	help
579c5150b3SXunlei Pang	  If you say yes here, the system time (wall clock) will be stored
589c5150b3SXunlei Pang	  in the RTC specified by RTC_HCTOSYS_DEVICE approximately every 11
599c5150b3SXunlei Pang	  minutes if userspace reports synchronized NTP status.
609c5150b3SXunlei Pang
619c5150b3SXunlei Pangconfig RTC_SYSTOHC_DEVICE
629c5150b3SXunlei Pang	string "RTC used to synchronize NTP adjustment"
639c5150b3SXunlei Pang	depends on RTC_SYSTOHC
649c5150b3SXunlei Pang	default RTC_HCTOSYS_DEVICE if RTC_HCTOSYS
659c5150b3SXunlei Pang	default "rtc0"
669c5150b3SXunlei Pang	help
679c5150b3SXunlei Pang	  The RTC device used for NTP synchronization. The main difference
689c5150b3SXunlei Pang	  between RTC_HCTOSYS_DEVICE and RTC_SYSTOHC_DEVICE is that this
699c5150b3SXunlei Pang	  one can sleep when setting time, because it runs in the workqueue
709c5150b3SXunlei Pang	  context.
719c5150b3SXunlei Pang
729e86ecb6SDavid Brownellconfig RTC_DEBUG
739e86ecb6SDavid Brownell	bool "RTC debug support"
749e86ecb6SDavid Brownell	help
759e86ecb6SDavid Brownell	  Say yes here to enable debugging support in the RTC framework
769e86ecb6SDavid Brownell	  and individual RTC drivers.
779e86ecb6SDavid Brownell
78b02c9646SAlexandre Belloniconfig RTC_LIB_KUNIT_TEST
79b02c9646SAlexandre Belloni	tristate "KUnit test for RTC lib functions" if !KUNIT_ALL_TESTS
80b02c9646SAlexandre Belloni	depends on KUNIT
81b02c9646SAlexandre Belloni	default KUNIT_ALL_TESTS
82b02c9646SAlexandre Belloni	help
83b02c9646SAlexandre Belloni	  Enable this option to test RTC library functions.
84b02c9646SAlexandre Belloni
85b02c9646SAlexandre Belloni	  If unsure, say N.
86b02c9646SAlexandre Belloni
87697e5a47SAlexandre Belloniconfig RTC_NVMEM
88697e5a47SAlexandre Belloni	bool "RTC non volatile storage support"
89697e5a47SAlexandre Belloni	select NVMEM
90697e5a47SAlexandre Belloni	default RTC_CLASS
91697e5a47SAlexandre Belloni	help
92697e5a47SAlexandre Belloni	  Say yes here to add support for the non volatile (often battery
93697e5a47SAlexandre Belloni	  backed) storage present on RTCs.
94697e5a47SAlexandre Belloni
950c86edc0SAlessandro Zummocomment "RTC interfaces"
960c86edc0SAlessandro Zummo
97c5c3e192SAlessandro Zummoconfig RTC_INTF_SYSFS
986341e62bSChristoph Jaeger	bool "/sys/class/rtc/rtcN (sysfs)"
99bb35fb20SJan Engelhardt	depends on SYSFS
1008dc08395SKevin Hilman	default RTC_CLASS
101c5c3e192SAlessandro Zummo	help
1029e86ecb6SDavid Brownell	  Say yes here if you want to use your RTCs using sysfs interfaces,
1039e86ecb6SDavid Brownell	  /sys/class/rtc/rtc0 through /sys/.../rtcN.
104c5c3e192SAlessandro Zummo
105ae64d169SAlessandro Zummo	  If unsure, say Y.
106c5c3e192SAlessandro Zummo
107728a2947SAlessandro Zummoconfig RTC_INTF_PROC
1086341e62bSChristoph Jaeger	bool "/proc/driver/rtc (procfs for rtcN)"
109bb35fb20SJan Engelhardt	depends on PROC_FS
1108dc08395SKevin Hilman	default RTC_CLASS
111728a2947SAlessandro Zummo	help
11292589c98SKim, Milo	  Say yes here if you want to use your system clock RTC through
11392589c98SKim, Milo	  the proc interface, /proc/driver/rtc.
11492589c98SKim, Milo	  Other RTCs will not be available through that API.
11592589c98SKim, Milo	  If there is no RTC for the system clock, then the first RTC(rtc0)
11692589c98SKim, Milo	  is used by default.
117728a2947SAlessandro Zummo
118ae64d169SAlessandro Zummo	  If unsure, say Y.
119728a2947SAlessandro Zummo
120e824290eSAlessandro Zummoconfig RTC_INTF_DEV
1216341e62bSChristoph Jaeger	bool "/dev/rtcN (character devices)"
1228dc08395SKevin Hilman	default RTC_CLASS
123e824290eSAlessandro Zummo	help
1249e86ecb6SDavid Brownell	  Say yes here if you want to use your RTCs using the /dev
1259e86ecb6SDavid Brownell	  interfaces, which "udev" sets up as /dev/rtc0 through
126ae64d169SAlessandro Zummo	  /dev/rtcN.
127e824290eSAlessandro Zummo
128ae64d169SAlessandro Zummo	  You may want to set up a symbolic link so one of these
129ae64d169SAlessandro Zummo	  can be accessed as /dev/rtc, which is a name
130ae64d169SAlessandro Zummo	  expected by "hwclock" and some other programs. Recent
131ae64d169SAlessandro Zummo	  versions of "udev" are known to set up the symlink for you.
132ae64d169SAlessandro Zummo
133ae64d169SAlessandro Zummo	  If unsure, say Y.
134e824290eSAlessandro Zummo
1356e57b1d6SJohn Stultzconfig RTC_INTF_DEV_UIE_EMUL
1366e57b1d6SJohn Stultz	bool "RTC UIE emulation on dev interface"
1376e57b1d6SJohn Stultz	depends on RTC_INTF_DEV
1386e57b1d6SJohn Stultz	help
1396e57b1d6SJohn Stultz	  Provides an emulation for RTC_UIE if the underlying rtc chip
1406e57b1d6SJohn Stultz	  driver does not expose RTC_UIE ioctls. Those requests generate
1416e57b1d6SJohn Stultz	  once-per-second update interrupts, used for synchronization.
1426e57b1d6SJohn Stultz
1436e57b1d6SJohn Stultz	  The emulation code will read the time from the hardware
1446e57b1d6SJohn Stultz	  clock several times per second, please enable this option
1456e57b1d6SJohn Stultz	  only if you know that you really need it.
1466e57b1d6SJohn Stultz
14709a21e56SAlessandro Zummoconfig RTC_DRV_TEST
14809a21e56SAlessandro Zummo	tristate "Test driver/device"
14909a21e56SAlessandro Zummo	help
15009a21e56SAlessandro Zummo	  If you say yes here you get support for the
15109a21e56SAlessandro Zummo	  RTC test driver. It's a software RTC which can be
15209a21e56SAlessandro Zummo	  used to test the RTC subsystem APIs. It gets
15309a21e56SAlessandro Zummo	  the time from the system clock.
15409a21e56SAlessandro Zummo	  You want this driver only if you are doing development
15509a21e56SAlessandro Zummo	  on the RTC subsystem. Please read the source code
15609a21e56SAlessandro Zummo	  for further details.
15709a21e56SAlessandro Zummo
15809a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
15909a21e56SAlessandro Zummo	  will be called rtc-test.
16009a21e56SAlessandro Zummo
16109a21e56SAlessandro Zummocomment "I2C RTC drivers"
162bb35fb20SJan Engelhardt
163bb35fb20SJan Engelhardtif I2C
16409a21e56SAlessandro Zummo
165008b3040SHaojian Zhuangconfig RTC_DRV_88PM860X
166008b3040SHaojian Zhuang	tristate "Marvell 88PM860x"
1673783055eSAlexandre Belloni	depends on MFD_88PM860X
168008b3040SHaojian Zhuang	help
169008b3040SHaojian Zhuang	  If you say yes here you get support for RTC function in Marvell
170008b3040SHaojian Zhuang	  88PM860x chips.
171008b3040SHaojian Zhuang
172008b3040SHaojian Zhuang	  This driver can also be built as a module. If so, the module
173008b3040SHaojian Zhuang	  will be called rtc-88pm860x.
174008b3040SHaojian Zhuang
1752985c29cSQiao Zhouconfig RTC_DRV_88PM80X
1762985c29cSQiao Zhou	tristate "Marvell 88PM80x"
1773783055eSAlexandre Belloni	depends on MFD_88PM800
1782985c29cSQiao Zhou	help
1792985c29cSQiao Zhou	  If you say yes here you get support for RTC function in Marvell
1802985c29cSQiao Zhou	  88PM80x chips.
1812985c29cSQiao Zhou
1822985c29cSQiao Zhou	  This driver can also be built as a module. If so, the module
1832985c29cSQiao Zhou	  will be called rtc-88pm80x.
1842985c29cSQiao Zhou
1850b2f6228SArnaud Ebalardconfig RTC_DRV_ABB5ZES3
1860b2f6228SArnaud Ebalard	select REGMAP_I2C
1870b2f6228SArnaud Ebalard	tristate "Abracon AB-RTCMC-32.768kHz-B5ZE-S3"
1880b2f6228SArnaud Ebalard	help
1890b2f6228SArnaud Ebalard	  If you say yes here you get support for the Abracon
1900b2f6228SArnaud Ebalard	  AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chip.
1910b2f6228SArnaud Ebalard
1920b2f6228SArnaud Ebalard	  This driver can also be built as a module. If so, the module
1930b2f6228SArnaud Ebalard	  will be called rtc-ab-b5ze-s3.
1940b2f6228SArnaud Ebalard
19567075b63SArtem Panfilovconfig RTC_DRV_ABEOZ9
19667075b63SArtem Panfilov	select REGMAP_I2C
19767075b63SArtem Panfilov	tristate "Abracon AB-RTCMC-32.768kHz-EOZ9"
19867075b63SArtem Panfilov	help
19967075b63SArtem Panfilov	  If you say yes here you get support for the Abracon
20067075b63SArtem Panfilov	  AB-RTCMC-32.768kHz-EOA9 I2C RTC chip.
20167075b63SArtem Panfilov
20267075b63SArtem Panfilov	  This driver can also be built as a module. If so, the module
20367075b63SArtem Panfilov	  will be called rtc-ab-e0z9.
20467075b63SArtem Panfilov
2054d61ff6bSPhilippe De Muyterconfig RTC_DRV_ABX80X
2064d61ff6bSPhilippe De Muyter	tristate "Abracon ABx80x"
207749e36d0SJeremy Gebben	select WATCHDOG_CORE if WATCHDOG
2084d61ff6bSPhilippe De Muyter	help
2094d61ff6bSPhilippe De Muyter	  If you say yes here you get support for Abracon AB080X and AB180X
2104d61ff6bSPhilippe De Muyter	  families of ultra-low-power  battery- and capacitor-backed real-time
2114d61ff6bSPhilippe De Muyter	  clock chips.
2124d61ff6bSPhilippe De Muyter
2134d61ff6bSPhilippe De Muyter	  This driver can also be built as a module. If so, the module
2144d61ff6bSPhilippe De Muyter	  will be called rtc-abx80x.
2154d61ff6bSPhilippe De Muyter
216d00a18a4SChen-Yu Tsaiconfig RTC_DRV_AC100
217d00a18a4SChen-Yu Tsai	tristate "X-Powers AC100"
218d00a18a4SChen-Yu Tsai	depends on MFD_AC100
219d00a18a4SChen-Yu Tsai	help
220d00a18a4SChen-Yu Tsai	  If you say yes here you get support for the real-time clock found
221d00a18a4SChen-Yu Tsai	  in X-Powers AC100 family peripheral ICs.
222d00a18a4SChen-Yu Tsai
223d00a18a4SChen-Yu Tsai	  This driver can also be built as a module. If so, the module
224d00a18a4SChen-Yu Tsai	  will be called rtc-ac100.
225d00a18a4SChen-Yu Tsai
226c4f07eceSBrian Norrisconfig RTC_DRV_BRCMSTB
227c4f07eceSBrian Norris	tristate "Broadcom STB wake-timer"
228c4f07eceSBrian Norris	depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
229c4f07eceSBrian Norris	default ARCH_BRCMSTB || BMIPS_GENERIC
230c4f07eceSBrian Norris	help
231c4f07eceSBrian Norris	  If you say yes here you get support for the wake-timer found on
232c4f07eceSBrian Norris	  Broadcom STB SoCs (BCM7xxx).
233c4f07eceSBrian Norris
234c4f07eceSBrian Norris	  This driver can also be built as a module. If so, the module will
235c4f07eceSBrian Norris	  be called rtc-brcmstb-waketimer.
236c4f07eceSBrian Norris
237b4506261SLaxman Dewanganconfig RTC_DRV_AS3722
238b4506261SLaxman Dewangan	tristate "ams AS3722 RTC driver"
239b4506261SLaxman Dewangan	depends on MFD_AS3722
240b4506261SLaxman Dewangan	help
241b4506261SLaxman Dewangan	  If you say yes here you get support for the RTC of ams AS3722 PMIC
242b4506261SLaxman Dewangan	  chips.
243b4506261SLaxman Dewangan
244b4506261SLaxman Dewangan	  This driver can also be built as a module. If so, the module
245b4506261SLaxman Dewangan	  will be called rtc-as3722.
246b4506261SLaxman Dewangan
24709a21e56SAlessandro Zummoconfig RTC_DRV_DS1307
2480759c886SNikita Yushchenko	tristate "Dallas/Maxim DS1307/37/38/39/40/41, ST M41T00, EPSON RX-8025, ISL12057"
249578c2b66SAlexandre Belloni	select REGMAP_I2C
250fd90d48dSChris Packham	select WATCHDOG_CORE if WATCHDOG
25109a21e56SAlessandro Zummo	help
25209a21e56SAlessandro Zummo	  If you say yes here you get support for various compatible RTC
25309a21e56SAlessandro Zummo	  chips (often with battery backup) connected with I2C. This driver
2540759c886SNikita Yushchenko	  should handle DS1307, DS1337, DS1338, DS1339, DS1340, DS1341,
2550759c886SNikita Yushchenko	  ST M41T00, EPSON RX-8025, Intersil ISL12057 and probably other chips.
2560759c886SNikita Yushchenko	  In some cases the RTC must already have been initialized (by
2570759c886SNikita Yushchenko	  manufacturing or a bootloader).
25809a21e56SAlessandro Zummo
25909a21e56SAlessandro Zummo	  The first seven registers on these chips hold an RTC, and other
26009a21e56SAlessandro Zummo	  registers may add features such as NVRAM, a trickle charger for
261682d73f6SDavid Brownell	  the RTC/NVRAM backup power, and alarms. NVRAM is visible in
262682d73f6SDavid Brownell	  sysfs, but other chip features may not be available.
26309a21e56SAlessandro Zummo
26409a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
26509a21e56SAlessandro Zummo	  will be called rtc-ds1307.
26609a21e56SAlessandro Zummo
26750d6c0eaSAlexandre Belloniconfig RTC_DRV_DS1307_CENTURY
26850d6c0eaSAlexandre Belloni	bool "Century bit support for rtc-ds1307"
26950d6c0eaSAlexandre Belloni	depends on RTC_DRV_DS1307
27050d6c0eaSAlexandre Belloni	default n
27150d6c0eaSAlexandre Belloni	help
27250d6c0eaSAlexandre Belloni	  The DS1307 driver suffered from a bug where it was enabling the
27350d6c0eaSAlexandre Belloni	  century bit inconditionnally but never used it when reading the time.
27450d6c0eaSAlexandre Belloni	  It made the driver unable to support dates beyond 2099.
27550d6c0eaSAlexandre Belloni	  Setting this option will add proper support for the century bit but if
27650d6c0eaSAlexandre Belloni	  the time was previously set using a kernel predating this option,
27750d6c0eaSAlexandre Belloni	  reading the date will return a date in the next century.
27850d6c0eaSAlexandre Belloni	  To solve that, you could boot a kernel without this option set, set
27950d6c0eaSAlexandre Belloni	  the RTC date and then boot a kernel with this option set.
28050d6c0eaSAlexandre Belloni
281bf4994d7SScott Woodconfig RTC_DRV_DS1374
28209b6bdb3SAlessandro Zummo	tristate "Dallas/Maxim DS1374"
283bf4994d7SScott Wood	help
284bf4994d7SScott Wood	  If you say yes here you get support for Dallas Semiconductor
285bf4994d7SScott Wood	  DS1374 real-time clock chips. If an interrupt is associated
286bf4994d7SScott Wood	  with the device, the alarm functionality is supported.
287bf4994d7SScott Wood
288bf4994d7SScott Wood	  This driver can also be built as a module. If so, the module
289bf4994d7SScott Wood	  will be called rtc-ds1374.
290bf4994d7SScott Wood
291920f91e5SSøren Andersenconfig RTC_DRV_DS1374_WDT
292920f91e5SSøren Andersen	bool "Dallas/Maxim DS1374 watchdog timer"
293c7f3be4cSAlexandre Belloni	depends on RTC_DRV_DS1374 && WATCHDOG
294c7f3be4cSAlexandre Belloni	select WATCHDOG_CORE
295920f91e5SSøren Andersen	help
296920f91e5SSøren Andersen	  If you say Y here you will get support for the
297920f91e5SSøren Andersen	  watchdog timer in the Dallas Semiconductor DS1374
298920f91e5SSøren Andersen	  real-time clock chips.
299920f91e5SSøren Andersen
30009a21e56SAlessandro Zummoconfig RTC_DRV_DS1672
30109a21e56SAlessandro Zummo	tristate "Dallas/Maxim DS1672"
30209a21e56SAlessandro Zummo	help
30309a21e56SAlessandro Zummo	  If you say yes here you get support for the
30409a21e56SAlessandro Zummo	  Dallas/Maxim DS1672 timekeeping chip.
30509a21e56SAlessandro Zummo
30609a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
30709a21e56SAlessandro Zummo	  will be called rtc-ds1672.
30809a21e56SAlessandro Zummo
309dcaf0384SHeiko Stuebnerconfig RTC_DRV_HYM8563
310dcaf0384SHeiko Stuebner	tristate "Haoyu Microelectronics HYM8563"
3113783055eSAlexandre Belloni	depends on OF
312dcaf0384SHeiko Stuebner	help
313dcaf0384SHeiko Stuebner	  Say Y to enable support for the HYM8563 I2C RTC chip. Apart
314dcaf0384SHeiko Stuebner	  from the usual rtc functions it provides a clock output of
315dcaf0384SHeiko Stuebner	  up to 32kHz.
316dcaf0384SHeiko Stuebner
317dcaf0384SHeiko Stuebner	  This driver can also be built as a module. If so, the module
318dcaf0384SHeiko Stuebner	  will be called rtc-hym8563.
319dcaf0384SHeiko Stuebner
32038ae176eSKim, Miloconfig RTC_DRV_LP8788
32138ae176eSKim, Milo	tristate "TI LP8788 RTC driver"
32238ae176eSKim, Milo	depends on MFD_LP8788
32338ae176eSKim, Milo	help
32438ae176eSKim, Milo	  Say Y to enable support for the LP8788 RTC/ALARM driver.
32538ae176eSKim, Milo
32609a21e56SAlessandro Zummoconfig RTC_DRV_MAX6900
32709b6bdb3SAlessandro Zummo	tristate "Maxim MAX6900"
32809a21e56SAlessandro Zummo	help
32909a21e56SAlessandro Zummo	  If you say yes here you will get support for the
33009a21e56SAlessandro Zummo	  Maxim MAX6900 I2C RTC chip.
33109a21e56SAlessandro Zummo
33209a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
33309a21e56SAlessandro Zummo	  will be called rtc-max6900.
33409a21e56SAlessandro Zummo
33594c01ab6SStephen Warrenconfig RTC_DRV_MAX8907
33694c01ab6SStephen Warren	tristate "Maxim MAX8907"
337959df777SKrzysztof Kozlowski	depends on MFD_MAX8907 || COMPILE_TEST
338c05a31f4SCorentin Labbe	select REGMAP_IRQ
33994c01ab6SStephen Warren	help
34094c01ab6SStephen Warren	  If you say yes here you will get support for the
34194c01ab6SStephen Warren	  RTC of Maxim MAX8907 PMIC.
34294c01ab6SStephen Warren
34394c01ab6SStephen Warren	  This driver can also be built as a module. If so, the module
34494c01ab6SStephen Warren	  will be called rtc-max8907.
34594c01ab6SStephen Warren
346a39069f6SHaojian Zhuangconfig RTC_DRV_MAX8925
347a39069f6SHaojian Zhuang	tristate "Maxim MAX8925"
348a39069f6SHaojian Zhuang	depends on MFD_MAX8925
349a39069f6SHaojian Zhuang	help
350a39069f6SHaojian Zhuang	  If you say yes here you will get support for the
351a39069f6SHaojian Zhuang	  RTC of Maxim MAX8925 PMIC.
352a39069f6SHaojian Zhuang
353a39069f6SHaojian Zhuang	  This driver can also be built as a module. If so, the module
354a39069f6SHaojian Zhuang	  will be called rtc-max8925.
355a39069f6SHaojian Zhuang
3569b16c0a4SJoonyoung Shimconfig RTC_DRV_MAX8998
3579b16c0a4SJoonyoung Shim	tristate "Maxim MAX8998"
3589b16c0a4SJoonyoung Shim	depends on MFD_MAX8998
3599b16c0a4SJoonyoung Shim	help
3609b16c0a4SJoonyoung Shim	  If you say yes here you will get support for the
3619b16c0a4SJoonyoung Shim	  RTC of Maxim MAX8998 PMIC.
3629b16c0a4SJoonyoung Shim
3639b16c0a4SJoonyoung Shim	  This driver can also be built as a module. If so, the module
3649b16c0a4SJoonyoung Shim	  will be called rtc-max8998.
3659b16c0a4SJoonyoung Shim
3665e0b2704SJonghwa Leeconfig RTC_DRV_MAX8997
3675e0b2704SJonghwa Lee	tristate "Maxim MAX8997"
3685e0b2704SJonghwa Lee	depends on MFD_MAX8997
3695e0b2704SJonghwa Lee	help
3705e0b2704SJonghwa Lee	  If you say yes here you will get support for the
3715e0b2704SJonghwa Lee	  RTC of Maxim MAX8997 PMIC.
3725e0b2704SJonghwa Lee
3735e0b2704SJonghwa Lee	  This driver can also be built as a module. If so, the module
3745e0b2704SJonghwa Lee	  will be called rtc-max8997.
3755e0b2704SJonghwa Lee
376fca1dd03SJonghwa Leeconfig RTC_DRV_MAX77686
377fca1dd03SJonghwa Lee	tristate "Maxim MAX77686"
378c58e4963SLuca Ceresoli	depends on MFD_MAX77686 || MFD_MAX77620 || MFD_MAX77714 || COMPILE_TEST
379fca1dd03SJonghwa Lee	help
380fca1dd03SJonghwa Lee	  If you say yes here you will get support for the
381726fe738SLaxman Dewangan	  RTC of Maxim MAX77686/MAX77620/MAX77802 PMIC.
382fca1dd03SJonghwa Lee
383fca1dd03SJonghwa Lee	  This driver can also be built as a module. If so, the module
384fca1dd03SJonghwa Lee	  will be called rtc-max77686.
385fca1dd03SJonghwa Lee
3865adbaed1SMia Linconfig RTC_DRV_NCT3018Y
3875adbaed1SMia Lin	tristate "Nuvoton NCT3018Y"
3885adbaed1SMia Lin	depends on OF
3895adbaed1SMia Lin	help
3905adbaed1SMia Lin	   If you say yes here you get support for the Nuvoton NCT3018Y I2C RTC
3915adbaed1SMia Lin	   chip.
3925adbaed1SMia Lin
3935adbaed1SMia Lin	   This driver can also be built as a module, if so, the module will be
3945adbaed1SMia Lin	   called "rtc-nct3018y".
3955adbaed1SMia Lin
3963ca1e326SChris Zhongconfig RTC_DRV_RK808
397dc79054aSTony Xie	tristate "Rockchip RK805/RK808/RK809/RK817/RK818 RTC"
3983ca1e326SChris Zhong	depends on MFD_RK808
3993ca1e326SChris Zhong	help
4003ca1e326SChris Zhong	  If you say yes here you will get support for the
401dc79054aSTony Xie	  RTC of RK805, RK809 and RK817, RK808 and RK818 PMIC.
4023ca1e326SChris Zhong
4033ca1e326SChris Zhong	  This driver can also be built as a module. If so, the module
4043ca1e326SChris Zhong	  will be called rk808-rtc.
4053ca1e326SChris Zhong
40609a21e56SAlessandro Zummoconfig RTC_DRV_RS5C372
4075d4529beSPaul Mundt	tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A"
40809a21e56SAlessandro Zummo	help
40909a21e56SAlessandro Zummo	  If you say yes here you get support for the
4105d4529beSPaul Mundt	  Ricoh R2025S/D, RS5C372A, RS5C372B, RV5C386, and RV5C387A RTC chips.
41109a21e56SAlessandro Zummo
41209a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
41309a21e56SAlessandro Zummo	  will be called rtc-rs5c372.
41409a21e56SAlessandro Zummo
41509a21e56SAlessandro Zummoconfig RTC_DRV_ISL1208
41609b6bdb3SAlessandro Zummo	tristate "Intersil ISL1208"
41709a21e56SAlessandro Zummo	help
41809a21e56SAlessandro Zummo	  If you say yes here you get support for the
41909b6bdb3SAlessandro Zummo	  Intersil ISL1208 RTC chip.
42009a21e56SAlessandro Zummo
42109a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
42209a21e56SAlessandro Zummo	  will be called rtc-isl1208.
42309a21e56SAlessandro Zummo
424d6c7428fSRoman Fietzeconfig RTC_DRV_ISL12022
425d6c7428fSRoman Fietze	tristate "Intersil ISL12022"
426b1a1baa6SRasmus Villemoes	select REGMAP_I2C
427d6c7428fSRoman Fietze	help
428d6c7428fSRoman Fietze	  If you say yes here you get support for the
429d6c7428fSRoman Fietze	  Intersil ISL12022 RTC chip.
430d6c7428fSRoman Fietze
431d6c7428fSRoman Fietze	  This driver can also be built as a module. If so, the module
432d6c7428fSRoman Fietze	  will be called rtc-isl12022.
433d6c7428fSRoman Fietze
4344731a431SDavid Daneyconfig RTC_DRV_ISL12026
4354731a431SDavid Daney	tristate "Intersil ISL12026"
436bb0a1799SJean Delvare	depends on OF
4374731a431SDavid Daney	help
4384731a431SDavid Daney	  If you say yes here you get support for the
4394731a431SDavid Daney	  Intersil ISL12026 RTC chip.
4404731a431SDavid Daney
4414731a431SDavid Daney	  This driver can also be built as a module. If so, the module
4424731a431SDavid Daney	  will be called rtc-isl12026.
4434731a431SDavid Daney
44409a21e56SAlessandro Zummoconfig RTC_DRV_X1205
44509a21e56SAlessandro Zummo	tristate "Xicor/Intersil X1205"
44609a21e56SAlessandro Zummo	help
44709a21e56SAlessandro Zummo	  If you say yes here you get support for the
44809a21e56SAlessandro Zummo	  Xicor/Intersil X1205 RTC chip.
44909a21e56SAlessandro Zummo
45009a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
45109a21e56SAlessandro Zummo	  will be called rtc-x1205.
45209a21e56SAlessandro Zummo
453f803f0d0SThierry Redingconfig RTC_DRV_PCF8523
454f803f0d0SThierry Reding	tristate "NXP PCF8523"
45591f3849dSAlexandre Belloni	select REGMAP_I2C
456f803f0d0SThierry Reding	help
457f803f0d0SThierry Reding	  If you say yes here you get support for the NXP PCF8523 RTC
458f803f0d0SThierry Reding	  chips.
459f803f0d0SThierry Reding
460f803f0d0SThierry Reding	  This driver can also be built as a module. If so, the module
461f803f0d0SThierry Reding	  will be called rtc-pcf8523.
462f803f0d0SThierry Reding
463d084885eSSoren Brinkmannconfig RTC_DRV_PCF85063
464d084885eSSoren Brinkmann	tristate "NXP PCF85063"
465e89b60d0SAlexandre Belloni	select REGMAP_I2C
466d084885eSSoren Brinkmann	help
467d084885eSSoren Brinkmann	  If you say yes here you get support for the PCF85063 RTC chip
468d084885eSSoren Brinkmann
469d084885eSSoren Brinkmann	  This driver can also be built as a module. If so, the module
470d084885eSSoren Brinkmann	  will be called rtc-pcf85063.
471d084885eSSoren Brinkmann
472a9687aa2SEric Nelsonconfig RTC_DRV_PCF85363
473a9687aa2SEric Nelson	tristate "NXP PCF85363"
474a9687aa2SEric Nelson	select REGMAP_I2C
475a9687aa2SEric Nelson	help
476a9687aa2SEric Nelson	  If you say yes here you get support for the PCF85363 RTC chip.
477a9687aa2SEric Nelson
478a9687aa2SEric Nelson	  This driver can also be built as a module. If so, the module
479a9687aa2SEric Nelson	  will be called rtc-pcf85363.
480a9687aa2SEric Nelson
481a9687aa2SEric Nelson	  The nvmem interface will be named pcf85363-#, where # is the
482a9687aa2SEric Nelson	  zero-based instance number.
483a9687aa2SEric Nelson
48409a21e56SAlessandro Zummoconfig RTC_DRV_PCF8563
48509a21e56SAlessandro Zummo	tristate "Philips PCF8563/Epson RTC8564"
48609a21e56SAlessandro Zummo	help
48709a21e56SAlessandro Zummo	  If you say yes here you get support for the
48809a21e56SAlessandro Zummo	  Philips PCF8563 RTC chip. The Epson RTC8564
48909a21e56SAlessandro Zummo	  should work as well.
49009a21e56SAlessandro Zummo
49109a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
49209a21e56SAlessandro Zummo	  will be called rtc-pcf8563.
49309a21e56SAlessandro Zummo
49409a21e56SAlessandro Zummoconfig RTC_DRV_PCF8583
49509a21e56SAlessandro Zummo	tristate "Philips PCF8583"
49609a21e56SAlessandro Zummo	help
49709a21e56SAlessandro Zummo	  If you say yes here you get support for the Philips PCF8583
49809a21e56SAlessandro Zummo	  RTC chip found on Acorn RiscPCs. This driver supports the
49909a21e56SAlessandro Zummo	  platform specific method of retrieving the current year from
50009a21e56SAlessandro Zummo	  the RTC's SRAM. It will work on other platforms with the same
50109a21e56SAlessandro Zummo	  chip, but the year will probably have to be tweaked.
50209a21e56SAlessandro Zummo
50309a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
50409a21e56SAlessandro Zummo	  will be called rtc-pcf8583.
50509a21e56SAlessandro Zummo
506caaff562SAtsushi Nemotoconfig RTC_DRV_M41T80
5076b1a5235SWolfram Sang	tristate "ST M41T62/65/M41T80/81/82/83/84/85/87 and compatible"
508caaff562SAtsushi Nemoto	help
509d3a126fcSSteven A. Falco	  If you say Y here you will get support for the ST M41T60
510d3a126fcSSteven A. Falco	  and M41T80 RTC chips series. Currently, the following chips are
511f30281f4SDaniel Glockner	  supported: M41T62, M41T65, M41T80, M41T81, M41T82, M41T83, M41ST84,
5126b1a5235SWolfram Sang	  M41ST85, M41ST87, and MicroCrystal RV4162.
513caaff562SAtsushi Nemoto
514caaff562SAtsushi Nemoto	  This driver can also be built as a module. If so, the module
515caaff562SAtsushi Nemoto	  will be called rtc-m41t80.
516caaff562SAtsushi Nemoto
517617780d2SAtsushi Nemotoconfig RTC_DRV_M41T80_WDT
518d3a126fcSSteven A. Falco	bool "ST M41T65/M41T80 series RTC watchdog timer"
519617780d2SAtsushi Nemoto	depends on RTC_DRV_M41T80
520617780d2SAtsushi Nemoto	help
521617780d2SAtsushi Nemoto	  If you say Y here you will get support for the
522d3a126fcSSteven A. Falco	  watchdog timer in the ST M41T60 and M41T80 RTC chips series.
523fe5a591bSMatti Vaittinen
52432a4a4ebSMatti Vaittinenconfig RTC_DRV_BD70528
525e5e33525SMatti Vaittinen	tristate "ROHM BD71815 and BD71828 PMIC RTC"
526e5e33525SMatti Vaittinen	depends on MFD_ROHM_BD71828
52732a4a4ebSMatti Vaittinen	help
52832a4a4ebSMatti Vaittinen	  If you say Y here you will get support for the RTC
529e5e33525SMatti Vaittinen	  block on ROHM BD71815 and BD71828 Power Management IC.
53032a4a4ebSMatti Vaittinen
53132a4a4ebSMatti Vaittinen	  This driver can also be built as a module. If so, the module
53232a4a4ebSMatti Vaittinen	  will be called rtc-bd70528.
533617780d2SAtsushi Nemoto
5341ce7c83fSPiotr Ziecikconfig RTC_DRV_BQ32K
5351ce7c83fSPiotr Ziecik	tristate "TI BQ32000"
5361ce7c83fSPiotr Ziecik	help
5371ce7c83fSPiotr Ziecik	  If you say Y here you will get support for the TI
5381ce7c83fSPiotr Ziecik	  BQ32000 I2C RTC chip.
5391ce7c83fSPiotr Ziecik
5401ce7c83fSPiotr Ziecik	  This driver can also be built as a module. If so, the module
5411ce7c83fSPiotr Ziecik	  will be called rtc-bq32k.
5421ce7c83fSPiotr Ziecik
5430c4a59feSTony Lindgrenconfig RTC_DRV_TWL92330
5446341e62bSChristoph Jaeger	bool "TI TWL92330/Menelaus"
545bb35fb20SJan Engelhardt	depends on MENELAUS
5460c4a59feSTony Lindgren	help
5470c4a59feSTony Lindgren	  If you say yes here you get support for the RTC on the
54801dd2fbfSMatt LaPlante	  TWL92330 "Menelaus" power management chip, used with OMAP2
5490c4a59feSTony Lindgren	  platforms. The support is integrated with the rest of
5500c4a59feSTony Lindgren	  the Menelaus driver; it's not separate module.
5510c4a59feSTony Lindgren
552f96411abSDavid Brownellconfig RTC_DRV_TWL4030
553a6b49ffdSBalaji T K	tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0"
5546b8029faSVenu Byravarasu	depends on TWL4030_CORE
5551c02cbfeSNicolae Rosia	depends on OF
556f96411abSDavid Brownell	help
557f96411abSDavid Brownell	  If you say yes here you get support for the RTC on the
558a6b49ffdSBalaji T K	  TWL4030/TWL5030/TWL6030 family chips, used mostly with OMAP3 platforms.
559f96411abSDavid Brownell
560f96411abSDavid Brownell	  This driver can also be built as a module. If so, the module
561a6b49ffdSBalaji T K	  will be called rtc-twl.
562f96411abSDavid Brownell
563d084885eSSoren Brinkmannconfig RTC_DRV_PALMAS
564d084885eSSoren Brinkmann	tristate "TI Palmas RTC driver"
565d084885eSSoren Brinkmann	depends on MFD_PALMAS
566d084885eSSoren Brinkmann	help
567d084885eSSoren Brinkmann	  If you say yes here you get support for the RTC of TI PALMA series PMIC
568d084885eSSoren Brinkmann	  chips.
569d084885eSSoren Brinkmann
570d084885eSSoren Brinkmann	  This driver can also be built as a module. If so, the module
571d084885eSSoren Brinkmann	  will be called rtc-palma.
572d084885eSSoren Brinkmann
573dc59ed38SLaxman Dewanganconfig RTC_DRV_TPS6586X
574dc59ed38SLaxman Dewangan	tristate "TI TPS6586X RTC driver"
575dc59ed38SLaxman Dewangan	depends on MFD_TPS6586X
576dc59ed38SLaxman Dewangan	help
577a895d57dSMasanari Iida	  TI Power Management IC TPS6586X supports RTC functionality
578dc59ed38SLaxman Dewangan	  along with alarm. This driver supports the RTC driver for
579dc59ed38SLaxman Dewangan	  the TPS6586X RTC module.
580dc59ed38SLaxman Dewangan
5810e783980SVenu Byravarasuconfig RTC_DRV_TPS65910
5820e783980SVenu Byravarasu	tristate "TI TPS65910 RTC driver"
5839c3f0795SMichał Mirosław	depends on MFD_TPS65910
5840e783980SVenu Byravarasu	help
5850e783980SVenu Byravarasu	  If you say yes here you get support for the RTC on the
5860e783980SVenu Byravarasu	  TPS65910 chips.
5870e783980SVenu Byravarasu
5880e783980SVenu Byravarasu	  This driver can also be built as a module. If so, the module
5890e783980SVenu Byravarasu	  will be called rtc-tps65910.
5900e783980SVenu Byravarasu
59190829c08SVenu Byravarasuconfig RTC_DRV_RC5T583
59290829c08SVenu Byravarasu	tristate "RICOH 5T583 RTC driver"
59390829c08SVenu Byravarasu	depends on MFD_RC5T583
59490829c08SVenu Byravarasu	help
59590829c08SVenu Byravarasu	  If you say yes here you get support for the RTC on the
59690829c08SVenu Byravarasu	  RICOH 5T583 chips.
59790829c08SVenu Byravarasu
59890829c08SVenu Byravarasu	  This driver can also be built as a module. If so, the module
59990829c08SVenu Byravarasu	  will be called rtc-rc5t583.
60090829c08SVenu Byravarasu
601540d1e15SAndreas Kemnadeconfig RTC_DRV_RC5T619
602540d1e15SAndreas Kemnade	tristate "RICOH RC5T619 RTC driver"
603540d1e15SAndreas Kemnade	depends on MFD_RN5T618
604540d1e15SAndreas Kemnade	help
605540d1e15SAndreas Kemnade	  If you say yes here you get support for the RTC on the
606540d1e15SAndreas Kemnade	  RICOH RC5T619 chips.
607540d1e15SAndreas Kemnade
608540d1e15SAndreas Kemnade	  This driver can also be built as a module. If so, the module
609540d1e15SAndreas Kemnade	  will be called rtc-rc5t619.
610540d1e15SAndreas Kemnade
611c46288b0SByron Bradleyconfig RTC_DRV_S35390A
612c46288b0SByron Bradley	tristate "Seiko Instruments S-35390A"
613d479540dSRandy Dunlap	select BITREVERSE
614c46288b0SByron Bradley	help
615c46288b0SByron Bradley	  If you say yes here you will get support for the Seiko
616c46288b0SByron Bradley	  Instruments S-35390A.
617c46288b0SByron Bradley
618c46288b0SByron Bradley	  This driver can also be built as a module. If so the module
619c46288b0SByron Bradley	  will be called rtc-s35390a.
620c46288b0SByron Bradley
621c6d8f400SSergey Lapinconfig RTC_DRV_FM3130
622c6d8f400SSergey Lapin	tristate "Ramtron FM3130"
623c6d8f400SSergey Lapin	help
624c6d8f400SSergey Lapin	  If you say Y here you will get support for the
625c6d8f400SSergey Lapin	  Ramtron FM3130 RTC chips.
626c6d8f400SSergey Lapin	  Ramtron FM3130 is a chip with two separate devices inside,
627c6d8f400SSergey Lapin	  RTC clock and FRAM. This driver provides only RTC functionality.
628c6d8f400SSergey Lapin
629c6d8f400SSergey Lapin	  This driver can also be built as a module. If so the module
630c6d8f400SSergey Lapin	  will be called rtc-fm3130.
631c6d8f400SSergey Lapin
632ed13d89bSAkshay Bhatconfig RTC_DRV_RX8010
633ed13d89bSAkshay Bhat	tristate "Epson RX8010SJ"
6340c45d3e2SYu-Tung Chang	select REGMAP_I2C
635ed13d89bSAkshay Bhat	help
636ed13d89bSAkshay Bhat	  If you say yes here you get support for the Epson RX8010SJ RTC
637ed13d89bSAkshay Bhat	  chip.
638ed13d89bSAkshay Bhat
639ed13d89bSAkshay Bhat	  This driver can also be built as a module. If so, the module
640ed13d89bSAkshay Bhat	  will be called rtc-rx8010.
641ed13d89bSAkshay Bhat
642a7fa9851SMartyn Welchconfig RTC_DRV_RX8581
64351f896ffSBiju Das	tristate "Epson RX-8571/RX-8581"
644578c2b66SAlexandre Belloni	select REGMAP_I2C
645a7fa9851SMartyn Welch	help
64651f896ffSBiju Das	  If you say yes here you will get support for the Epson RX-8571/
64751f896ffSBiju Das	  RX-8581.
648a7fa9851SMartyn Welch
649a7fa9851SMartyn Welch	  This driver can also be built as a module. If so the module
650a7fa9851SMartyn Welch	  will be called rtc-rx8581.
651a7fa9851SMartyn Welch
6523c2b9075SWolfgang Grandeggerconfig RTC_DRV_RX8025
6533c2b9075SWolfgang Grandegger	tristate "Epson RX-8025SA/NB"
6543c2b9075SWolfgang Grandegger	help
6553c2b9075SWolfgang Grandegger	  If you say yes here you get support for the Epson
6563c2b9075SWolfgang Grandegger	  RX-8025SA/NB RTC chips.
6573c2b9075SWolfgang Grandegger
6583c2b9075SWolfgang Grandegger	  This driver can also be built as a module. If so, the module
6593c2b9075SWolfgang Grandegger	  will be called rtc-rx8025.
6603c2b9075SWolfgang Grandegger
661ae3551f9SMike Rapoportconfig RTC_DRV_EM3027
662ae3551f9SMike Rapoport	tristate "EM Microelectronic EM3027"
663ae3551f9SMike Rapoport	help
664ae3551f9SMike Rapoport	  If you say yes here you get support for the EM
665ae3551f9SMike Rapoport	  Microelectronic EM3027 RTC chips.
666ae3551f9SMike Rapoport
667ae3551f9SMike Rapoport	  This driver can also be built as a module. If so, the module
668ae3551f9SMike Rapoport	  will be called rtc-em3027.
669ae3551f9SMike Rapoport
670e6e7376cSAlexandre Belloniconfig RTC_DRV_RV3028
671e6e7376cSAlexandre Belloni	tristate "Micro Crystal RV3028"
672578c2b66SAlexandre Belloni	select REGMAP_I2C
673e6e7376cSAlexandre Belloni	help
674e6e7376cSAlexandre Belloni	  If you say yes here you get support for the Micro Crystal
675e6e7376cSAlexandre Belloni	  RV3028.
676e6e7376cSAlexandre Belloni
677e6e7376cSAlexandre Belloni	  This driver can also be built as a module. If so, the module
678e6e7376cSAlexandre Belloni	  will be called rtc-rv3028.
679e6e7376cSAlexandre Belloni
6802eeaa532SAlexandre Belloniconfig RTC_DRV_RV3032
6812eeaa532SAlexandre Belloni	tristate "Micro Crystal RV3032"
6822eeaa532SAlexandre Belloni	select REGMAP_I2C
6832eeaa532SAlexandre Belloni	help
6842eeaa532SAlexandre Belloni	  If you say yes here you get support for the Micro Crystal
6852eeaa532SAlexandre Belloni	  RV3032.
6862eeaa532SAlexandre Belloni
6872eeaa532SAlexandre Belloni	  This driver can also be built as a module. If so, the module
6882eeaa532SAlexandre Belloni	  will be called rtc-rv3032.
6892eeaa532SAlexandre Belloni
6901e3929efSAlexandre Belloniconfig RTC_DRV_RV8803
69134166a00SBenoît Thébaudeau	tristate "Micro Crystal RV8803, Epson RX8900"
6921e3929efSAlexandre Belloni	help
69334166a00SBenoît Thébaudeau	  If you say yes here you get support for the Micro Crystal RV8803 and
69434166a00SBenoît Thébaudeau	  Epson RX8900 RTC chips.
6951e3929efSAlexandre Belloni
6961e3929efSAlexandre Belloni	  This driver can also be built as a module. If so, the module
6971e3929efSAlexandre Belloni	  will be called rtc-rv8803.
6981e3929efSAlexandre Belloni
6995bccae6eSSangbeom Kimconfig RTC_DRV_S5M
7000c5deb1eSKrzysztof Kozlowski	tristate "Samsung S2M/S5M series"
701959df777SKrzysztof Kozlowski	depends on MFD_SEC_CORE || COMPILE_TEST
702959df777SKrzysztof Kozlowski	select REGMAP_IRQ
7031f0cbda3SBartosz Golaszewski	select REGMAP_I2C
7045bccae6eSSangbeom Kim	help
7055bccae6eSSangbeom Kim	  If you say yes here you will get support for the
7060c5deb1eSKrzysztof Kozlowski	  RTC of Samsung S2MPS14 and S5M PMIC series.
7075bccae6eSSangbeom Kim
7085bccae6eSSangbeom Kim	  This driver can also be built as a module. If so, the module
7095bccae6eSSangbeom Kim	  will be called rtc-s5m.
7105bccae6eSSangbeom Kim
7111d67a232SDianlong Liconfig RTC_DRV_SD3078
71222e7d514SAlexandre Belloni	tristate "ZXW Shenzhen whwave SD3078"
713578c2b66SAlexandre Belloni	select REGMAP_I2C
7141d67a232SDianlong Li	help
71522e7d514SAlexandre Belloni	  If you say yes here you get support for the ZXW Shenzhen whwave
7161d67a232SDianlong Li	  SD3078 RTC chips.
7171d67a232SDianlong Li
7181d67a232SDianlong Li	  This driver can also be built as a module. If so, the module
7191d67a232SDianlong Li	  will be called rtc-sd3078
7201d67a232SDianlong Li
721bb35fb20SJan Engelhardtendif # I2C
722bb35fb20SJan Engelhardt
72309a21e56SAlessandro Zummocomment "SPI RTC drivers"
724bb35fb20SJan Engelhardt
725bb35fb20SJan Engelhardtif SPI_MASTER
72609a21e56SAlessandro Zummo
72774d34d4bSVoss, Nikolausconfig RTC_DRV_M41T93
72874d34d4bSVoss, Nikolaus	tristate "ST M41T93"
72974d34d4bSVoss, Nikolaus	help
73074d34d4bSVoss, Nikolaus	  If you say yes here you will get support for the
73174d34d4bSVoss, Nikolaus	  ST M41T93 SPI RTC chip.
73274d34d4bSVoss, Nikolaus
73374d34d4bSVoss, Nikolaus	  This driver can also be built as a module. If so, the module
73474d34d4bSVoss, Nikolaus	  will be called rtc-m41t93.
73574d34d4bSVoss, Nikolaus
7368fc2c767SKim B. Heinoconfig RTC_DRV_M41T94
7378fc2c767SKim B. Heino	tristate "ST M41T94"
7388fc2c767SKim B. Heino	help
7398fc2c767SKim B. Heino	  If you say yes here you will get support for the
7408fc2c767SKim B. Heino	  ST M41T94 SPI RTC chip.
7418fc2c767SKim B. Heino
7428fc2c767SKim B. Heino	  This driver can also be built as a module. If so, the module
7438fc2c767SKim B. Heino	  will be called rtc-m41t94.
7448fc2c767SKim B. Heino
745d25a5ed3SSergey Yanovichconfig RTC_DRV_DS1302
746d25a5ed3SSergey Yanovich	tristate "Dallas/Maxim DS1302"
747d25a5ed3SSergey Yanovich	depends on SPI
748d25a5ed3SSergey Yanovich	help
749d25a5ed3SSergey Yanovich	  If you say yes here you get support for the Dallas DS1302 RTC chips.
750d25a5ed3SSergey Yanovich
751d25a5ed3SSergey Yanovich	  This driver can also be built as a module. If so, the module
752d25a5ed3SSergey Yanovich	  will be called rtc-ds1302.
753d25a5ed3SSergey Yanovich
75453e84b67SDavid Brownellconfig RTC_DRV_DS1305
75553e84b67SDavid Brownell	tristate "Dallas/Maxim DS1305/DS1306"
75653e84b67SDavid Brownell	help
75753e84b67SDavid Brownell	  Select this driver to get support for the Dallas/Maxim DS1305
75853e84b67SDavid Brownell	  and DS1306 real time clock chips. These support a trickle
75953e84b67SDavid Brownell	  charger, alarms, and NVRAM in addition to the clock.
76053e84b67SDavid Brownell
76153e84b67SDavid Brownell	  This driver can also be built as a module. If so, the module
76253e84b67SDavid Brownell	  will be called rtc-ds1305.
76353e84b67SDavid Brownell
7641d6316f5SRaghavendra Ganigaconfig RTC_DRV_DS1343
7650dd449b1SRaghavendra Ganiga	select REGMAP_SPI
7661d6316f5SRaghavendra Ganiga	tristate "Dallas/Maxim DS1343/DS1344"
7671d6316f5SRaghavendra Ganiga	help
7681d6316f5SRaghavendra Ganiga	  If you say yes here you get support for the
7691d6316f5SRaghavendra Ganiga	  Dallas/Maxim DS1343 and DS1344 real time clock chips.
7701d6316f5SRaghavendra Ganiga	  Support for trickle charger, alarm is provided.
7711d6316f5SRaghavendra Ganiga
7721d6316f5SRaghavendra Ganiga	  This driver can also be built as a module. If so, the module
7731d6316f5SRaghavendra Ganiga	  will be called rtc-ds1343.
7741d6316f5SRaghavendra Ganiga
775617b26a0SRaghavendra Ganigaconfig RTC_DRV_DS1347
776ee85bb5bSRaghavendra Ganiga	select REGMAP_SPI
777617b26a0SRaghavendra Ganiga	tristate "Dallas/Maxim DS1347"
778617b26a0SRaghavendra Ganiga	help
779617b26a0SRaghavendra Ganiga	  If you say yes here you get support for the
780617b26a0SRaghavendra Ganiga	  Dallas/Maxim DS1347 chips.
781617b26a0SRaghavendra Ganiga
782617b26a0SRaghavendra Ganiga	  This driver only supports the RTC feature, and not other chip
783617b26a0SRaghavendra Ganiga	  features such as alarms.
784617b26a0SRaghavendra Ganiga
785617b26a0SRaghavendra Ganiga	  This driver can also be built as a module. If so, the module
786617b26a0SRaghavendra Ganiga	  will be called rtc-ds1347.
787617b26a0SRaghavendra Ganiga
78806de1808SMark Jacksonconfig RTC_DRV_DS1390
78906de1808SMark Jackson	tristate "Dallas/Maxim DS1390/93/94"
79006de1808SMark Jackson	help
7917b9b2ef1SAlessandro Zummo	  If you say yes here you get support for the
7927b9b2ef1SAlessandro Zummo	  Dallas/Maxim DS1390/93/94 chips.
79306de1808SMark Jackson
794fa395fb8SIvan Grimaldi	  This driver supports the RTC feature and trickle charging but not
795fa395fb8SIvan Grimaldi	  other chip features such as alarms.
79606de1808SMark Jackson
79706de1808SMark Jackson	  This driver can also be built as a module. If so, the module
79806de1808SMark Jackson	  will be called rtc-ds1390.
79906de1808SMark Jackson
80006776c89SVenkat Prashanth B Uconfig RTC_DRV_MAX6916
80106776c89SVenkat Prashanth B U	tristate "Maxim MAX6916"
80206776c89SVenkat Prashanth B U	help
80306776c89SVenkat Prashanth B U	  If you say yes here you will get support for the
80406776c89SVenkat Prashanth B U	  Maxim MAX6916 SPI RTC chip.
80506776c89SVenkat Prashanth B U
80606776c89SVenkat Prashanth B U	  This driver only supports the RTC feature, and not other chip
80706776c89SVenkat Prashanth B U	  features such as alarms.
80806776c89SVenkat Prashanth B U
80906776c89SVenkat Prashanth B U	  This driver can also be built as a module. If so, the module
81006776c89SVenkat Prashanth B U	  will be called rtc-max6916.
81106776c89SVenkat Prashanth B U
8122805b969SMagnus Dammconfig RTC_DRV_R9701
8132805b969SMagnus Damm	tristate "Epson RTC-9701JE"
8142805b969SMagnus Damm	help
8152805b969SMagnus Damm	  If you say yes here you will get support for the
8162805b969SMagnus Damm	  Epson RTC-9701JE SPI RTC chip.
8172805b969SMagnus Damm
8182805b969SMagnus Damm	  This driver can also be built as a module. If so, the module
8192805b969SMagnus Damm	  will be called rtc-r9701.
8202805b969SMagnus Damm
821d084885eSSoren Brinkmannconfig RTC_DRV_RX4581
822d084885eSSoren Brinkmann	tristate "Epson RX-4581"
823d084885eSSoren Brinkmann	help
824d084885eSSoren Brinkmann	  If you say yes here you will get support for the Epson RX-4581.
825d084885eSSoren Brinkmann
826d084885eSSoren Brinkmann	  This driver can also be built as a module. If so the module
827d084885eSSoren Brinkmann	  will be called rtc-rx4581.
828d084885eSSoren Brinkmann
82909a21e56SAlessandro Zummoconfig RTC_DRV_RS5C348
83009a21e56SAlessandro Zummo	tristate "Ricoh RS5C348A/B"
83109a21e56SAlessandro Zummo	help
83209a21e56SAlessandro Zummo	  If you say yes here you get support for the
83309a21e56SAlessandro Zummo	  Ricoh RS5C348A and RS5C348B RTC chips.
83409a21e56SAlessandro Zummo
83509a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
83609a21e56SAlessandro Zummo	  will be called rtc-rs5c348.
83709a21e56SAlessandro Zummo
838d084885eSSoren Brinkmannconfig RTC_DRV_MAX6902
839d084885eSSoren Brinkmann	tristate "Maxim MAX6902"
840d084885eSSoren Brinkmann	help
841d084885eSSoren Brinkmann	  If you say yes here you will get support for the
842d084885eSSoren Brinkmann	  Maxim MAX6902 SPI RTC chip.
843d084885eSSoren Brinkmann
844d084885eSSoren Brinkmann	  This driver can also be built as a module. If so, the module
845d084885eSSoren Brinkmann	  will be called rtc-max6902.
846d084885eSSoren Brinkmann
8477f3923a1SChris Vergesconfig RTC_DRV_PCF2123
8487f3923a1SChris Verges	tristate "NXP PCF2123"
849f2f5cb6aSYueHaibing	select REGMAP_SPI
8507f3923a1SChris Verges	help
8517f3923a1SChris Verges	  If you say yes here you get support for the NXP PCF2123
8527f3923a1SChris Verges	  RTC chip.
8537f3923a1SChris Verges
8547f3923a1SChris Verges	  This driver can also be built as a module. If so, the module
8557f3923a1SChris Verges	  will be called rtc-pcf2123.
8567f3923a1SChris Verges
8571fcbe42cSJosef Gajdusekconfig RTC_DRV_MCP795
8581fcbe42cSJosef Gajdusek	tristate "Microchip MCP795"
8591fcbe42cSJosef Gajdusek	help
8601fcbe42cSJosef Gajdusek	  If you say yes here you will get support for the Microchip MCP795.
8611fcbe42cSJosef Gajdusek
8621fcbe42cSJosef Gajdusek	  This driver can also be built as a module. If so the module
8631fcbe42cSJosef Gajdusek	  will be called rtc-mcp795.
8641fcbe42cSJosef Gajdusek
865bb35fb20SJan Engelhardtendif # SPI_MASTER
866bb35fb20SJan Engelhardt
867080481f5SAkinobu Mita#
868080481f5SAkinobu Mita# Helper to resolve issues with configs that have SPI enabled but I2C
869080481f5SAkinobu Mita# modular.  See SND_SOC_I2C_AND_SPI for more information
870080481f5SAkinobu Mita#
871080481f5SAkinobu Mitaconfig RTC_I2C_AND_SPI
872080481f5SAkinobu Mita	tristate
873080481f5SAkinobu Mita	default m if I2C=m
874080481f5SAkinobu Mita	default y if I2C=y
875080481f5SAkinobu Mita	default y if SPI_MASTER=y
876080481f5SAkinobu Mita
877080481f5SAkinobu Mitacomment "SPI and I2C RTC drivers"
878080481f5SAkinobu Mita
879080481f5SAkinobu Mitaconfig RTC_DRV_DS3232
880080481f5SAkinobu Mita	tristate "Dallas/Maxim DS3232/DS3234"
881080481f5SAkinobu Mita	depends on RTC_I2C_AND_SPI
88234719de9SGeert Uytterhoeven	select REGMAP_I2C if I2C
88334719de9SGeert Uytterhoeven	select REGMAP_SPI if SPI_MASTER
884080481f5SAkinobu Mita	help
885080481f5SAkinobu Mita	  If you say yes here you get support for Dallas Semiconductor
886080481f5SAkinobu Mita	  DS3232 and DS3234 real-time clock chips. If an interrupt is associated
887080481f5SAkinobu Mita	  with the device, the alarm functionality is supported.
888080481f5SAkinobu Mita
889080481f5SAkinobu Mita	  This driver can also be built as a module.  If so, the module
890080481f5SAkinobu Mita	  will be called rtc-ds3232.
891080481f5SAkinobu Mita
892c35c4195SKirill Esipovconfig RTC_DRV_DS3232_HWMON
893c35c4195SKirill Esipov	bool "HWMON support for Dallas/Maxim DS3232/DS3234"
894c35c4195SKirill Esipov	depends on RTC_DRV_DS3232 && HWMON && !(RTC_DRV_DS3232=y && HWMON=m)
895c35c4195SKirill Esipov	default y
896c35c4195SKirill Esipov	help
897c35c4195SKirill Esipov	  Say Y here if you want to expose temperature sensor data on
898c35c4195SKirill Esipov	  rtc-ds3232
899c35c4195SKirill Esipov
9009408ec1aSAkinobu Mitaconfig RTC_DRV_PCF2127
9019408ec1aSAkinobu Mita	tristate "NXP PCF2127"
9029408ec1aSAkinobu Mita	depends on RTC_I2C_AND_SPI
90334719de9SGeert Uytterhoeven	select REGMAP_I2C if I2C
90434719de9SGeert Uytterhoeven	select REGMAP_SPI if SPI_MASTER
90528abbba3SBruno Thomsen	select WATCHDOG_CORE if WATCHDOG
9069408ec1aSAkinobu Mita	help
9079408ec1aSAkinobu Mita	  If you say yes here you get support for the NXP PCF2127/29 RTC
9080e735eaaSBruno Thomsen	  chips with integrated quartz crystal for industrial applications.
9090e735eaaSBruno Thomsen	  Both chips also have watchdog timer and tamper switch detection
9100e735eaaSBruno Thomsen	  features.
9110e735eaaSBruno Thomsen
9120e735eaaSBruno Thomsen	  PCF2127 has an additional feature of 512 bytes battery backed
9130e735eaaSBruno Thomsen	  memory that's accessible using nvmem interface.
9149408ec1aSAkinobu Mita
9159408ec1aSAkinobu Mita	  This driver can also be built as a module. If so, the module
9169408ec1aSAkinobu Mita	  will be called rtc-pcf2127.
9179408ec1aSAkinobu Mita
918c2a1c145SMylène Josserandconfig RTC_DRV_RV3029C2
919c2a1c145SMylène Josserand	tristate "Micro Crystal RV3029/3049"
920c2a1c145SMylène Josserand	depends on RTC_I2C_AND_SPI
92134719de9SGeert Uytterhoeven	select REGMAP_I2C if I2C
92234719de9SGeert Uytterhoeven	select REGMAP_SPI if SPI_MASTER
923c2a1c145SMylène Josserand	help
924c2a1c145SMylène Josserand	  If you say yes here you get support for the Micro Crystal
925c2a1c145SMylène Josserand	  RV3029 and RV3049 RTC chips.
926c2a1c145SMylène Josserand
927c2a1c145SMylène Josserand	  This driver can also be built as a module. If so, the module
928c2a1c145SMylène Josserand	  will be called rtc-rv3029c2.
929c2a1c145SMylène Josserand
930c2a1c145SMylène Josserandconfig RTC_DRV_RV3029_HWMON
931c2a1c145SMylène Josserand	bool "HWMON support for RV3029/3049"
932c2a1c145SMylène Josserand	depends on RTC_DRV_RV3029C2 && HWMON
933c2a1c145SMylène Josserand	depends on !(RTC_DRV_RV3029C2=y && HWMON=m)
934c2a1c145SMylène Josserand	default y
935c2a1c145SMylène Josserand	help
936c2a1c145SMylène Josserand	  Say Y here if you want to expose temperature sensor data on
937c2a1c145SMylène Josserand	  rtc-rv3029.
938c2a1c145SMylène Josserand
939afa819c2SClaudius Heineconfig RTC_DRV_RX6110
940afa819c2SClaudius Heine	tristate "Epson RX-6110"
941afa819c2SClaudius Heine	depends on RTC_I2C_AND_SPI
942afa819c2SClaudius Heine	select REGMAP_SPI if SPI_MASTER
943afa819c2SClaudius Heine	select REGMAP_I2C if I2C
944afa819c2SClaudius Heine	help
945afa819c2SClaudius Heine	  If you say yes here you will get support for the Epson RX-6110.
946afa819c2SClaudius Heine
947afa819c2SClaudius Heine	  This driver can also be built as a module. If so the module
948afa819c2SClaudius Heine	  will be called rtc-rx6110.
949afa819c2SClaudius Heine
95009a21e56SAlessandro Zummocomment "Platform RTC drivers"
9510c86edc0SAlessandro Zummo
952290cd0f0SChristoph Hellwig# this 'CMOS' RTC driver is arch dependent because it requires
953290cd0f0SChristoph Hellwig# <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a
9547be2c7c9SDavid Brownell# global rtc_lock ... it's not yet just another platform_device.
9557be2c7c9SDavid Brownell
9567be2c7c9SDavid Brownellconfig RTC_DRV_CMOS
95709a21e56SAlessandro Zummo	tristate "PC-style 'CMOS'"
958a687a533SArnd Bergmann	depends on X86 || ARM || PPC || MIPS || SPARC64
959c7500900SDavid Brownell	default y if X86
960d6faca40SArnd Bergmann	select RTC_MC146818_LIB
9617be2c7c9SDavid Brownell	help
9627be2c7c9SDavid Brownell	  Say "yes" here to get direct support for the real time clock
9637be2c7c9SDavid Brownell	  found in every PC or ACPI-based system, and some other boards.
9647be2c7c9SDavid Brownell	  Specifically the original MC146818, compatibles like those in
9657be2c7c9SDavid Brownell	  PC south bridges, the DS12887 or M48T86, some multifunction
9667be2c7c9SDavid Brownell	  or LPC bus chips, and so on.
9677be2c7c9SDavid Brownell
9687be2c7c9SDavid Brownell	  Your system will need to define the platform device used by
9697be2c7c9SDavid Brownell	  this driver, otherwise it won't be accessible. This means
9707be2c7c9SDavid Brownell	  you can safely enable this driver if you don't know whether
9717be2c7c9SDavid Brownell	  or not your board has this kind of hardware.
9727be2c7c9SDavid Brownell
9737be2c7c9SDavid Brownell	  This driver can also be built as a module. If so, the module
9747be2c7c9SDavid Brownell	  will be called rtc-cmos.
9757be2c7c9SDavid Brownell
97685d0b3a5SRichard Hendersonconfig RTC_DRV_ALPHA
97785d0b3a5SRichard Henderson	bool "Alpha PC-style CMOS"
97885d0b3a5SRichard Henderson	depends on ALPHA
979d6faca40SArnd Bergmann	select RTC_MC146818_LIB
98085d0b3a5SRichard Henderson	default y
98185d0b3a5SRichard Henderson	help
98285d0b3a5SRichard Henderson	  Direct support for the real-time clock found on every Alpha
98385d0b3a5SRichard Henderson	  system, specifically MC146818 compatibles.  If in doubt, say Y.
98485d0b3a5SRichard Henderson
985537739deSThomas Bogendoerferconfig RTC_DRV_DS1216
986537739deSThomas Bogendoerfer	tristate "Dallas DS1216"
987bb35fb20SJan Engelhardt	depends on SNI_RM
988537739deSThomas Bogendoerfer	help
989537739deSThomas Bogendoerfer	  If you say yes here you get support for the Dallas DS1216 RTC chips.
990537739deSThomas Bogendoerfer
9915f119f29SThomas Bogendoerferconfig RTC_DRV_DS1286
9925f119f29SThomas Bogendoerfer	tristate "Dallas DS1286"
993706b632dSChen Gang	depends on HAS_IOMEM
9945f119f29SThomas Bogendoerfer	help
9955f119f29SThomas Bogendoerfer	  If you say yes here you get support for the Dallas DS1286 RTC chips.
9965f119f29SThomas Bogendoerfer
9978f26795aSAndrew Sharpconfig RTC_DRV_DS1511
9988f26795aSAndrew Sharp	tristate "Dallas DS1511"
999706b632dSChen Gang	depends on HAS_IOMEM
10008f26795aSAndrew Sharp	help
10018f26795aSAndrew Sharp	  If you say yes here you get support for the
10028f26795aSAndrew Sharp	  Dallas DS1511 timekeeping/watchdog chip.
10038f26795aSAndrew Sharp
10048f26795aSAndrew Sharp	  This driver can also be built as a module. If so, the module
10058f26795aSAndrew Sharp	  will be called rtc-ds1511.
10068f26795aSAndrew Sharp
10079bf5b4f5SAtsushi Nemotoconfig RTC_DRV_DS1553
100809b6bdb3SAlessandro Zummo	tristate "Maxim/Dallas DS1553"
1009706b632dSChen Gang	depends on HAS_IOMEM
10109bf5b4f5SAtsushi Nemoto	help
10119bf5b4f5SAtsushi Nemoto	  If you say yes here you get support for the
101209b6bdb3SAlessandro Zummo	  Maxim/Dallas DS1553 timekeeping chip.
10139bf5b4f5SAtsushi Nemoto
10149bf5b4f5SAtsushi Nemoto	  This driver can also be built as a module. If so, the module
10159bf5b4f5SAtsushi Nemoto	  will be called rtc-ds1553.
10169bf5b4f5SAtsushi Nemoto
1017aaaf5fbfSJoshua Kinardconfig RTC_DRV_DS1685_FAMILY
1018aaaf5fbfSJoshua Kinard	tristate "Dallas/Maxim DS1685 Family"
10199c795799SJohannes Berg	depends on HAS_IOMEM
1020aaaf5fbfSJoshua Kinard	help
1021aaaf5fbfSJoshua Kinard	  If you say yes here you get support for the Dallas/Maxim DS1685
1022aaaf5fbfSJoshua Kinard	  family of real time chips.  This family includes the DS1685/DS1687,
1023aaaf5fbfSJoshua Kinard	  DS1689/DS1693, DS17285/DS17287, DS17485/DS17487, and
1024aaaf5fbfSJoshua Kinard	  DS17885/DS17887 chips.
1025aaaf5fbfSJoshua Kinard
1026aaaf5fbfSJoshua Kinard	  This driver can also be built as a module. If so, the module
1027aaaf5fbfSJoshua Kinard	  will be called rtc-ds1685.
1028aaaf5fbfSJoshua Kinard
1029aaaf5fbfSJoshua Kinardchoice
1030aaaf5fbfSJoshua Kinard	prompt "Subtype"
1031aaaf5fbfSJoshua Kinard	depends on RTC_DRV_DS1685_FAMILY
1032aaaf5fbfSJoshua Kinard	default RTC_DRV_DS1685
1033aaaf5fbfSJoshua Kinard
1034aaaf5fbfSJoshua Kinardconfig RTC_DRV_DS1685
1035aaaf5fbfSJoshua Kinard	bool "DS1685/DS1687"
1036aaaf5fbfSJoshua Kinard	help
1037aaaf5fbfSJoshua Kinard	  This enables support for the Dallas/Maxim DS1685/DS1687 real time
1038aaaf5fbfSJoshua Kinard	  clock chip.
1039aaaf5fbfSJoshua Kinard
1040aaaf5fbfSJoshua Kinard	  This chip is commonly found in SGI O2 (IP32) and SGI Octane (IP30)
1041aaaf5fbfSJoshua Kinard	  systems, as well as EPPC-405-UC modules by electronic system design
1042aaaf5fbfSJoshua Kinard	  GmbH.
1043aaaf5fbfSJoshua Kinard
1044aaaf5fbfSJoshua Kinardconfig RTC_DRV_DS1689
1045aaaf5fbfSJoshua Kinard	bool "DS1689/DS1693"
1046aaaf5fbfSJoshua Kinard	help
1047aaaf5fbfSJoshua Kinard	  This enables support for the Dallas/Maxim DS1689/DS1693 real time
1048aaaf5fbfSJoshua Kinard	  clock chip.
1049aaaf5fbfSJoshua Kinard
1050aaaf5fbfSJoshua Kinard	  This is an older RTC chip, supplanted by the DS1685/DS1687 above,
1051aaaf5fbfSJoshua Kinard	  which supports a few minor features such as Vcc, Vbat, and Power
1052aaaf5fbfSJoshua Kinard	  Cycle counters, plus a customer-specific, 8-byte ROM/Serial number.
1053aaaf5fbfSJoshua Kinard
1054aaaf5fbfSJoshua Kinard	  It also works for the even older DS1688/DS1691 RTC chips, which are
1055aaaf5fbfSJoshua Kinard	  virtually the same and carry the same model number.  Both chips
1056aaaf5fbfSJoshua Kinard	  have 114 bytes of user NVRAM.
1057aaaf5fbfSJoshua Kinard
1058aaaf5fbfSJoshua Kinardconfig RTC_DRV_DS17285
1059aaaf5fbfSJoshua Kinard	bool "DS17285/DS17287"
1060aaaf5fbfSJoshua Kinard	help
1061aaaf5fbfSJoshua Kinard	  This enables support for the Dallas/Maxim DS17285/DS17287 real time
1062aaaf5fbfSJoshua Kinard	  clock chip.
1063aaaf5fbfSJoshua Kinard
1064aaaf5fbfSJoshua Kinard	  This chip features 2kb of extended NV-SRAM.  It may possibly be
1065aaaf5fbfSJoshua Kinard	  found in some SGI O2 systems (rare).
1066aaaf5fbfSJoshua Kinard
1067aaaf5fbfSJoshua Kinardconfig RTC_DRV_DS17485
1068aaaf5fbfSJoshua Kinard	bool "DS17485/DS17487"
1069aaaf5fbfSJoshua Kinard	help
1070aaaf5fbfSJoshua Kinard	  This enables support for the Dallas/Maxim DS17485/DS17487 real time
1071aaaf5fbfSJoshua Kinard	  clock chip.
1072aaaf5fbfSJoshua Kinard
1073aaaf5fbfSJoshua Kinard	  This chip features 4kb of extended NV-SRAM.
1074aaaf5fbfSJoshua Kinard
1075aaaf5fbfSJoshua Kinardconfig RTC_DRV_DS17885
1076aaaf5fbfSJoshua Kinard	bool "DS17885/DS17887"
1077aaaf5fbfSJoshua Kinard	help
1078aaaf5fbfSJoshua Kinard	  This enables support for the Dallas/Maxim DS17885/DS17887 real time
1079aaaf5fbfSJoshua Kinard	  clock chip.
1080aaaf5fbfSJoshua Kinard
1081aaaf5fbfSJoshua Kinard	  This chip features 8kb of extended NV-SRAM.
1082aaaf5fbfSJoshua Kinard
1083aaaf5fbfSJoshua Kinardendchoice
1084aaaf5fbfSJoshua Kinard
108509b6bdb3SAlessandro Zummoconfig RTC_DRV_DS1742
108609b6bdb3SAlessandro Zummo	tristate "Maxim/Dallas DS1742/1743"
1087706b632dSChen Gang	depends on HAS_IOMEM
108809b6bdb3SAlessandro Zummo	help
108909b6bdb3SAlessandro Zummo	  If you say yes here you get support for the
109009b6bdb3SAlessandro Zummo	  Maxim/Dallas DS1742/1743 timekeeping chip.
109109b6bdb3SAlessandro Zummo
109209b6bdb3SAlessandro Zummo	  This driver can also be built as a module. If so, the module
109309b6bdb3SAlessandro Zummo	  will be called rtc-ds1742.
109409b6bdb3SAlessandro Zummo
1095ad0200f7SJean Delvareconfig RTC_DRV_DS2404
1096ad0200f7SJean Delvare	tristate "Maxim/Dallas DS2404"
1097ad0200f7SJean Delvare	help
1098ad0200f7SJean Delvare	  If you say yes here you get support for the
1099ad0200f7SJean Delvare	  Dallas DS2404 RTC chip.
1100ad0200f7SJean Delvare
1101ad0200f7SJean Delvare	  This driver can also be built as a module. If so, the module
1102ad0200f7SJean Delvare	  will be called rtc-ds2404.
1103ad0200f7SJean Delvare
1104fef931ffSAshish Jangamconfig RTC_DRV_DA9052
1105fef931ffSAshish Jangam	tristate "Dialog DA9052/DA9053 RTC"
1106fef931ffSAshish Jangam	depends on PMIC_DA9052
1107fef931ffSAshish Jangam	help
1108fef931ffSAshish Jangam	  Say y here to support the RTC driver for Dialog Semiconductor
1109fef931ffSAshish Jangam	  DA9052-BC and DA9053-AA/Bx PMICs.
1110fef931ffSAshish Jangam
11116920d996SAshish Jangamconfig RTC_DRV_DA9055
11126920d996SAshish Jangam	tristate "Dialog Semiconductor DA9055 RTC"
11136920d996SAshish Jangam	depends on MFD_DA9055
11146920d996SAshish Jangam	help
11156920d996SAshish Jangam	  If you say yes here you will get support for the
11166920d996SAshish Jangam	  RTC of the Dialog DA9055 PMIC.
11176920d996SAshish Jangam
11186920d996SAshish Jangam	  This driver can also be built as a module. If so, the module
11196920d996SAshish Jangam	  will be called rtc-da9055
11206920d996SAshish Jangam
1121c2a57550SOpensource [Steve Twiss]config RTC_DRV_DA9063
112280ca3277SS Twiss	tristate "Dialog Semiconductor DA9063/DA9062 RTC"
112380ca3277SS Twiss	depends on MFD_DA9063 || MFD_DA9062
1124c2a57550SOpensource [Steve Twiss]	help
1125c2a57550SOpensource [Steve Twiss]	  If you say yes here you will get support for the RTC subsystem
112680ca3277SS Twiss	  for the Dialog Semiconductor PMIC chips DA9063 and DA9062.
1127c2a57550SOpensource [Steve Twiss]
1128c2a57550SOpensource [Steve Twiss]	  This driver can also be built as a module. If so, the module
1129c2a57550SOpensource [Steve Twiss]	  will be called "rtc-da9063".
1130c2a57550SOpensource [Steve Twiss]
11315e3fd9e5Sdann frazierconfig RTC_DRV_EFI
11325e3fd9e5Sdann frazier	tristate "EFI RTC"
11337efe6659SMatt Fleming	depends on EFI && !X86
11345e3fd9e5Sdann frazier	help
11355e3fd9e5Sdann frazier	  If you say yes here you will get support for the EFI
11365e3fd9e5Sdann frazier	  Real Time Clock.
11375e3fd9e5Sdann frazier
11385e3fd9e5Sdann frazier	  This driver can also be built as a module. If so, the module
11395e3fd9e5Sdann frazier	  will be called rtc-efi.
11405e3fd9e5Sdann frazier
114102964115SThomas Hommelconfig RTC_DRV_STK17TA8
114202964115SThomas Hommel	tristate "Simtek STK17TA8"
1143706b632dSChen Gang	depends on HAS_IOMEM
114402964115SThomas Hommel	help
114502964115SThomas Hommel	  If you say yes here you get support for the
114602964115SThomas Hommel	  Simtek STK17TA8 timekeeping chip.
114702964115SThomas Hommel
114802964115SThomas Hommel	  This driver can also be built as a module. If so, the module
114902964115SThomas Hommel	  will be called rtc-stk17ta8.
115002964115SThomas Hommel
115109a21e56SAlessandro Zummoconfig RTC_DRV_M48T86
115209a21e56SAlessandro Zummo	tristate "ST M48T86/Dallas DS12887"
11539c795799SJohannes Berg	depends on HAS_IOMEM
115409a21e56SAlessandro Zummo	help
115509a21e56SAlessandro Zummo	  If you say Y here you will get support for the
115609a21e56SAlessandro Zummo	  ST M48T86 and Dallas DS12887 RTC chips.
115709a21e56SAlessandro Zummo
115809a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
115909a21e56SAlessandro Zummo	  will be called rtc-m48t86.
116009a21e56SAlessandro Zummo
1161d1dbd82eSThomas Bogendoerferconfig RTC_DRV_M48T35
1162d1dbd82eSThomas Bogendoerfer	tristate "ST M48T35"
1163706b632dSChen Gang	depends on HAS_IOMEM
1164d1dbd82eSThomas Bogendoerfer	help
1165d1dbd82eSThomas Bogendoerfer	  If you say Y here you will get support for the
1166d1dbd82eSThomas Bogendoerfer	  ST M48T35 RTC chip.
1167d1dbd82eSThomas Bogendoerfer
1168d1dbd82eSThomas Bogendoerfer	  This driver can also be built as a module, if so, the module
1169d1dbd82eSThomas Bogendoerfer	  will be called "rtc-m48t35".
1170d1dbd82eSThomas Bogendoerfer
11712e774c7cSMark Zhanconfig RTC_DRV_M48T59
117294fe7424SKrzysztof Helt	tristate "ST M48T59/M48T08/M48T02"
1173706b632dSChen Gang	depends on HAS_IOMEM
11742e774c7cSMark Zhan	help
11752e774c7cSMark Zhan	  If you say Y here you will get support for the
117694fe7424SKrzysztof Helt	  ST M48T59 RTC chip and compatible ST M48T08 and M48T02.
117794fe7424SKrzysztof Helt
117894fe7424SKrzysztof Helt	  These chips are usually found in Sun SPARC and UltraSPARC
117994fe7424SKrzysztof Helt	  workstations.
11802e774c7cSMark Zhan
11812e774c7cSMark Zhan	  This driver can also be built as a module, if so, the module
11822e774c7cSMark Zhan	  will be called "rtc-m48t59".
11832e774c7cSMark Zhan
11844f9b9bbaSGeert Uytterhoevenconfig RTC_DRV_MSM6242
11854f9b9bbaSGeert Uytterhoeven	tristate "Oki MSM6242"
1186706b632dSChen Gang	depends on HAS_IOMEM
11874f9b9bbaSGeert Uytterhoeven	help
11884f9b9bbaSGeert Uytterhoeven	  If you say yes here you get support for the Oki MSM6242
11894f9b9bbaSGeert Uytterhoeven	  timekeeping chip. It is used in some Amiga models (e.g. A2000).
11904f9b9bbaSGeert Uytterhoeven
11914f9b9bbaSGeert Uytterhoeven	  This driver can also be built as a module. If so, the module
11924f9b9bbaSGeert Uytterhoeven	  will be called rtc-msm6242.
11934f9b9bbaSGeert Uytterhoeven
1194cca4c231SDavid S. Millerconfig RTC_DRV_BQ4802
1195cca4c231SDavid S. Miller	tristate "TI BQ4802"
1196706b632dSChen Gang	depends on HAS_IOMEM
1197cca4c231SDavid S. Miller	help
1198cca4c231SDavid S. Miller	  If you say Y here you will get support for the TI
1199cca4c231SDavid S. Miller	  BQ4802 RTC chip.
1200cca4c231SDavid S. Miller
1201cca4c231SDavid S. Miller	  This driver can also be built as a module. If so, the module
1202cca4c231SDavid S. Miller	  will be called rtc-bq4802.
1203cca4c231SDavid S. Miller
12044f672ce2SGeert Uytterhoevenconfig RTC_DRV_RP5C01
12054f672ce2SGeert Uytterhoeven	tristate "Ricoh RP5C01"
1206706b632dSChen Gang	depends on HAS_IOMEM
12074f672ce2SGeert Uytterhoeven	help
12084f672ce2SGeert Uytterhoeven	  If you say yes here you get support for the Ricoh RP5C01
12094f672ce2SGeert Uytterhoeven	  timekeeping chip. It is used in some Amiga models (e.g. A3000
12104f672ce2SGeert Uytterhoeven	  and A4000).
12114f672ce2SGeert Uytterhoeven
12124f672ce2SGeert Uytterhoeven	  This driver can also be built as a module. If so, the module
12134f672ce2SGeert Uytterhoeven	  will be called rtc-rp5c01.
12144f672ce2SGeert Uytterhoeven
121509a21e56SAlessandro Zummoconfig RTC_DRV_V3020
121609a21e56SAlessandro Zummo	tristate "EM Microelectronic V3020"
121709a21e56SAlessandro Zummo	help
121809a21e56SAlessandro Zummo	  If you say yes here you will get support for the
121909a21e56SAlessandro Zummo	  EM Microelectronic v3020 RTC chip.
122009a21e56SAlessandro Zummo
122109a21e56SAlessandro Zummo	  This driver can also be built as a module. If so, the module
122209a21e56SAlessandro Zummo	  will be called rtc-v3020.
122309a21e56SAlessandro Zummo
122486559400SEmmanuel Gil Peyrotconfig RTC_DRV_GAMECUBE
122586559400SEmmanuel Gil Peyrot	tristate "Nintendo GameCube, Wii and Wii U RTC"
122686559400SEmmanuel Gil Peyrot	depends on GAMECUBE || WII || COMPILE_TEST
122786559400SEmmanuel Gil Peyrot	select REGMAP
122886559400SEmmanuel Gil Peyrot	help
122986559400SEmmanuel Gil Peyrot	  If you say yes here you will get support for the RTC subsystem
123086559400SEmmanuel Gil Peyrot	  of the Nintendo GameCube, Wii and Wii U.
123186559400SEmmanuel Gil Peyrot
123286559400SEmmanuel Gil Peyrot	  This driver can also be built as a module. If so, the module
123386559400SEmmanuel Gil Peyrot	  will be called "rtc-gamecube".
123486559400SEmmanuel Gil Peyrot
123535c86bf6SMark Brownconfig RTC_DRV_WM831X
123635c86bf6SMark Brown	tristate "Wolfson Microelectronics WM831x RTC"
123735c86bf6SMark Brown	depends on MFD_WM831X
123835c86bf6SMark Brown	help
123935c86bf6SMark Brown	  If you say yes here you will get support for the RTC subsystem
124035c86bf6SMark Brown	  of the Wolfson Microelectronics WM831X series PMICs.
124135c86bf6SMark Brown
124235c86bf6SMark Brown	  This driver can also be built as a module. If so, the module
124335c86bf6SMark Brown	  will be called "rtc-wm831x".
124435c86bf6SMark Brown
1245077eaf5bSMark Brownconfig RTC_DRV_WM8350
1246077eaf5bSMark Brown	tristate "Wolfson Microelectronics WM8350 RTC"
1247077eaf5bSMark Brown	depends on MFD_WM8350
1248077eaf5bSMark Brown	help
1249077eaf5bSMark Brown	  If you say yes here you will get support for the RTC subsystem
1250077eaf5bSMark Brown	  of the Wolfson Microelectronics WM8350.
1251077eaf5bSMark Brown
1252077eaf5bSMark Brown	  This driver can also be built as a module. If so, the module
1253077eaf5bSMark Brown	  will be called "rtc-wm8350".
1254077eaf5bSMark Brown
1255495bbde5SBaolin Wangconfig RTC_DRV_SC27XX
1256495bbde5SBaolin Wang	tristate "Spreadtrum SC27xx RTC"
1257495bbde5SBaolin Wang	depends on MFD_SC27XX_PMIC || COMPILE_TEST
1258495bbde5SBaolin Wang	help
1259495bbde5SBaolin Wang	  If you say Y here you will get support for the RTC subsystem
1260495bbde5SBaolin Wang	  of the Spreadtrum SC27xx series PMICs. The SC27xx series PMICs
1261495bbde5SBaolin Wang	  includes the SC2720, SC2721, SC2723, SC2730 and SC2731 chips.
1262495bbde5SBaolin Wang
1263495bbde5SBaolin Wang	  This driver can also be built as a module. If so, the module
1264495bbde5SBaolin Wang	  will be called rtc-sc27xx.
1265495bbde5SBaolin Wang
12660942a71eSRajeev Kumarconfig RTC_DRV_SPEAR
12670942a71eSRajeev Kumar	tristate "SPEAR ST RTC"
12687a587eaeSAlexandre Belloni	depends on PLAT_SPEAR || COMPILE_TEST
12690942a71eSRajeev Kumar	default y
12700942a71eSRajeev Kumar	help
12710942a71eSRajeev Kumar	 If you say Y here you will get support for the RTC found on
12720942a71eSRajeev Kumar	 spear
12730942a71eSRajeev Kumar
1274eae854b2SBalaji Raoconfig RTC_DRV_PCF50633
1275eae854b2SBalaji Rao	depends on MFD_PCF50633
1276eae854b2SBalaji Rao	tristate "NXP PCF50633 RTC"
1277eae854b2SBalaji Rao	help
1278eae854b2SBalaji Rao	  If you say yes here you get support for the RTC subsystem of the
1279eae854b2SBalaji Rao	  NXP PCF50633 used in embedded systems.
1280eae854b2SBalaji Rao
12810af62f4dSVirupax Sadashivpetimathconfig RTC_DRV_AB8500
12820af62f4dSVirupax Sadashivpetimath	tristate "ST-Ericsson AB8500 RTC"
12830af62f4dSVirupax Sadashivpetimath	depends on AB8500_CORE
1284651fb480SUlf Hansson	select RTC_INTF_DEV
1285dc43d4a2SRamesh Chandrasekaran	select RTC_INTF_DEV_UIE_EMUL
12860af62f4dSVirupax Sadashivpetimath	help
12870af62f4dSVirupax Sadashivpetimath	  Select this to enable the ST-Ericsson AB8500 power management IC RTC
12880af62f4dSVirupax Sadashivpetimath	  support. This chip contains a battery- and capacitor-backed RTC.
12890af62f4dSVirupax Sadashivpetimath
129016b1d26eSNeelesh Guptaconfig RTC_DRV_OPAL
129116b1d26eSNeelesh Gupta	tristate "IBM OPAL RTC driver"
129216b1d26eSNeelesh Gupta	depends on PPC_POWERNV
129316b1d26eSNeelesh Gupta	default y
129416b1d26eSNeelesh Gupta	help
129516b1d26eSNeelesh Gupta	  If you say yes here you get support for the PowerNV platform RTC
129616b1d26eSNeelesh Gupta	  driver based on OPAL interfaces.
129716b1d26eSNeelesh Gupta
129816b1d26eSNeelesh Gupta	  This driver can also be built as a module. If so, the module
129916b1d26eSNeelesh Gupta	  will be called rtc-opal.
130016b1d26eSNeelesh Gupta
130181c2f059SClément Légerconfig RTC_DRV_OPTEE
130281c2f059SClément Léger	tristate "OP-TEE based RTC driver"
130381c2f059SClément Léger	depends on OPTEE
130481c2f059SClément Léger	help
130581c2f059SClément Léger	  Select this to get support for OP-TEE based RTC control on SoCs where
130681c2f059SClément Léger	  RTC are not accessible to the normal world (Linux).
130781c2f059SClément Léger
130881c2f059SClément Léger	  This driver can also be built as a module. If so, the module
130981c2f059SClément Léger	  will be called rtc-optee.
131081c2f059SClément Léger
131111143c19SSuneel Garapaticonfig RTC_DRV_ZYNQMP
131211143c19SSuneel Garapati	tristate "Xilinx Zynq Ultrascale+ MPSoC RTC"
1313ddd05215SDavid Gow	depends on OF && HAS_IOMEM
131411143c19SSuneel Garapati	help
131511143c19SSuneel Garapati	  If you say yes here you get support for the RTC controller found on
131611143c19SSuneel Garapati	  Xilinx Zynq Ultrascale+ MPSoC.
131711143c19SSuneel Garapati
13186f2a71a3SStephen Barberconfig RTC_DRV_CROS_EC
13196f2a71a3SStephen Barber	tristate "Chrome OS EC RTC driver"
132047f11e0bSEnric Balletbo i Serra	depends on CROS_EC
13216f2a71a3SStephen Barber	help
13226f2a71a3SStephen Barber	  If you say yes here you will get support for the
13236f2a71a3SStephen Barber	  Chrome OS Embedded Controller's RTC.
13246f2a71a3SStephen Barber
13256f2a71a3SStephen Barber	  This driver can also be built as a module. If so, the module
13266f2a71a3SStephen Barber	  will be called rtc-cros-ec.
13276f2a71a3SStephen Barber
1328435af897SJonathan Neuschäferconfig RTC_DRV_NTXEC
1329435af897SJonathan Neuschäfer	tristate "Netronix embedded controller RTC"
1330435af897SJonathan Neuschäfer	depends on MFD_NTXEC
1331435af897SJonathan Neuschäfer	help
1332435af897SJonathan Neuschäfer	  Say yes here if you want to support the RTC functionality of the
1333435af897SJonathan Neuschäfer	  embedded controller found in certain e-book readers designed by the
1334435af897SJonathan Neuschäfer	  original design manufacturer Netronix.
1335435af897SJonathan Neuschäfer
133609a21e56SAlessandro Zummocomment "on-CPU RTC drivers"
133709a21e56SAlessandro Zummo
1338125e550fSOleksij Rempelconfig RTC_DRV_ASM9260
1339125e550fSOleksij Rempel	tristate "Alphascale asm9260 RTC"
13407f742e8eSAlexandre Belloni	depends on MACH_ASM9260 || COMPILE_TEST
1341125e550fSOleksij Rempel	help
1342125e550fSOleksij Rempel	  If you say yes here you get support for the RTC on the
1343125e550fSOleksij Rempel	  Alphascale asm9260 SoC.
1344125e550fSOleksij Rempel
1345125e550fSOleksij Rempel	  This driver can also be built as a module. If so, the module
1346125e550fSOleksij Rempel	  will be called rtc-asm9260.
1347125e550fSOleksij Rempel
1348ba172208SBaruch Siachconfig RTC_DRV_DIGICOLOR
1349ba172208SBaruch Siach	tristate "Conexant Digicolor RTC"
13507a587eaeSAlexandre Belloni	depends on ARCH_DIGICOLOR || COMPILE_TEST
1351ba172208SBaruch Siach	help
1352ba172208SBaruch Siach	  If you say yes here you get support for the RTC on Conexant
1353ba172208SBaruch Siach	  Digicolor platforms. This currently includes the CX92755 SoC.
1354ba172208SBaruch Siach
1355ba172208SBaruch Siach	  This driver can also be built as a module. If so, the module
1356ba172208SBaruch Siach	  will be called rtc-digicolor.
1357ba172208SBaruch Siach
1358b224b9acSFabio Estevamconfig RTC_DRV_IMXDI
1359b224b9acSFabio Estevam	tristate "Freescale IMX DryIce Real Time Clock"
1360ef216ad0SRoland Stigge	depends on ARCH_MXC
1361198da7beSFabio Estevam	depends on OF
1362b224b9acSFabio Estevam	help
1363b224b9acSFabio Estevam	   Support for Freescale IMX DryIce RTC
1364b224b9acSFabio Estevam
1365b224b9acSFabio Estevam	   This driver can also be built as a module, if so, the module
1366b224b9acSFabio Estevam	   will be called "rtc-imxdi".
1367b224b9acSFabio Estevam
13687b0b551dSBiwen Liconfig RTC_DRV_FSL_FTM_ALARM
13697b0b551dSBiwen Li	tristate "Freescale FlexTimer alarm timer"
13707098f536SAlexandre Belloni	depends on ARCH_LAYERSCAPE || SOC_LS1021A || COMPILE_TEST
13717b0b551dSBiwen Li	help
13727b0b551dSBiwen Li	   For the FlexTimer in LS1012A, LS1021A, LS1028A, LS1043A, LS1046A,
13737b0b551dSBiwen Li	   LS1088A, LS208xA, we can use FTM as the wakeup source.
13747b0b551dSBiwen Li
13757b0b551dSBiwen Li	   Say y here to enable FTM alarm support. The FTM alarm provides
13767b0b551dSBiwen Li	   alarm functions for wakeup system from deep sleep.
13777b0b551dSBiwen Li
13787b0b551dSBiwen Li	   This driver can also be built as a module, if so, the module
13797b0b551dSBiwen Li	   will be called "rtc-fsl-ftm-alarm".
13807b0b551dSBiwen Li
1381d8fe6009SMartin Blumenstinglconfig RTC_DRV_MESON
1382d8fe6009SMartin Blumenstingl	tristate "Amlogic Meson RTC"
1383d8fe6009SMartin Blumenstingl	depends on (ARM && ARCH_MESON) || COMPILE_TEST
1384d8fe6009SMartin Blumenstingl	select REGMAP_MMIO
1385d8fe6009SMartin Blumenstingl	help
1386d8fe6009SMartin Blumenstingl	   Support for the RTC block on the Amlogic Meson6, Meson8, Meson8b
1387d8fe6009SMartin Blumenstingl	   and Meson8m2 SoCs.
1388d8fe6009SMartin Blumenstingl
1389d8fe6009SMartin Blumenstingl	   This driver can also be built as a module, if so, the module
1390d8fe6009SMartin Blumenstingl	   will be called "rtc-meson".
1391d8fe6009SMartin Blumenstingl
1392cb0b97d6SAlexandre Belloniconfig RTC_DRV_MESON_VRTC
1393cb0b97d6SAlexandre Belloni	tristate "Amlogic Meson Virtual RTC"
1394cb0b97d6SAlexandre Belloni	depends on ARCH_MESON || COMPILE_TEST
1395cb0b97d6SAlexandre Belloni	default m if ARCH_MESON
1396cb0b97d6SAlexandre Belloni	help
1397cb0b97d6SAlexandre Belloni	  If you say yes here you will get support for the
1398cb0b97d6SAlexandre Belloni	  Virtual RTC of Amlogic SoCs.
1399cb0b97d6SAlexandre Belloni
1400cb0b97d6SAlexandre Belloni	  This driver can also be built as a module. If so, the module
1401cb0b97d6SAlexandre Belloni	  will be called rtc-meson-vrtc.
1402cb0b97d6SAlexandre Belloni
1403db68b189SDavid Brownellconfig RTC_DRV_OMAP
14048608976eSLokesh Vutla	tristate "TI OMAP Real Time Clock"
14057a587eaeSAlexandre Belloni	depends on ARCH_OMAP || ARCH_DAVINCI || COMPILE_TEST
140697ea1906SMarcin Niestroj	depends on OF
140797ea1906SMarcin Niestroj	depends on PINCTRL
140897ea1906SMarcin Niestroj	select GENERIC_PINCONF
1409db68b189SDavid Brownell	help
1410427af9a6SAfzal Mohammed	  Say "yes" here to support the on chip real time clock
14118608976eSLokesh Vutla	  present on TI OMAP1, AM33xx, DA8xx/OMAP-L13x, AM43xx and DRA7xx.
1412427af9a6SAfzal Mohammed
1413427af9a6SAfzal Mohammed	  This driver can also be built as a module, if so, module
1414427af9a6SAfzal Mohammed	  will be called rtc-omap.
1415db68b189SDavid Brownell
14161add6781SBen Dooksconfig RTC_DRV_S3C
14171add6781SBen Dooks	tristate "Samsung S3C series SoC RTC"
1418d96890fcSWill McVicker	depends on ARCH_EXYNOS || ARCH_S3C64XX || ARCH_S3C24XX || ARCH_S5PV210 || \
1419d96890fcSWill McVicker		   COMPILE_TEST
14201add6781SBen Dooks	help
14211add6781SBen Dooks	  RTC (Realtime Clock) driver for the clock inbuilt into the
14221add6781SBen Dooks	  Samsung S3C24XX series of SoCs. This can provide periodic
14231add6781SBen Dooks	  interrupt rates from 1Hz to 64Hz for user programs, and
14241add6781SBen Dooks	  wakeup from Alarm.
14251add6781SBen Dooks
14261add6781SBen Dooks	  The driver currently supports the common features on all the
14271add6781SBen Dooks	  S3C24XX range, such as the S3C2410, S3C2412, S3C2413, S3C2440
14281add6781SBen Dooks	  and S3C2442.
14291add6781SBen Dooks
14301add6781SBen Dooks	  This driver can also be build as a module. If so, the module
14311add6781SBen Dooks	  will be called rtc-s3c.
14321add6781SBen Dooks
1433fd507e2fSAlessandro Zummoconfig RTC_DRV_EP93XX
1434fd507e2fSAlessandro Zummo	tristate "Cirrus Logic EP93XX"
14357a587eaeSAlexandre Belloni	depends on ARCH_EP93XX || COMPILE_TEST
1436fd507e2fSAlessandro Zummo	help
1437fd507e2fSAlessandro Zummo	  If you say yes here you get support for the
1438fd507e2fSAlessandro Zummo	  RTC embedded in the Cirrus Logic EP93XX processors.
1439fd507e2fSAlessandro Zummo
1440fd507e2fSAlessandro Zummo	  This driver can also be built as a module. If so, the module
1441fd507e2fSAlessandro Zummo	  will be called rtc-ep93xx.
1442fd507e2fSAlessandro Zummo
1443e842f1c8SRichard Purdieconfig RTC_DRV_SA1100
14443888c090SHaojian Zhuang	tristate "SA11x0/PXA2xx/PXA910"
14453888c090SHaojian Zhuang	depends on ARCH_SA1100 || ARCH_PXA || ARCH_MMP
1446e842f1c8SRichard Purdie	help
1447e842f1c8SRichard Purdie	  If you say Y here you will get access to the real time clock
1448e842f1c8SRichard Purdie	  built into your SA11x0 or PXA2xx CPU.
1449e842f1c8SRichard Purdie
1450e842f1c8SRichard Purdie	  To compile this driver as a module, choose M here: the
1451e842f1c8SRichard Purdie	  module will be called rtc-sa1100.
1452fd507e2fSAlessandro Zummo
1453317a6104SPaul Mundtconfig RTC_DRV_SH
1454317a6104SPaul Mundt	tristate "SuperH On-Chip RTC"
1455dab5aec6SChris Brandt	depends on SUPERH || ARCH_RENESAS
1456317a6104SPaul Mundt	help
1457317a6104SPaul Mundt	  Say Y here to enable support for the on-chip RTC found in
1458dab5aec6SChris Brandt	  most SuperH processors. This RTC is also found in RZ/A SoCs.
1459317a6104SPaul Mundt
1460317a6104SPaul Mundt	  To compile this driver as a module, choose M here: the
1461317a6104SPaul Mundt	  module will be called rtc-sh.
1462317a6104SPaul Mundt
1463fad6cbe9SVincent Shihconfig RTC_DRV_SUNPLUS
1464fad6cbe9SVincent Shih	tristate "Sunplus SP7021 RTC"
1465fad6cbe9SVincent Shih	depends on SOC_SP7021
1466fad6cbe9SVincent Shih	help
1467fad6cbe9SVincent Shih	  Say 'yes' to get support for the real-time clock present in
1468fad6cbe9SVincent Shih	  Sunplus SP7021 - a SoC for industrial applications. It provides
1469fad6cbe9SVincent Shih	  RTC status check, timer/alarm functionalities, user data
1470fad6cbe9SVincent Shih	  reservation with the battery over 2.5V, RTC power status check
1471fad6cbe9SVincent Shih	  and battery charge.
1472fad6cbe9SVincent Shih
1473fad6cbe9SVincent Shih	  This driver can also be built as a module. If so, the module
1474fad6cbe9SVincent Shih	  will be called rtc-sunplus.
1475fad6cbe9SVincent Shih
1476a190901cSRussell Kingconfig RTC_DRV_PL030
1477a190901cSRussell King	tristate "ARM AMBA PL030 RTC"
1478a190901cSRussell King	depends on ARM_AMBA
1479a190901cSRussell King	help
1480a190901cSRussell King	  If you say Y here you will get access to ARM AMBA
1481a190901cSRussell King	  PrimeCell PL030 RTC found on certain ARM SOCs.
1482a190901cSRussell King
1483a190901cSRussell King	  To compile this driver as a module, choose M here: the
1484a190901cSRussell King	  module will be called rtc-pl030.
1485a190901cSRussell King
14868ae6e163SDeepak Saxenaconfig RTC_DRV_PL031
14878ae6e163SDeepak Saxena	tristate "ARM AMBA PL031 RTC"
1488bb35fb20SJan Engelhardt	depends on ARM_AMBA
14898ae6e163SDeepak Saxena	help
14908ae6e163SDeepak Saxena	  If you say Y here you will get access to ARM AMBA
149109a21e56SAlessandro Zummo	  PrimeCell PL031 RTC found on certain ARM SOCs.
14928ae6e163SDeepak Saxena
14938ae6e163SDeepak Saxena	  To compile this driver as a module, choose M here: the
14948ae6e163SDeepak Saxena	  module will be called rtc-pl031.
14958ae6e163SDeepak Saxena
14967fc39f6dSAndrew Victorconfig RTC_DRV_AT91RM9200
149724cecc1bSNicolas Ferre	tristate "AT91RM9200 or some AT91SAM9 RTC"
14987a587eaeSAlexandre Belloni	depends on ARCH_AT91 || COMPILE_TEST
1499288d9cf1SClaudiu Beznea	depends on OF
1500788b1fc6SAndrew Victor	help
15014cdf854fSDavid Brownell	  Driver for the internal RTC (Realtime Clock) module found on
150224cecc1bSNicolas Ferre	  Atmel AT91RM9200's and some  AT91SAM9 chips. On AT91SAM9 chips
15034cdf854fSDavid Brownell	  this is powered by the backup power supply.
15044cdf854fSDavid Brownell
15054cdf854fSDavid Brownellconfig RTC_DRV_AT91SAM9
15063969eb48SBoris BREZILLON	tristate "AT91SAM9 RTT as RTC"
15077a587eaeSAlexandre Belloni	depends on ARCH_AT91 || COMPILE_TEST
15081a76a77cSAlexandre Belloni	depends on OF && HAS_IOMEM
150943e112bbSBoris BREZILLON	select MFD_SYSCON
15104cdf854fSDavid Brownell	help
15113969eb48SBoris BREZILLON	  Some AT91SAM9 SoCs provide an RTT (Real Time Timer) block which
15123969eb48SBoris BREZILLON	  can be used as an RTC thanks to the backup power supply (e.g. a
15133969eb48SBoris BREZILLON	  small coin cell battery) which keeps this block and the GPBR
15143969eb48SBoris BREZILLON	  (General Purpose Backup Registers) block powered when the device
15153969eb48SBoris BREZILLON	  is shutdown.
15163969eb48SBoris BREZILLON	  Some AT91SAM9 SoCs provide a real RTC block, on those ones you'd
15173969eb48SBoris BREZILLON	  probably want to use the real RTC block instead of the "RTT as an
15183969eb48SBoris BREZILLON	  RTC" driver.
15194cdf854fSDavid Brownell
152045fd8a0cSManuel Laussconfig RTC_DRV_AU1XXX
152145fd8a0cSManuel Lauss	tristate "Au1xxx Counter0 RTC support"
152242a4f17dSManuel Lauss	depends on MIPS_ALCHEMY
152345fd8a0cSManuel Lauss	help
152445fd8a0cSManuel Lauss	  This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year
152545fd8a0cSManuel Lauss	  counter) to be used as a RTC.
152645fd8a0cSManuel Lauss
152745fd8a0cSManuel Lauss	  This driver can also be built as a module. If so, the module
152845fd8a0cSManuel Lauss	  will be called rtc-au1xxx.
152945fd8a0cSManuel Lauss
1530e9f2bd81SNobuhiro Iwamatsuconfig RTC_DRV_RS5C313
1531e9f2bd81SNobuhiro Iwamatsu	tristate "Ricoh RS5C313"
1532bb35fb20SJan Engelhardt	depends on SH_LANDISK
1533e9f2bd81SNobuhiro Iwamatsu	help
1534e9f2bd81SNobuhiro Iwamatsu	  If you say yes here you get support for the Ricoh RS5C313 RTC chips.
1535e9f2bd81SNobuhiro Iwamatsu
1536deeb4b53SMichel Polletconfig RTC_DRV_RZN1
1537deeb4b53SMichel Pollet	tristate "Renesas RZ/N1 RTC"
1538deeb4b53SMichel Pollet	depends on ARCH_RZN1 || COMPILE_TEST
1539deeb4b53SMichel Pollet	depends on OF && HAS_IOMEM
1540deeb4b53SMichel Pollet	help
1541deeb4b53SMichel Pollet	  If you say yes here you get support for the Renesas RZ/N1 RTC.
1542deeb4b53SMichel Pollet
15433afe6d04SGeert Uytterhoevenconfig RTC_DRV_GENERIC
15443afe6d04SGeert Uytterhoeven	tristate "Generic RTC support"
15453afe6d04SGeert Uytterhoeven	# Please consider writing a new RTC driver instead of using the generic
15463afe6d04SGeert Uytterhoeven	# RTC abstraction
154737744feeSArnd Bergmann	depends on PARISC || M68K || PPC || SUPERH || COMPILE_TEST
15489eb16864SKyle McMartin	help
15493afe6d04SGeert Uytterhoeven	  Say Y or M here to enable RTC support on systems using the generic
15503afe6d04SGeert Uytterhoeven	  RTC abstraction. If you do not know what you are doing, you should
15519eb16864SKyle McMartin	  just say Y.
15529eb16864SKyle McMartin
1553dc944368SRobert Jarzmikconfig RTC_DRV_PXA
1554dc944368SRobert Jarzmik	tristate "PXA27x/PXA3xx"
1555dc944368SRobert Jarzmik	depends on ARCH_PXA
15563cdf4ad9SRob Herring	select RTC_DRV_SA1100
1557dc944368SRobert Jarzmik	help
1558dc944368SRobert Jarzmik	 If you say Y here you will get access to the real time clock
15593cdf4ad9SRob Herring	 built into your PXA27x or PXA3xx CPU. This RTC is actually 2 RTCs
15603cdf4ad9SRob Herring	 consisting of an SA1100 compatible RTC and the extended PXA RTC.
1561dc944368SRobert Jarzmik
1562dc944368SRobert Jarzmik	 This RTC driver uses PXA RTC registers available since pxa27x
1563dc944368SRobert Jarzmik	 series (RDxR, RYxR) instead of legacy RCNR, RTAR.
1564dc944368SRobert Jarzmik
1565f77fbdf9SAlexey Charkovconfig RTC_DRV_VT8500
1566f77fbdf9SAlexey Charkov	tristate "VIA/WonderMedia 85xx SoC RTC"
15677a587eaeSAlexandre Belloni	depends on ARCH_VT8500 || COMPILE_TEST
1568f77fbdf9SAlexey Charkov	help
1569f77fbdf9SAlexey Charkov	  If you say Y here you will get access to the real time clock
1570f77fbdf9SAlexey Charkov	  built into your VIA VT8500 SoC or its relatives.
1571f77fbdf9SAlexey Charkov
1572dc944368SRobert Jarzmik
15737a138edeSDavid S. Millerconfig RTC_DRV_SUN4V
15747a138edeSDavid S. Miller	bool "SUN4V Hypervisor RTC"
15757a138edeSDavid S. Miller	depends on SPARC64
15767a138edeSDavid S. Miller	help
15777a138edeSDavid S. Miller	  If you say Y here you will get support for the Hypervisor
15787a138edeSDavid S. Miller	  based RTC on SUN4V systems.
15797a138edeSDavid S. Miller
15809765d2d9SChen-Yu Tsaiconfig RTC_DRV_SUN6I
158137539414SMaxime Ripard	bool "Allwinner A31 RTC"
158293946c49SAlexandre Belloni	default MACH_SUN6I || MACH_SUN8I
158393946c49SAlexandre Belloni	depends on COMMON_CLK
158493946c49SAlexandre Belloni	depends on ARCH_SUNXI || COMPILE_TEST
15859765d2d9SChen-Yu Tsai	help
15862863934eSAndre Przywara	  If you say Y here you will get support for the RTC found in
15872863934eSAndre Przywara	  some Allwinner SoCs like the A31 or the A64.
15889765d2d9SChen-Yu Tsai
1589594c6fb9SCarlo Caioneconfig RTC_DRV_SUNXI
1590594c6fb9SCarlo Caione	tristate "Allwinner sun4i/sun7i RTC"
15917a587eaeSAlexandre Belloni	depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
1592594c6fb9SCarlo Caione	help
1593594c6fb9SCarlo Caione	  If you say Y here you will get support for the RTC found on
1594594c6fb9SCarlo Caione	  Allwinner A10/A20.
1595594c6fb9SCarlo Caione
1596de2cf332SDavid S. Millerconfig RTC_DRV_STARFIRE
1597de2cf332SDavid S. Miller	bool "Starfire RTC"
1598de2cf332SDavid S. Miller	depends on SPARC64
1599de2cf332SDavid S. Miller	help
1600de2cf332SDavid S. Miller	  If you say Y here you will get support for the RTC found on
1601de2cf332SDavid S. Miller	  Starfire systems.
1602de2cf332SDavid S. Miller
1603defb4514SSaeed Bisharaconfig RTC_DRV_MV
1604defb4514SSaeed Bishara	tristate "Marvell SoC RTC"
16057a587eaeSAlexandre Belloni	depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST
1606defb4514SSaeed Bishara	help
1607defb4514SSaeed Bishara	  If you say yes here you will get support for the in-chip RTC
1608defb4514SSaeed Bishara	  that can be found in some of Marvell's SoC devices, such as
1609defb4514SSaeed Bishara	  the Kirkwood 88F6281 and 88F6192.
1610defb4514SSaeed Bishara
1611defb4514SSaeed Bishara	  This driver can also be built as a module. If so, the module
1612defb4514SSaeed Bishara	  will be called rtc-mv.
1613defb4514SSaeed Bishara
1614a3a42806SGregory CLEMENTconfig RTC_DRV_ARMADA38X
1615a3a42806SGregory CLEMENT	tristate "Armada 38x Marvell SoC RTC"
16167a587eaeSAlexandre Belloni	depends on ARCH_MVEBU || COMPILE_TEST
16178792bab9SAlexandre Belloni	depends on OF
1618a3a42806SGregory CLEMENT	help
1619a3a42806SGregory CLEMENT	  If you say yes here you will get support for the in-chip RTC
1620a3a42806SGregory CLEMENT	  that can be found in the Armada 38x Marvell's SoC device
1621a3a42806SGregory CLEMENT
1622a3a42806SGregory CLEMENT	  This driver can also be built as a module. If so, the module
1623a3a42806SGregory CLEMENT	  will be called armada38x-rtc.
1624a3a42806SGregory CLEMENT
162542986fb8SJan Kotasconfig RTC_DRV_CADENCE
162642986fb8SJan Kotas	tristate "Cadence RTC driver"
162742986fb8SJan Kotas	depends on OF && HAS_IOMEM
162842986fb8SJan Kotas	help
162942986fb8SJan Kotas	  If you say Y here you will get access to Cadence RTC IP
163042986fb8SJan Kotas	  found on certain SOCs.
163142986fb8SJan Kotas
163242986fb8SJan Kotas	  To compile this driver as a module, choose M here: the
163342986fb8SJan Kotas	  module will be called rtc-cadence.
163442986fb8SJan Kotas
16351d61d259SLinus Walleijconfig RTC_DRV_FTRTC010
16361d61d259SLinus Walleij	tristate "Faraday Technology FTRTC010 RTC"
163798a9bb5bSHans Ulli Kroll	depends on HAS_IOMEM
16381d61d259SLinus Walleij	default ARCH_GEMINI
163998a9bb5bSHans Ulli Kroll	help
164098a9bb5bSHans Ulli Kroll	  If you say Y here you will get support for the
16411d61d259SLinus Walleij	  Faraday Technolog FTRTC010 found on e.g. Gemini SoC's.
164298a9bb5bSHans Ulli Kroll
164398a9bb5bSHans Ulli Kroll	  This driver can also be built as a module. If so, the module
16441d61d259SLinus Walleij	  will be called rtc-ftrtc010.
164598a9bb5bSHans Ulli Kroll
16460b5f037aSGeert Uytterhoevenconfig RTC_DRV_PS3
16470b5f037aSGeert Uytterhoeven	tristate "PS3 RTC"
16480b5f037aSGeert Uytterhoeven	depends on PPC_PS3
16490b5f037aSGeert Uytterhoeven	help
16500b5f037aSGeert Uytterhoeven	  If you say yes here you will get support for the RTC on PS3.
16510b5f037aSGeert Uytterhoeven
16520b5f037aSGeert Uytterhoeven	  This driver can also be built as a module. If so, the module
16530b5f037aSGeert Uytterhoeven	  will be called rtc-ps3.
16540b5f037aSGeert Uytterhoeven
1655df17f631Sdmitry pervushinconfig RTC_DRV_STMP
165646b21218SWolfram Sang	tristate "Freescale STMP3xxx/i.MX23/i.MX28 RTC"
16577a587eaeSAlexandre Belloni	depends on ARCH_MXS || COMPILE_TEST
165820d048acSAlexandre Belloni	select STMP_DEVICE
1659df17f631Sdmitry pervushin	help
1660df17f631Sdmitry pervushin	  If you say yes here you will get support for the onboard
166146b21218SWolfram Sang	  STMP3xxx/i.MX23/i.MX28 RTC.
1662df17f631Sdmitry pervushin
1663df17f631Sdmitry pervushin	  This driver can also be built as a module. If so, the module
1664df17f631Sdmitry pervushin	  will be called rtc-stmp3xxx.
1665df17f631Sdmitry pervushin
1666d3c7a3f7SDaniel Ribeiroconfig RTC_DRV_PCAP
1667d3c7a3f7SDaniel Ribeiro	tristate "PCAP RTC"
1668d3c7a3f7SDaniel Ribeiro	depends on EZX_PCAP
1669d3c7a3f7SDaniel Ribeiro	help
1670d3c7a3f7SDaniel Ribeiro	  If you say Y here you will get support for the RTC found on
1671d3c7a3f7SDaniel Ribeiro	  the PCAP2 ASIC used on some Motorola phones.
1672d3c7a3f7SDaniel Ribeiro
16731c97872bSUwe Kleine-Königconfig RTC_DRV_MC13XXX
16741c97872bSUwe Kleine-König	depends on MFD_MC13XXX
16751c97872bSUwe Kleine-König	tristate "Freescale MC13xxx RTC"
167643299f28SUwe Kleine-König	help
16771c97872bSUwe Kleine-König	  This enables support for the RTCs found on Freescale's PMICs
16781c97872bSUwe Kleine-König	  MC13783 and MC13892.
167943299f28SUwe Kleine-König
168050aae724SAnatolij Gustschinconfig RTC_DRV_MPC5121
168150aae724SAnatolij Gustschin	tristate "Freescale MPC5121 built-in RTC"
1682955dbea3SDmitry Eremin-Solenikov	depends on PPC_MPC512x || PPC_MPC52xx
168350aae724SAnatolij Gustschin	help
168450aae724SAnatolij Gustschin	  If you say yes here you will get support for the
1685955dbea3SDmitry Eremin-Solenikov	  built-in RTC on MPC5121 or on MPC5200.
168650aae724SAnatolij Gustschin
168750aae724SAnatolij Gustschin	  This driver can also be built as a module. If so, the module
168850aae724SAnatolij Gustschin	  will be called rtc-mpc5121.
168950aae724SAnatolij Gustschin
16903bf0eea8SLars-Peter Clausenconfig RTC_DRV_JZ4740
1691586655d2SAlexandre Belloni	tristate "Ingenic JZ4740 SoC"
16921e6e4e16SPaul Cercueil	depends on MIPS || COMPILE_TEST
16935ddfa148SPaul Cercueil	depends on OF && COMMON_CLK
16943bf0eea8SLars-Peter Clausen	help
1695cd563200SPaul Cercueil	  If you say yes here you get support for the Ingenic JZ47xx SoCs RTC
1696cd563200SPaul Cercueil	  controllers.
16973bf0eea8SLars-Peter Clausen
1698b9ef8608SMathieu Malaterre	  This driver can also be built as a module. If so, the module
1699586655d2SAlexandre Belloni	  will be called rtc-jz4740.
1700586655d2SAlexandre Belloni
1701c28b42e3SJoachim Eastwoodconfig RTC_DRV_LPC24XX
1702c28b42e3SJoachim Eastwood	tristate "NXP RTC for LPC178x/18xx/408x/43xx"
1703c28b42e3SJoachim Eastwood	depends on ARCH_LPC18XX || COMPILE_TEST
1704c28b42e3SJoachim Eastwood	depends on OF && HAS_IOMEM
1705c28b42e3SJoachim Eastwood	help
1706c28b42e3SJoachim Eastwood	  This enables support for the NXP RTC found which can be found on
1707c28b42e3SJoachim Eastwood	  NXP LPC178x/18xx/408x/43xx devices.
1708c28b42e3SJoachim Eastwood
1709c28b42e3SJoachim Eastwood	  If you have one of the devices above enable this driver to use
171072d3d79fSAlexandre Belloni	  the hardware RTC. This driver can also be built as a module. If
1711c28b42e3SJoachim Eastwood	  so, the module will be called rtc-lpc24xx.
1712c28b42e3SJoachim Eastwood
17139aa449beSKevin Wellsconfig RTC_DRV_LPC32XX
17147a587eaeSAlexandre Belloni	depends on ARCH_LPC32XX || COMPILE_TEST
17159aa449beSKevin Wells	tristate "NXP LPC32XX RTC"
17169aa449beSKevin Wells	help
17179aa449beSKevin Wells	  This enables support for the NXP RTC in the LPC32XX
17189aa449beSKevin Wells
171972d3d79fSAlexandre Belloni	  This driver can also be built as a module. If so, the module
17209aa449beSKevin Wells	  will be called rtc-lpc32xx.
17219aa449beSKevin Wells
17229a9a54adSAnirudh Ghayalconfig RTC_DRV_PM8XXX
17239a9a54adSAnirudh Ghayal	tristate "Qualcomm PMIC8XXX RTC"
17247a587eaeSAlexandre Belloni	depends on MFD_PM8XXX || MFD_SPMI_PMIC || COMPILE_TEST
17259a9a54adSAnirudh Ghayal	help
17269a9a54adSAnirudh Ghayal	  If you say yes here you get support for the
17279a9a54adSAnirudh Ghayal	  Qualcomm PMIC8XXX RTC.
17289a9a54adSAnirudh Ghayal
17299a9a54adSAnirudh Ghayal	  To compile this driver as a module, choose M here: the
17309a9a54adSAnirudh Ghayal	  module will be called rtc-pm8xxx.
17319a9a54adSAnirudh Ghayal
1732ff859ba6SAndrew Chewconfig RTC_DRV_TEGRA
1733ff859ba6SAndrew Chew	tristate "NVIDIA Tegra Internal RTC driver"
17347a587eaeSAlexandre Belloni	depends on ARCH_TEGRA || COMPILE_TEST
1735ff859ba6SAndrew Chew	help
1736ff859ba6SAndrew Chew	  If you say yes here you get support for the
1737ff859ba6SAndrew Chew	  Tegra 200 series internal RTC module.
1738ff859ba6SAndrew Chew
1739ff859ba6SAndrew Chew	  This drive can also be built as a module. If so, the module
1740ff859ba6SAndrew Chew	  will be called rtc-tegra.
1741ff859ba6SAndrew Chew
1742b4f0b880Szhao zhangconfig RTC_DRV_LOONGSON1
1743b4f0b880Szhao zhang	tristate "loongson1 RTC support"
174430ad29bbSHuacai Chen	depends on MACH_LOONGSON32
1745b4f0b880Szhao zhang	help
1746b4f0b880Szhao zhang	  This is a driver for the loongson1 on-chip Counter0 (Time-Of-Year
1747b4f0b880Szhao zhang	  counter) to be used as a RTC.
1748b4f0b880Szhao zhang
1749b4f0b880Szhao zhang	  This driver can also be built as a module. If so, the module
1750b4f0b880Szhao zhang	  will be called rtc-ls1x.
1751b4f0b880Szhao zhang
175279811595SFabio Estevamconfig RTC_DRV_MXC
1753b224b9acSFabio Estevam	tristate "Freescale MXC Real Time Clock"
17540020868fSAlexandre Belloni	depends on ARCH_MXC || COMPILE_TEST
17550020868fSAlexandre Belloni	depends on HAS_IOMEM
17560020868fSAlexandre Belloni	depends on OF
1757b224b9acSFabio Estevam	help
1758b224b9acSFabio Estevam	   If you say yes here you get support for the Freescale MXC
1759b224b9acSFabio Estevam	   RTC module.
1760b224b9acSFabio Estevam
1761b224b9acSFabio Estevam	   This driver can also be built as a module, if so, the module
1762b224b9acSFabio Estevam	   will be called "rtc-mxc".
1763b224b9acSFabio Estevam
176483c880f7SPatrick Bruennconfig RTC_DRV_MXC_V2
176583c880f7SPatrick Bruenn	tristate "Freescale MXC Real Time Clock for i.MX53"
17660020868fSAlexandre Belloni	depends on ARCH_MXC || COMPILE_TEST
17670020868fSAlexandre Belloni	depends on HAS_IOMEM
17680020868fSAlexandre Belloni	depends on OF
176983c880f7SPatrick Bruenn	help
177083c880f7SPatrick Bruenn	   If you say yes here you get support for the Freescale MXC
177183c880f7SPatrick Bruenn	   SRTC module in i.MX53 processor.
177283c880f7SPatrick Bruenn
177383c880f7SPatrick Bruenn	   This driver can also be built as a module, if so, the module
177483c880f7SPatrick Bruenn	   will be called "rtc-mxc_v2".
177583c880f7SPatrick Bruenn
1776179a502fSShawn Guoconfig RTC_DRV_SNVS
1777179a502fSShawn Guo	tristate "Freescale SNVS RTC support"
17788a0fa184SShawn Guo	select REGMAP_MMIO
1779b427ca8cSAnson Huang	depends on ARCH_MXC || COMPILE_TEST
1780179a502fSShawn Guo	depends on HAS_IOMEM
1781179a502fSShawn Guo	depends on OF
1782179a502fSShawn Guo	help
1783179a502fSShawn Guo	   If you say yes here you get support for the Freescale SNVS
1784179a502fSShawn Guo	   Low Power (LP) RTC module.
1785179a502fSShawn Guo
1786179a502fSShawn Guo	   This driver can also be built as a module, if so, the module
1787179a502fSShawn Guo	   will be called "rtc-snvs".
1788179a502fSShawn Guo
1789*eb7b8585SJacky Baiconfig RTC_DRV_BBNSM
1790*eb7b8585SJacky Bai	tristate "NXP BBNSM RTC support"
1791*eb7b8585SJacky Bai	select REGMAP_MMIO
1792*eb7b8585SJacky Bai	depends on ARCH_MXC || COMPILE_TEST
1793*eb7b8585SJacky Bai	depends on HAS_IOMEM
1794*eb7b8585SJacky Bai	depends on OF
1795*eb7b8585SJacky Bai	help
1796*eb7b8585SJacky Bai	   If you say yes here you get support for the NXP BBNSM RTC module.
1797*eb7b8585SJacky Bai
1798*eb7b8585SJacky Bai	   This driver can also be built as a module, if so, the module
1799*eb7b8585SJacky Bai	   will be called "rtc-bbnsm".
1800*eb7b8585SJacky Bai
1801e01b5781SAnson Huangconfig RTC_DRV_IMX_SC
1802e01b5781SAnson Huang	depends on IMX_SCU
18037dd63ec0SAlexandre Belloni	depends on HAVE_ARM_SMCCC
1804e01b5781SAnson Huang	tristate "NXP i.MX System Controller RTC support"
1805e01b5781SAnson Huang	help
1806e01b5781SAnson Huang	   If you say yes here you get support for the NXP i.MX System
1807e01b5781SAnson Huang	   Controller RTC module.
1808e01b5781SAnson Huang
1809b5b2bdfcSLee Jonesconfig RTC_DRV_ST_LPC
1810b5b2bdfcSLee Jones	tristate "STMicroelectronics LPC RTC"
1811b5b2bdfcSLee Jones	depends on ARCH_STI
1812b5b2bdfcSLee Jones	depends on OF
1813b5b2bdfcSLee Jones	help
1814b5b2bdfcSLee Jones	  Say Y here to include STMicroelectronics Low Power Controller
1815b5b2bdfcSLee Jones	  (LPC) based RTC support.
1816b5b2bdfcSLee Jones
1817b5b2bdfcSLee Jones	  To compile this driver as a module, choose M here: the
1818b5b2bdfcSLee Jones	  module will be called rtc-st-lpc.
1819b5b2bdfcSLee Jones
1820453b4c6dSJonas Jensenconfig RTC_DRV_MOXART
1821453b4c6dSJonas Jensen	tristate "MOXA ART RTC"
1822441fb768SJean Delvare	depends on ARCH_MOXART || COMPILE_TEST
1823453b4c6dSJonas Jensen	help
1824453b4c6dSJonas Jensen	   If you say yes here you get support for the MOXA ART
1825453b4c6dSJonas Jensen	   RTC module.
1826453b4c6dSJonas Jensen
1827453b4c6dSJonas Jensen	   This driver can also be built as a module. If so, the module
1828453b4c6dSJonas Jensen	   will be called rtc-moxart
1829453b4c6dSJonas Jensen
183064823360SRan Biconfig RTC_DRV_MT2712
183164823360SRan Bi	tristate "MediaTek MT2712 SoC based RTC"
183264823360SRan Bi	depends on ARCH_MEDIATEK || COMPILE_TEST
183364823360SRan Bi	help
183464823360SRan Bi	  This enables support for the real time clock built in the MediaTek
183564823360SRan Bi	  SoCs for MT2712.
183664823360SRan Bi
183764823360SRan Bi	  This drive can also be built as a module. If so, the module
183864823360SRan Bi	  will be called rtc-mt2712.
183964823360SRan Bi
1840fc297911STianping Fangconfig RTC_DRV_MT6397
1841d00a7ed2SSean Wang	tristate "MediaTek PMIC based RTC"
184204d3ba70SArnd Bergmann	depends on MFD_MT6397 || (COMPILE_TEST && IRQ_DOMAIN)
1843fc297911STianping Fang	help
1844d00a7ed2SSean Wang	  This selects the MediaTek(R) RTC driver. RTC is part of MediaTek
1845fc297911STianping Fang	  MT6397 PMIC. You should enable MT6397 PMIC MFD before select
1846d00a7ed2SSean Wang	  MediaTek(R) RTC driver.
1847fc297911STianping Fang
1848d00a7ed2SSean Wang	  If you want to use MediaTek(R) RTC interface, select Y or M here.
1849fc297911STianping Fang
1850ba5d0181SSean Wangconfig RTC_DRV_MT7622
1851ba5d0181SSean Wang	tristate "MediaTek SoC based RTC"
1852ba5d0181SSean Wang	depends on ARCH_MEDIATEK || COMPILE_TEST
1853ba5d0181SSean Wang	help
1854ba5d0181SSean Wang	  This enables support for the real time clock built in the MediaTek
1855ba5d0181SSean Wang	  SoCs.
1856ba5d0181SSean Wang
1857ba5d0181SSean Wang	  This drive can also be built as a module. If so, the module
1858ba5d0181SSean Wang	  will be called rtc-mt7622.
1859ba5d0181SSean Wang
1860f12d8695SLoc Hoconfig RTC_DRV_XGENE
1861f12d8695SLoc Ho	tristate "APM X-Gene RTC"
1862706b632dSChen Gang	depends on HAS_IOMEM
1863fdf8afa1SJean Delvare	depends on ARCH_XGENE || COMPILE_TEST
1864f12d8695SLoc Ho	help
1865f12d8695SLoc Ho	  If you say yes here you get support for the APM X-Gene SoC real time
1866f12d8695SLoc Ho	  clock.
1867f12d8695SLoc Ho
1868f12d8695SLoc Ho	  This driver can also be built as a module, if so, the module
1869f12d8695SLoc Ho	  will be called "rtc-xgene".
1870f12d8695SLoc Ho
187151aa905cSJoshua Hendersonconfig RTC_DRV_PIC32
187251aa905cSJoshua Henderson	tristate "Microchip PIC32 RTC"
187351aa905cSJoshua Henderson	depends on MACH_PIC32
187451aa905cSJoshua Henderson	default y
187551aa905cSJoshua Henderson	help
187651aa905cSJoshua Henderson	   If you say yes here you get support for the PIC32 RTC module.
187751aa905cSJoshua Henderson
187851aa905cSJoshua Henderson	   This driver can also be built as a module. If so, the module
187951aa905cSJoshua Henderson	   will be called rtc-pic32
188051aa905cSJoshua Henderson
18810b6a8f5cSAkinobu Mitaconfig RTC_DRV_R7301
18820b6a8f5cSAkinobu Mita	tristate "EPSON TOYOCOM RTC-7301SF/DG"
18830b6a8f5cSAkinobu Mita	select REGMAP_MMIO
18840b6a8f5cSAkinobu Mita	depends on OF && HAS_IOMEM
18850b6a8f5cSAkinobu Mita	help
18860b6a8f5cSAkinobu Mita	   If you say yes here you get support for the EPSON TOYOCOM
18870b6a8f5cSAkinobu Mita	   RTC-7301SF/DG chips.
18880b6a8f5cSAkinobu Mita
18890b6a8f5cSAkinobu Mita	   This driver can also be built as a module. If so, the module
18900b6a8f5cSAkinobu Mita	   will be called rtc-r7301.
18910b6a8f5cSAkinobu Mita
18924e64350fSAmelie Delaunayconfig RTC_DRV_STM32
18934e64350fSAmelie Delaunay	tristate "STM32 RTC"
18944e64350fSAmelie Delaunay	select REGMAP_MMIO
18954e64350fSAmelie Delaunay	depends on ARCH_STM32 || COMPILE_TEST
18964e64350fSAmelie Delaunay	help
18974e64350fSAmelie Delaunay	   If you say yes here you get support for the STM32 On-Chip
18984e64350fSAmelie Delaunay	   Real Time Clock.
18994e64350fSAmelie Delaunay
19004e64350fSAmelie Delaunay	   This driver can also be built as a module, if so, the module
19014e64350fSAmelie Delaunay	   will be called "rtc-stm32".
19024e64350fSAmelie Delaunay
1903dd3bf50bSSebastian Reichelconfig RTC_DRV_CPCAP
1904dd3bf50bSSebastian Reichel	depends on MFD_CPCAP
1905dd3bf50bSSebastian Reichel	tristate "Motorola CPCAP RTC"
1906dd3bf50bSSebastian Reichel	help
1907dd3bf50bSSebastian Reichel	   Say y here for CPCAP rtc found on some Motorola phones
1908dd3bf50bSSebastian Reichel	   and tablets such as Droid 4.
1909dd3bf50bSSebastian Reichel
1910ae930c91SAndreas Färberconfig RTC_DRV_RTD119X
1911ae930c91SAndreas Färber	bool "Realtek RTD129x RTC"
1912ae930c91SAndreas Färber	depends on ARCH_REALTEK || COMPILE_TEST
1913ae930c91SAndreas Färber	default ARCH_REALTEK
1914ae930c91SAndreas Färber	help
1915ae930c91SAndreas Färber	  If you say yes here, you get support for the RTD1295 SoC
1916ae930c91SAndreas Färber	  Real Time Clock.
1917ae930c91SAndreas Färber
1918184a182eSJoel Stanleyconfig RTC_DRV_ASPEED
1919184a182eSJoel Stanley	tristate "ASPEED RTC"
1920184a182eSJoel Stanley	depends on OF
1921184a182eSJoel Stanley	depends on ARCH_ASPEED || COMPILE_TEST
1922184a182eSJoel Stanley	help
1923184a182eSJoel Stanley	  If you say yes here you get support for the ASPEED BMC SoC real time
1924184a182eSJoel Stanley	  clocks.
1925184a182eSJoel Stanley
1926184a182eSJoel Stanley	  This driver can also be built as a module, if so, the module
1927184a182eSJoel Stanley	  will be called "rtc-aspeed".
1928184a182eSJoel Stanley
1929b09d6335SNishanth Menonconfig RTC_DRV_TI_K3
1930b09d6335SNishanth Menon	tristate "TI K3 RTC"
1931b09d6335SNishanth Menon	depends on ARCH_K3 || COMPILE_TEST
1932b09d6335SNishanth Menon	select REGMAP_MMIO
1933b09d6335SNishanth Menon	help
1934b09d6335SNishanth Menon	  If you say yes here you get support for the Texas Instruments's
1935b09d6335SNishanth Menon	  Real Time Clock for K3 architecture.
1936b09d6335SNishanth Menon
1937b09d6335SNishanth Menon	  This driver can also be built as a module, if so, the module
1938b09d6335SNishanth Menon	  will be called "rtc-ti-k3".
1939b09d6335SNishanth Menon
194062e00cb9SAlexander Hollercomment "HID Sensor RTC drivers"
194162e00cb9SAlexander Holler
194262e00cb9SAlexander Hollerconfig RTC_DRV_HID_SENSOR_TIME
194362e00cb9SAlexander Holler	tristate "HID Sensor Time"
194462e00cb9SAlexander Holler	depends on USB_HID
19453cbb7b63SAlexandre Belloni	depends on HID_SENSOR_HUB && IIO
194662e00cb9SAlexander Holler	select HID_SENSOR_IIO_COMMON
194762e00cb9SAlexander Holler	help
194862e00cb9SAlexander Holler	  Say yes here to build support for the HID Sensors of type Time.
194962e00cb9SAlexander Holler	  This drivers makes such sensors available as RTCs.
195062e00cb9SAlexander Holler
195162e00cb9SAlexander Holler	  If this driver is compiled as a module, it will be named
195262e00cb9SAlexander Holler	  rtc-hid-sensor-time.
195362e00cb9SAlexander Holler
1954f22d9cdcSMiodrag Dinicconfig RTC_DRV_GOLDFISH
1955f22d9cdcSMiodrag Dinic	tristate "Goldfish Real Time Clock"
19563fd00fdcSLaurent Vivier	depends on HAS_IOMEM
1957f22d9cdcSMiodrag Dinic	help
1958f22d9cdcSMiodrag Dinic	  Say yes to enable RTC driver for the Goldfish based virtual platform.
1959f22d9cdcSMiodrag Dinic
1960f22d9cdcSMiodrag Dinic	  Goldfish is a code name for the virtual platform developed by Google
1961f22d9cdcSMiodrag Dinic	  for Android emulation.
196262e00cb9SAlexander Holler
19630d2f2a3dSNick Crewsconfig RTC_DRV_WILCO_EC
19640d2f2a3dSNick Crews	tristate "Wilco EC RTC"
19650d2f2a3dSNick Crews	depends on WILCO_EC
19660d2f2a3dSNick Crews	default m
19670d2f2a3dSNick Crews	help
19680d2f2a3dSNick Crews	  If you say yes here, you get read/write support for the Real Time
19690d2f2a3dSNick Crews	  Clock on the Wilco Embedded Controller (Wilco is a kind of Chromebook)
19700d2f2a3dSNick Crews
19710d2f2a3dSNick Crews	  This can also be built as a module. If so, the module will
19720d2f2a3dSNick Crews	  be named "rtc_wilco_ec".
19730d2f2a3dSNick Crews
1974be7d9c91SDaniel Palmerconfig RTC_DRV_MSC313
1975be7d9c91SDaniel Palmer	tristate "MStar MSC313 RTC"
1976be7d9c91SDaniel Palmer        depends on ARCH_MSTARV7 || COMPILE_TEST
1977be7d9c91SDaniel Palmer	help
1978be7d9c91SDaniel Palmer	  If you say yes here you get support for the Mstar MSC313e On-Chip
1979be7d9c91SDaniel Palmer	  Real Time Clock.
1980be7d9c91SDaniel Palmer
1981be7d9c91SDaniel Palmer	  This driver can also be built as a module, if so, the module
1982be7d9c91SDaniel Palmer	  will be called "rtc-msc313".
1983be7d9c91SDaniel Palmer
19840b31d703SConor Dooleyconfig RTC_DRV_POLARFIRE_SOC
19850b31d703SConor Dooley	tristate "Microchip PolarFire SoC built-in RTC"
19860b31d703SConor Dooley	depends on SOC_MICROCHIP_POLARFIRE
19870b31d703SConor Dooley	help
19880b31d703SConor Dooley	  If you say yes here you will get support for the
19890b31d703SConor Dooley	  built-in RTC on Polarfire SoC.
19900b31d703SConor Dooley
19910b31d703SConor Dooley	  This driver can also be built as a module, if so, the module
19920b31d703SConor Dooley	  will be called "rtc-mpfs".
19930b31d703SConor Dooley
1994bb35fb20SJan Engelhardtendif # RTC_CLASS
1995