Kconfig 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559
  1. #
  2. # RTC class/drivers configuration
  3. #
  4. config RTC_LIB
  5. bool
  6. menuconfig RTC_CLASS
  7. bool "Real Time Clock"
  8. default n
  9. depends on !S390 && !UML
  10. select RTC_LIB
  11. help
  12. Generic RTC class support. If you say yes here, you will
  13. be allowed to plug one or more RTCs to your system. You will
  14. probably want to enable one or more of the interfaces below.
  15. if RTC_CLASS
  16. config RTC_HCTOSYS
  17. bool "Set system time from RTC on startup and resume"
  18. default y
  19. help
  20. If you say yes here, the system time (wall clock) will be set using
  21. the value read from a specified RTC device. This is useful to avoid
  22. unnecessary fsck runs at boot time, and to network better.
  23. config RTC_SYSTOHC
  24. bool "Set the RTC time based on NTP synchronization"
  25. default y
  26. help
  27. If you say yes here, the system time (wall clock) will be stored
  28. in the RTC specified by RTC_HCTOSYS_DEVICE approximately every 11
  29. minutes if userspace reports synchronized NTP status.
  30. config RTC_HCTOSYS_DEVICE
  31. string "RTC used to set the system time"
  32. depends on RTC_HCTOSYS = y || RTC_SYSTOHC = y
  33. default "rtc0"
  34. help
  35. The RTC device that will be used to (re)initialize the system
  36. clock, usually rtc0. Initialization is done when the system
  37. starts up, and when it resumes from a low power state. This
  38. device should record time in UTC, since the kernel won't do
  39. timezone correction.
  40. The driver for this RTC device must be loaded before late_initcall
  41. functions run, so it must usually be statically linked.
  42. This clock should be battery-backed, so that it reads the correct
  43. time when the system boots from a power-off state. Otherwise, your
  44. system will need an external clock source (like an NTP server).
  45. If the clock you specify here is not battery backed, it may still
  46. be useful to reinitialize system time when resuming from system
  47. sleep states. Do not specify an RTC here unless it stays powered
  48. during all this system's supported sleep states.
  49. config RTC_DEBUG
  50. bool "RTC debug support"
  51. help
  52. Say yes here to enable debugging support in the RTC framework
  53. and individual RTC drivers.
  54. comment "RTC interfaces"
  55. config RTC_INTF_SYSFS
  56. bool "/sys/class/rtc/rtcN (sysfs)"
  57. depends on SYSFS
  58. default RTC_CLASS
  59. help
  60. Say yes here if you want to use your RTCs using sysfs interfaces,
  61. /sys/class/rtc/rtc0 through /sys/.../rtcN.
  62. If unsure, say Y.
  63. config RTC_INTF_PROC
  64. bool "/proc/driver/rtc (procfs for rtcN)"
  65. depends on PROC_FS
  66. default RTC_CLASS
  67. help
  68. Say yes here if you want to use your system clock RTC through
  69. the proc interface, /proc/driver/rtc.
  70. Other RTCs will not be available through that API.
  71. If there is no RTC for the system clock, then the first RTC(rtc0)
  72. is used by default.
  73. If unsure, say Y.
  74. config RTC_INTF_DEV
  75. bool "/dev/rtcN (character devices)"
  76. default RTC_CLASS
  77. help
  78. Say yes here if you want to use your RTCs using the /dev
  79. interfaces, which "udev" sets up as /dev/rtc0 through
  80. /dev/rtcN.
  81. You may want to set up a symbolic link so one of these
  82. can be accessed as /dev/rtc, which is a name
  83. expected by "hwclock" and some other programs. Recent
  84. versions of "udev" are known to set up the symlink for you.
  85. If unsure, say Y.
  86. config RTC_INTF_DEV_UIE_EMUL
  87. bool "RTC UIE emulation on dev interface"
  88. depends on RTC_INTF_DEV
  89. help
  90. Provides an emulation for RTC_UIE if the underlying rtc chip
  91. driver does not expose RTC_UIE ioctls. Those requests generate
  92. once-per-second update interrupts, used for synchronization.
  93. The emulation code will read the time from the hardware
  94. clock several times per second, please enable this option
  95. only if you know that you really need it.
  96. config RTC_DRV_TEST
  97. tristate "Test driver/device"
  98. help
  99. If you say yes here you get support for the
  100. RTC test driver. It's a software RTC which can be
  101. used to test the RTC subsystem APIs. It gets
  102. the time from the system clock.
  103. You want this driver only if you are doing development
  104. on the RTC subsystem. Please read the source code
  105. for further details.
  106. This driver can also be built as a module. If so, the module
  107. will be called rtc-test.
  108. comment "I2C RTC drivers"
  109. depends on I2C
  110. if I2C
  111. config RTC_DRV_88PM860X
  112. tristate "Marvell 88PM860x"
  113. depends on I2C && MFD_88PM860X
  114. help
  115. If you say yes here you get support for RTC function in Marvell
  116. 88PM860x chips.
  117. This driver can also be built as a module. If so, the module
  118. will be called rtc-88pm860x.
  119. config RTC_DRV_88PM80X
  120. tristate "Marvell 88PM80x"
  121. depends on I2C && MFD_88PM800
  122. help
  123. If you say yes here you get support for RTC function in Marvell
  124. 88PM80x chips.
  125. This driver can also be built as a module. If so, the module
  126. will be called rtc-88pm80x.
  127. config RTC_DRV_ABB5ZES3
  128. depends on I2C
  129. select REGMAP_I2C
  130. tristate "Abracon AB-RTCMC-32.768kHz-B5ZE-S3"
  131. help
  132. If you say yes here you get support for the Abracon
  133. AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chip.
  134. This driver can also be built as a module. If so, the module
  135. will be called rtc-ab-b5ze-s3.
  136. config RTC_DRV_ABX80X
  137. tristate "Abracon ABx80x"
  138. help
  139. If you say yes here you get support for Abracon AB080X and AB180X
  140. families of ultra-low-power battery- and capacitor-backed real-time
  141. clock chips.
  142. This driver can also be built as a module. If so, the module
  143. will be called rtc-abx80x.
  144. config RTC_DRV_AS3722
  145. tristate "ams AS3722 RTC driver"
  146. depends on MFD_AS3722
  147. help
  148. If you say yes here you get support for the RTC of ams AS3722 PMIC
  149. chips.
  150. This driver can also be built as a module. If so, the module
  151. will be called rtc-as3722.
  152. config RTC_DRV_DS1307
  153. tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025"
  154. help
  155. If you say yes here you get support for various compatible RTC
  156. chips (often with battery backup) connected with I2C. This driver
  157. should handle DS1307, DS1337, DS1338, DS1339, DS1340, ST M41T00,
  158. EPSON RX-8025 and probably other chips. In some cases the RTC
  159. must already have been initialized (by manufacturing or a
  160. bootloader).
  161. The first seven registers on these chips hold an RTC, and other
  162. registers may add features such as NVRAM, a trickle charger for
  163. the RTC/NVRAM backup power, and alarms. NVRAM is visible in
  164. sysfs, but other chip features may not be available.
  165. This driver can also be built as a module. If so, the module
  166. will be called rtc-ds1307.
  167. config RTC_DRV_DS1374
  168. tristate "Dallas/Maxim DS1374"
  169. depends on I2C
  170. help
  171. If you say yes here you get support for Dallas Semiconductor
  172. DS1374 real-time clock chips. If an interrupt is associated
  173. with the device, the alarm functionality is supported.
  174. This driver can also be built as a module. If so, the module
  175. will be called rtc-ds1374.
  176. config RTC_DRV_DS1374_WDT
  177. bool "Dallas/Maxim DS1374 watchdog timer"
  178. depends on RTC_DRV_DS1374
  179. help
  180. If you say Y here you will get support for the
  181. watchdog timer in the Dallas Semiconductor DS1374
  182. real-time clock chips.
  183. config RTC_DRV_DS1672
  184. tristate "Dallas/Maxim DS1672"
  185. help
  186. If you say yes here you get support for the
  187. Dallas/Maxim DS1672 timekeeping chip.
  188. This driver can also be built as a module. If so, the module
  189. will be called rtc-ds1672.
  190. config RTC_DRV_DS3232
  191. tristate "Dallas/Maxim DS3232"
  192. depends on I2C
  193. help
  194. If you say yes here you get support for Dallas Semiconductor
  195. DS3232 real-time clock chips. If an interrupt is associated
  196. with the device, the alarm functionality is supported.
  197. This driver can also be built as a module. If so, the module
  198. will be called rtc-ds3232.
  199. config RTC_DRV_HYM8563
  200. tristate "Haoyu Microelectronics HYM8563"
  201. depends on I2C && OF
  202. help
  203. Say Y to enable support for the HYM8563 I2C RTC chip. Apart
  204. from the usual rtc functions it provides a clock output of
  205. up to 32kHz.
  206. This driver can also be built as a module. If so, the module
  207. will be called rtc-hym8563.
  208. config RTC_DRV_LP8788
  209. tristate "TI LP8788 RTC driver"
  210. depends on MFD_LP8788
  211. help
  212. Say Y to enable support for the LP8788 RTC/ALARM driver.
  213. config RTC_DRV_MAX6900
  214. tristate "Maxim MAX6900"
  215. help
  216. If you say yes here you will get support for the
  217. Maxim MAX6900 I2C RTC chip.
  218. This driver can also be built as a module. If so, the module
  219. will be called rtc-max6900.
  220. config RTC_DRV_MAX8907
  221. tristate "Maxim MAX8907"
  222. depends on MFD_MAX8907
  223. help
  224. If you say yes here you will get support for the
  225. RTC of Maxim MAX8907 PMIC.
  226. This driver can also be built as a module. If so, the module
  227. will be called rtc-max8907.
  228. config RTC_DRV_MAX8925
  229. tristate "Maxim MAX8925"
  230. depends on MFD_MAX8925
  231. help
  232. If you say yes here you will get support for the
  233. RTC of Maxim MAX8925 PMIC.
  234. This driver can also be built as a module. If so, the module
  235. will be called rtc-max8925.
  236. config RTC_DRV_MAX8998
  237. tristate "Maxim MAX8998"
  238. depends on MFD_MAX8998
  239. help
  240. If you say yes here you will get support for the
  241. RTC of Maxim MAX8998 PMIC.
  242. This driver can also be built as a module. If so, the module
  243. will be called rtc-max8998.
  244. config RTC_DRV_MAX8997
  245. tristate "Maxim MAX8997"
  246. depends on MFD_MAX8997
  247. help
  248. If you say yes here you will get support for the
  249. RTC of Maxim MAX8997 PMIC.
  250. This driver can also be built as a module. If so, the module
  251. will be called rtc-max8997.
  252. config RTC_DRV_MAX77686
  253. tristate "Maxim MAX77686"
  254. depends on MFD_MAX77686
  255. help
  256. If you say yes here you will get support for the
  257. RTC of Maxim MAX77686 PMIC.
  258. This driver can also be built as a module. If so, the module
  259. will be called rtc-max77686.
  260. config RTC_DRV_RK808
  261. tristate "Rockchip RK808 RTC"
  262. depends on MFD_RK808
  263. help
  264. If you say yes here you will get support for the
  265. RTC of RK808 PMIC.
  266. This driver can also be built as a module. If so, the module
  267. will be called rk808-rtc.
  268. config RTC_DRV_MAX77802
  269. tristate "Maxim 77802 RTC"
  270. depends on MFD_MAX77686
  271. help
  272. If you say yes here you will get support for the
  273. RTC of Maxim MAX77802 PMIC.
  274. This driver can also be built as a module. If so, the module
  275. will be called rtc-max77802.
  276. config RTC_DRV_RS5C372
  277. tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A"
  278. help
  279. If you say yes here you get support for the
  280. Ricoh R2025S/D, RS5C372A, RS5C372B, RV5C386, and RV5C387A RTC chips.
  281. This driver can also be built as a module. If so, the module
  282. will be called rtc-rs5c372.
  283. config RTC_DRV_ISL1208
  284. tristate "Intersil ISL1208"
  285. help
  286. If you say yes here you get support for the
  287. Intersil ISL1208 RTC chip.
  288. This driver can also be built as a module. If so, the module
  289. will be called rtc-isl1208.
  290. config RTC_DRV_ISL12022
  291. tristate "Intersil ISL12022"
  292. help
  293. If you say yes here you get support for the
  294. Intersil ISL12022 RTC chip.
  295. This driver can also be built as a module. If so, the module
  296. will be called rtc-isl12022.
  297. config RTC_DRV_ISL12057
  298. depends on I2C
  299. select REGMAP_I2C
  300. tristate "Intersil ISL12057"
  301. help
  302. If you say yes here you get support for the Intersil ISL12057
  303. I2C RTC chip.
  304. This driver can also be built as a module. If so, the module
  305. will be called rtc-isl12057.
  306. config RTC_DRV_X1205
  307. tristate "Xicor/Intersil X1205"
  308. help
  309. If you say yes here you get support for the
  310. Xicor/Intersil X1205 RTC chip.
  311. This driver can also be built as a module. If so, the module
  312. will be called rtc-x1205.
  313. config RTC_DRV_PALMAS
  314. tristate "TI Palmas RTC driver"
  315. depends on MFD_PALMAS
  316. help
  317. If you say yes here you get support for the RTC of TI PALMA series PMIC
  318. chips.
  319. This driver can also be built as a module. If so, the module
  320. will be called rtc-palma.
  321. config RTC_DRV_PCF2127
  322. tristate "NXP PCF2127"
  323. help
  324. If you say yes here you get support for the NXP PCF2127/29 RTC
  325. chips.
  326. This driver can also be built as a module. If so, the module
  327. will be called rtc-pcf2127.
  328. config RTC_DRV_PCF8523
  329. tristate "NXP PCF8523"
  330. help
  331. If you say yes here you get support for the NXP PCF8523 RTC
  332. chips.
  333. This driver can also be built as a module. If so, the module
  334. will be called rtc-pcf8523.
  335. config RTC_DRV_PCF8563
  336. tristate "Philips PCF8563/Epson RTC8564"
  337. help
  338. If you say yes here you get support for the
  339. Philips PCF8563 RTC chip. The Epson RTC8564
  340. should work as well.
  341. This driver can also be built as a module. If so, the module
  342. will be called rtc-pcf8563.
  343. config RTC_DRV_PCF85063
  344. tristate "nxp PCF85063"
  345. help
  346. If you say yes here you get support for the PCF85063 RTC chip
  347. This driver can also be built as a module. If so, the module
  348. will be called rtc-pcf85063.
  349. config RTC_DRV_PCF8583
  350. tristate "Philips PCF8583"
  351. help
  352. If you say yes here you get support for the Philips PCF8583
  353. RTC chip found on Acorn RiscPCs. This driver supports the
  354. platform specific method of retrieving the current year from
  355. the RTC's SRAM. It will work on other platforms with the same
  356. chip, but the year will probably have to be tweaked.
  357. This driver can also be built as a module. If so, the module
  358. will be called rtc-pcf8583.
  359. config RTC_DRV_M41T80
  360. tristate "ST M41T62/65/M41T80/81/82/83/84/85/87 and compatible"
  361. help
  362. If you say Y here you will get support for the ST M41T60
  363. and M41T80 RTC chips series. Currently, the following chips are
  364. supported: M41T62, M41T65, M41T80, M41T81, M41T82, M41T83, M41ST84,
  365. M41ST85, M41ST87, and MicroCrystal RV4162.
  366. This driver can also be built as a module. If so, the module
  367. will be called rtc-m41t80.
  368. config RTC_DRV_M41T80_WDT
  369. bool "ST M41T65/M41T80 series RTC watchdog timer"
  370. depends on RTC_DRV_M41T80
  371. help
  372. If you say Y here you will get support for the
  373. watchdog timer in the ST M41T60 and M41T80 RTC chips series.
  374. config RTC_DRV_BQ32K
  375. tristate "TI BQ32000"
  376. help
  377. If you say Y here you will get support for the TI
  378. BQ32000 I2C RTC chip.
  379. This driver can also be built as a module. If so, the module
  380. will be called rtc-bq32k.
  381. config RTC_DRV_DM355EVM
  382. tristate "TI DaVinci DM355 EVM RTC"
  383. depends on MFD_DM355EVM_MSP
  384. help
  385. Supports the RTC firmware in the MSP430 on the DM355 EVM.
  386. config RTC_DRV_TWL92330
  387. bool "TI TWL92330/Menelaus"
  388. depends on MENELAUS
  389. help
  390. If you say yes here you get support for the RTC on the
  391. TWL92330 "Menelaus" power management chip, used with OMAP2
  392. platforms. The support is integrated with the rest of
  393. the Menelaus driver; it's not separate module.
  394. config RTC_DRV_TWL4030
  395. tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0"
  396. depends on TWL4030_CORE
  397. help
  398. If you say yes here you get support for the RTC on the
  399. TWL4030/TWL5030/TWL6030 family chips, used mostly with OMAP3 platforms.
  400. This driver can also be built as a module. If so, the module
  401. will be called rtc-twl.
  402. config RTC_DRV_TPS6586X
  403. tristate "TI TPS6586X RTC driver"
  404. depends on MFD_TPS6586X
  405. help
  406. TI Power Management IC TPS6586X supports RTC functionality
  407. along with alarm. This driver supports the RTC driver for
  408. the TPS6586X RTC module.
  409. config RTC_DRV_TPS65910
  410. tristate "TI TPS65910 RTC driver"
  411. depends on RTC_CLASS && MFD_TPS65910
  412. help
  413. If you say yes here you get support for the RTC on the
  414. TPS65910 chips.
  415. This driver can also be built as a module. If so, the module
  416. will be called rtc-tps65910.
  417. config RTC_DRV_TPS80031
  418. tristate "TI TPS80031/TPS80032 RTC driver"
  419. depends on MFD_TPS80031
  420. help
  421. TI Power Management IC TPS80031 supports RTC functionality
  422. along with alarm. This driver supports the RTC driver for
  423. the TPS80031 RTC module.
  424. config RTC_DRV_RC5T583
  425. tristate "RICOH 5T583 RTC driver"
  426. depends on MFD_RC5T583
  427. help
  428. If you say yes here you get support for the RTC on the
  429. RICOH 5T583 chips.
  430. This driver can also be built as a module. If so, the module
  431. will be called rtc-rc5t583.
  432. config RTC_DRV_S35390A
  433. tristate "Seiko Instruments S-35390A"
  434. select BITREVERSE
  435. help
  436. If you say yes here you will get support for the Seiko
  437. Instruments S-35390A.
  438. This driver can also be built as a module. If so the module
  439. will be called rtc-s35390a.
  440. config RTC_DRV_FM3130
  441. tristate "Ramtron FM3130"
  442. help
  443. If you say Y here you will get support for the
  444. Ramtron FM3130 RTC chips.
  445. Ramtron FM3130 is a chip with two separate devices inside,
  446. RTC clock and FRAM. This driver provides only RTC functionality.
  447. This driver can also be built as a module. If so the module
  448. will be called rtc-fm3130.
  449. config RTC_DRV_RX8581
  450. tristate "Epson RX-8581"
  451. help
  452. If you say yes here you will get support for the Epson RX-8581.
  453. This driver can also be built as a module. If so the module
  454. will be called rtc-rx8581.
  455. config RTC_DRV_RX8025
  456. tristate "Epson RX-8025SA/NB"
  457. help
  458. If you say yes here you get support for the Epson
  459. RX-8025SA/NB RTC chips.
  460. This driver can also be built as a module. If so, the module
  461. will be called rtc-rx8025.
  462. config RTC_DRV_EM3027
  463. tristate "EM Microelectronic EM3027"
  464. help
  465. If you say yes here you get support for the EM
  466. Microelectronic EM3027 RTC chips.
  467. This driver can also be built as a module. If so, the module
  468. will be called rtc-em3027.
  469. config RTC_DRV_RV3029C2
  470. tristate "Micro Crystal RTC"
  471. help
  472. If you say yes here you get support for the Micro Crystal
  473. RV3029-C2 RTC chips.
  474. This driver can also be built as a module. If so, the module
  475. will be called rtc-rv3029c2.
  476. config RTC_DRV_S5M
  477. tristate "Samsung S2M/S5M series"
  478. depends on MFD_SEC_CORE
  479. help
  480. If you say yes here you will get support for the
  481. RTC of Samsung S2MPS14 and S5M PMIC series.
  482. This driver can also be built as a module. If so, the module
  483. will be called rtc-s5m.
  484. endif # I2C
  485. comment "SPI RTC drivers"
  486. if SPI_MASTER
  487. config RTC_DRV_M41T93
  488. tristate "ST M41T93"
  489. help
  490. If you say yes here you will get support for the
  491. ST M41T93 SPI RTC chip.
  492. This driver can also be built as a module. If so, the module
  493. will be called rtc-m41t93.
  494. config RTC_DRV_M41T94
  495. tristate "ST M41T94"
  496. help
  497. If you say yes here you will get support for the
  498. ST M41T94 SPI RTC chip.
  499. This driver can also be built as a module. If so, the module
  500. will be called rtc-m41t94.
  501. config RTC_DRV_DS1305
  502. tristate "Dallas/Maxim DS1305/DS1306"
  503. help
  504. Select this driver to get support for the Dallas/Maxim DS1305
  505. and DS1306 real time clock chips. These support a trickle
  506. charger, alarms, and NVRAM in addition to the clock.
  507. This driver can also be built as a module. If so, the module
  508. will be called rtc-ds1305.
  509. config RTC_DRV_DS1343
  510. select REGMAP_SPI
  511. tristate "Dallas/Maxim DS1343/DS1344"
  512. help
  513. If you say yes here you get support for the
  514. Dallas/Maxim DS1343 and DS1344 real time clock chips.
  515. Support for trickle charger, alarm is provided.
  516. This driver can also be built as a module. If so, the module
  517. will be called rtc-ds1343.
  518. config RTC_DRV_DS1347
  519. tristate "Dallas/Maxim DS1347"
  520. help
  521. If you say yes here you get support for the
  522. Dallas/Maxim DS1347 chips.
  523. This driver only supports the RTC feature, and not other chip
  524. features such as alarms.
  525. This driver can also be built as a module. If so, the module
  526. will be called rtc-ds1347.
  527. config RTC_DRV_DS1390
  528. tristate "Dallas/Maxim DS1390/93/94"
  529. help
  530. If you say yes here you get support for the
  531. Dallas/Maxim DS1390/93/94 chips.
  532. This driver only supports the RTC feature, and not other chip
  533. features such as alarms and trickle charging.
  534. This driver can also be built as a module. If so, the module
  535. will be called rtc-ds1390.
  536. config RTC_DRV_MAX6902
  537. tristate "Maxim MAX6902"
  538. help
  539. If you say yes here you will get support for the
  540. Maxim MAX6902 SPI RTC chip.
  541. This driver can also be built as a module. If so, the module
  542. will be called rtc-max6902.
  543. config RTC_DRV_R9701
  544. tristate "Epson RTC-9701JE"
  545. help
  546. If you say yes here you will get support for the
  547. Epson RTC-9701JE SPI RTC chip.
  548. This driver can also be built as a module. If so, the module
  549. will be called rtc-r9701.
  550. config RTC_DRV_RS5C348
  551. tristate "Ricoh RS5C348A/B"
  552. help
  553. If you say yes here you get support for the
  554. Ricoh RS5C348A and RS5C348B RTC chips.
  555. This driver can also be built as a module. If so, the module
  556. will be called rtc-rs5c348.
  557. config RTC_DRV_DS3234
  558. tristate "Maxim/Dallas DS3234"
  559. help
  560. If you say yes here you get support for the
  561. Maxim/Dallas DS3234 SPI RTC chip.
  562. This driver can also be built as a module. If so, the module
  563. will be called rtc-ds3234.
  564. config RTC_DRV_PCF2123
  565. tristate "NXP PCF2123"
  566. help
  567. If you say yes here you get support for the NXP PCF2123
  568. RTC chip.
  569. This driver can also be built as a module. If so, the module
  570. will be called rtc-pcf2123.
  571. config RTC_DRV_RX4581
  572. tristate "Epson RX-4581"
  573. help
  574. If you say yes here you will get support for the Epson RX-4581.
  575. This driver can also be built as a module. If so the module
  576. will be called rtc-rx4581.
  577. config RTC_DRV_MCP795
  578. tristate "Microchip MCP795"
  579. help
  580. If you say yes here you will get support for the Microchip MCP795.
  581. This driver can also be built as a module. If so the module
  582. will be called rtc-mcp795.
  583. endif # SPI_MASTER
  584. comment "Platform RTC drivers"
  585. # this 'CMOS' RTC driver is arch dependent because <asm-generic/rtc.h>
  586. # requires <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a
  587. # global rtc_lock ... it's not yet just another platform_device.
  588. config RTC_DRV_CMOS
  589. tristate "PC-style 'CMOS'"
  590. depends on X86 || ARM || M32R || PPC || MIPS || SPARC64
  591. default y if X86
  592. help
  593. Say "yes" here to get direct support for the real time clock
  594. found in every PC or ACPI-based system, and some other boards.
  595. Specifically the original MC146818, compatibles like those in
  596. PC south bridges, the DS12887 or M48T86, some multifunction
  597. or LPC bus chips, and so on.
  598. Your system will need to define the platform device used by
  599. this driver, otherwise it won't be accessible. This means
  600. you can safely enable this driver if you don't know whether
  601. or not your board has this kind of hardware.
  602. This driver can also be built as a module. If so, the module
  603. will be called rtc-cmos.
  604. config RTC_DRV_ALPHA
  605. bool "Alpha PC-style CMOS"
  606. depends on ALPHA
  607. default y
  608. help
  609. Direct support for the real-time clock found on every Alpha
  610. system, specifically MC146818 compatibles. If in doubt, say Y.
  611. config RTC_DRV_VRTC
  612. tristate "Virtual RTC for Intel MID platforms"
  613. depends on X86_INTEL_MID
  614. default y if X86_INTEL_MID
  615. help
  616. Say "yes" here to get direct support for the real time clock
  617. found on Moorestown platforms. The VRTC is a emulated RTC that
  618. derives its clock source from a real RTC in the PMIC. The MC146818
  619. style programming interface is mostly conserved, but any
  620. updates are done via IPC calls to the system controller FW.
  621. config RTC_DRV_DS1216
  622. tristate "Dallas DS1216"
  623. depends on SNI_RM
  624. help
  625. If you say yes here you get support for the Dallas DS1216 RTC chips.
  626. config RTC_DRV_DS1286
  627. tristate "Dallas DS1286"
  628. depends on HAS_IOMEM
  629. help
  630. If you say yes here you get support for the Dallas DS1286 RTC chips.
  631. config RTC_DRV_DS1302
  632. tristate "Dallas DS1302"
  633. depends on SH_SECUREEDGE5410
  634. help
  635. If you say yes here you get support for the Dallas DS1302 RTC chips.
  636. config RTC_DRV_DS1511
  637. tristate "Dallas DS1511"
  638. depends on HAS_IOMEM
  639. help
  640. If you say yes here you get support for the
  641. Dallas DS1511 timekeeping/watchdog chip.
  642. This driver can also be built as a module. If so, the module
  643. will be called rtc-ds1511.
  644. config RTC_DRV_DS1553
  645. tristate "Maxim/Dallas DS1553"
  646. depends on HAS_IOMEM
  647. help
  648. If you say yes here you get support for the
  649. Maxim/Dallas DS1553 timekeeping chip.
  650. This driver can also be built as a module. If so, the module
  651. will be called rtc-ds1553.
  652. config RTC_DRV_DS1685_FAMILY
  653. tristate "Dallas/Maxim DS1685 Family"
  654. help
  655. If you say yes here you get support for the Dallas/Maxim DS1685
  656. family of real time chips. This family includes the DS1685/DS1687,
  657. DS1689/DS1693, DS17285/DS17287, DS17485/DS17487, and
  658. DS17885/DS17887 chips.
  659. This driver can also be built as a module. If so, the module
  660. will be called rtc-ds1685.
  661. choice
  662. prompt "Subtype"
  663. depends on RTC_DRV_DS1685_FAMILY
  664. default RTC_DRV_DS1685
  665. config RTC_DRV_DS1685
  666. bool "DS1685/DS1687"
  667. help
  668. This enables support for the Dallas/Maxim DS1685/DS1687 real time
  669. clock chip.
  670. This chip is commonly found in SGI O2 (IP32) and SGI Octane (IP30)
  671. systems, as well as EPPC-405-UC modules by electronic system design
  672. GmbH.
  673. config RTC_DRV_DS1689
  674. bool "DS1689/DS1693"
  675. help
  676. This enables support for the Dallas/Maxim DS1689/DS1693 real time
  677. clock chip.
  678. This is an older RTC chip, supplanted by the DS1685/DS1687 above,
  679. which supports a few minor features such as Vcc, Vbat, and Power
  680. Cycle counters, plus a customer-specific, 8-byte ROM/Serial number.
  681. It also works for the even older DS1688/DS1691 RTC chips, which are
  682. virtually the same and carry the same model number. Both chips
  683. have 114 bytes of user NVRAM.
  684. config RTC_DRV_DS17285
  685. bool "DS17285/DS17287"
  686. help
  687. This enables support for the Dallas/Maxim DS17285/DS17287 real time
  688. clock chip.
  689. This chip features 2kb of extended NV-SRAM. It may possibly be
  690. found in some SGI O2 systems (rare).
  691. config RTC_DRV_DS17485
  692. bool "DS17485/DS17487"
  693. help
  694. This enables support for the Dallas/Maxim DS17485/DS17487 real time
  695. clock chip.
  696. This chip features 4kb of extended NV-SRAM.
  697. config RTC_DRV_DS17885
  698. bool "DS17885/DS17887"
  699. help
  700. This enables support for the Dallas/Maxim DS17885/DS17887 real time
  701. clock chip.
  702. This chip features 8kb of extended NV-SRAM.
  703. endchoice
  704. config RTC_DS1685_PROC_REGS
  705. bool "Display register values in /proc"
  706. depends on RTC_DRV_DS1685_FAMILY && PROC_FS
  707. help
  708. Enable this to display a readout of all of the RTC registers in
  709. /proc/drivers/rtc. Keep in mind that this can potentially lead
  710. to lost interrupts, as reading Control Register C will clear
  711. all pending IRQ flags.
  712. Unless you are debugging this driver, choose N.
  713. config RTC_DS1685_SYSFS_REGS
  714. bool "SysFS access to RTC register bits"
  715. depends on RTC_DRV_DS1685_FAMILY && SYSFS
  716. help
  717. Enable this to provide access to the RTC control register bits
  718. in /sys. Some of the bits are read-write, others are read-only.
  719. Keep in mind that reading Control C's bits automatically clears
  720. all pending IRQ flags - this can cause lost interrupts.
  721. If you know that you need access to these bits, choose Y, Else N.
  722. config RTC_DRV_DS1742
  723. tristate "Maxim/Dallas DS1742/1743"
  724. depends on HAS_IOMEM
  725. help
  726. If you say yes here you get support for the
  727. Maxim/Dallas DS1742/1743 timekeeping chip.
  728. This driver can also be built as a module. If so, the module
  729. will be called rtc-ds1742.
  730. config RTC_DRV_DS2404
  731. tristate "Maxim/Dallas DS2404"
  732. help
  733. If you say yes here you get support for the
  734. Dallas DS2404 RTC chip.
  735. This driver can also be built as a module. If so, the module
  736. will be called rtc-ds2404.
  737. config RTC_DRV_DA9052
  738. tristate "Dialog DA9052/DA9053 RTC"
  739. depends on PMIC_DA9052
  740. help
  741. Say y here to support the RTC driver for Dialog Semiconductor
  742. DA9052-BC and DA9053-AA/Bx PMICs.
  743. config RTC_DRV_DA9055
  744. tristate "Dialog Semiconductor DA9055 RTC"
  745. depends on MFD_DA9055
  746. help
  747. If you say yes here you will get support for the
  748. RTC of the Dialog DA9055 PMIC.
  749. This driver can also be built as a module. If so, the module
  750. will be called rtc-da9055
  751. config RTC_DRV_DA9063
  752. tristate "Dialog Semiconductor DA9063 RTC"
  753. depends on MFD_DA9063
  754. help
  755. If you say yes here you will get support for the RTC subsystem
  756. of the Dialog Semiconductor DA9063.
  757. This driver can also be built as a module. If so, the module
  758. will be called "rtc-da9063".
  759. config RTC_DRV_EFI
  760. tristate "EFI RTC"
  761. depends on EFI && !X86
  762. help
  763. If you say yes here you will get support for the EFI
  764. Real Time Clock.
  765. This driver can also be built as a module. If so, the module
  766. will be called rtc-efi.
  767. config RTC_DRV_STK17TA8
  768. tristate "Simtek STK17TA8"
  769. depends on HAS_IOMEM
  770. help
  771. If you say yes here you get support for the
  772. Simtek STK17TA8 timekeeping chip.
  773. This driver can also be built as a module. If so, the module
  774. will be called rtc-stk17ta8.
  775. config RTC_DRV_M48T86
  776. tristate "ST M48T86/Dallas DS12887"
  777. help
  778. If you say Y here you will get support for the
  779. ST M48T86 and Dallas DS12887 RTC chips.
  780. This driver can also be built as a module. If so, the module
  781. will be called rtc-m48t86.
  782. config RTC_DRV_M48T35
  783. tristate "ST M48T35"
  784. depends on HAS_IOMEM
  785. help
  786. If you say Y here you will get support for the
  787. ST M48T35 RTC chip.
  788. This driver can also be built as a module, if so, the module
  789. will be called "rtc-m48t35".
  790. config RTC_DRV_M48T59
  791. tristate "ST M48T59/M48T08/M48T02"
  792. depends on HAS_IOMEM
  793. help
  794. If you say Y here you will get support for the
  795. ST M48T59 RTC chip and compatible ST M48T08 and M48T02.
  796. These chips are usually found in Sun SPARC and UltraSPARC
  797. workstations.
  798. This driver can also be built as a module, if so, the module
  799. will be called "rtc-m48t59".
  800. config RTC_DRV_MSM6242
  801. tristate "Oki MSM6242"
  802. depends on HAS_IOMEM
  803. help
  804. If you say yes here you get support for the Oki MSM6242
  805. timekeeping chip. It is used in some Amiga models (e.g. A2000).
  806. This driver can also be built as a module. If so, the module
  807. will be called rtc-msm6242.
  808. config RTC_DRV_BQ4802
  809. tristate "TI BQ4802"
  810. depends on HAS_IOMEM
  811. help
  812. If you say Y here you will get support for the TI
  813. BQ4802 RTC chip.
  814. This driver can also be built as a module. If so, the module
  815. will be called rtc-bq4802.
  816. config RTC_DRV_RP5C01
  817. tristate "Ricoh RP5C01"
  818. depends on HAS_IOMEM
  819. help
  820. If you say yes here you get support for the Ricoh RP5C01
  821. timekeeping chip. It is used in some Amiga models (e.g. A3000
  822. and A4000).
  823. This driver can also be built as a module. If so, the module
  824. will be called rtc-rp5c01.
  825. config RTC_DRV_V3020
  826. tristate "EM Microelectronic V3020"
  827. help
  828. If you say yes here you will get support for the
  829. EM Microelectronic v3020 RTC chip.
  830. This driver can also be built as a module. If so, the module
  831. will be called rtc-v3020.
  832. config RTC_DRV_WM831X
  833. tristate "Wolfson Microelectronics WM831x RTC"
  834. depends on MFD_WM831X
  835. help
  836. If you say yes here you will get support for the RTC subsystem
  837. of the Wolfson Microelectronics WM831X series PMICs.
  838. This driver can also be built as a module. If so, the module
  839. will be called "rtc-wm831x".
  840. config RTC_DRV_WM8350
  841. tristate "Wolfson Microelectronics WM8350 RTC"
  842. depends on MFD_WM8350
  843. help
  844. If you say yes here you will get support for the RTC subsystem
  845. of the Wolfson Microelectronics WM8350.
  846. This driver can also be built as a module. If so, the module
  847. will be called "rtc-wm8350".
  848. config RTC_DRV_SPEAR
  849. tristate "SPEAR ST RTC"
  850. depends on PLAT_SPEAR
  851. default y
  852. help
  853. If you say Y here you will get support for the RTC found on
  854. spear
  855. config RTC_DRV_PCF50633
  856. depends on MFD_PCF50633
  857. tristate "NXP PCF50633 RTC"
  858. help
  859. If you say yes here you get support for the RTC subsystem of the
  860. NXP PCF50633 used in embedded systems.
  861. config RTC_DRV_AB3100
  862. tristate "ST-Ericsson AB3100 RTC"
  863. depends on AB3100_CORE
  864. default y if AB3100_CORE
  865. help
  866. Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC
  867. support. This chip contains a battery- and capacitor-backed RTC.
  868. config RTC_DRV_AB8500
  869. tristate "ST-Ericsson AB8500 RTC"
  870. depends on AB8500_CORE
  871. select RTC_INTF_DEV
  872. select RTC_INTF_DEV_UIE_EMUL
  873. help
  874. Select this to enable the ST-Ericsson AB8500 power management IC RTC
  875. support. This chip contains a battery- and capacitor-backed RTC.
  876. config RTC_DRV_NUC900
  877. tristate "NUC910/NUC920 RTC driver"
  878. depends on ARCH_W90X900
  879. help
  880. If you say yes here you get support for the RTC subsystem of the
  881. NUC910/NUC920 used in embedded systems.
  882. config RTC_DRV_OPAL
  883. tristate "IBM OPAL RTC driver"
  884. depends on PPC_POWERNV
  885. default y
  886. help
  887. If you say yes here you get support for the PowerNV platform RTC
  888. driver based on OPAL interfaces.
  889. This driver can also be built as a module. If so, the module
  890. will be called rtc-opal.
  891. comment "on-CPU RTC drivers"
  892. config RTC_DRV_DAVINCI
  893. tristate "TI DaVinci RTC"
  894. depends on ARCH_DAVINCI_DM365
  895. help
  896. If you say yes here you get support for the RTC on the
  897. DaVinci platforms (DM365).
  898. This driver can also be built as a module. If so, the module
  899. will be called rtc-davinci.
  900. config RTC_DRV_DIGICOLOR
  901. tristate "Conexant Digicolor RTC"
  902. depends on ARCH_DIGICOLOR
  903. help
  904. If you say yes here you get support for the RTC on Conexant
  905. Digicolor platforms. This currently includes the CX92755 SoC.
  906. This driver can also be built as a module. If so, the module
  907. will be called rtc-digicolor.
  908. config RTC_DRV_IMXDI
  909. tristate "Freescale IMX DryIce Real Time Clock"
  910. depends on ARCH_MXC
  911. help
  912. Support for Freescale IMX DryIce RTC
  913. This driver can also be built as a module, if so, the module
  914. will be called "rtc-imxdi".
  915. config RTC_DRV_OMAP
  916. tristate "TI OMAP Real Time Clock"
  917. depends on ARCH_OMAP || ARCH_DAVINCI
  918. help
  919. Say "yes" here to support the on chip real time clock
  920. present on TI OMAP1, AM33xx, DA8xx/OMAP-L13x, AM43xx and DRA7xx.
  921. This driver can also be built as a module, if so, module
  922. will be called rtc-omap.
  923. config HAVE_S3C_RTC
  924. bool
  925. help
  926. This will include RTC support for Samsung SoCs. If
  927. you want to include RTC support for any machine, kindly
  928. select this in the respective mach-XXXX/Kconfig file.
  929. config RTC_DRV_S3C
  930. tristate "Samsung S3C series SoC RTC"
  931. depends on ARCH_S3C64XX || HAVE_S3C_RTC
  932. help
  933. RTC (Realtime Clock) driver for the clock inbuilt into the
  934. Samsung S3C24XX series of SoCs. This can provide periodic
  935. interrupt rates from 1Hz to 64Hz for user programs, and
  936. wakeup from Alarm.
  937. The driver currently supports the common features on all the
  938. S3C24XX range, such as the S3C2410, S3C2412, S3C2413, S3C2440
  939. and S3C2442.
  940. This driver can also be build as a module. If so, the module
  941. will be called rtc-s3c.
  942. config RTC_DRV_EP93XX
  943. tristate "Cirrus Logic EP93XX"
  944. depends on ARCH_EP93XX
  945. help
  946. If you say yes here you get support for the
  947. RTC embedded in the Cirrus Logic EP93XX processors.
  948. This driver can also be built as a module. If so, the module
  949. will be called rtc-ep93xx.
  950. config RTC_DRV_SA1100
  951. tristate "SA11x0/PXA2xx/PXA910"
  952. depends on ARCH_SA1100 || ARCH_PXA || ARCH_MMP
  953. help
  954. If you say Y here you will get access to the real time clock
  955. built into your SA11x0 or PXA2xx CPU.
  956. To compile this driver as a module, choose M here: the
  957. module will be called rtc-sa1100.
  958. config RTC_DRV_SH
  959. tristate "SuperH On-Chip RTC"
  960. depends on SUPERH && HAVE_CLK
  961. help
  962. Say Y here to enable support for the on-chip RTC found in
  963. most SuperH processors.
  964. To compile this driver as a module, choose M here: the
  965. module will be called rtc-sh.
  966. config RTC_DRV_VR41XX
  967. tristate "NEC VR41XX"
  968. depends on CPU_VR41XX
  969. help
  970. If you say Y here you will get access to the real time clock
  971. built into your NEC VR41XX CPU.
  972. To compile this driver as a module, choose M here: the
  973. module will be called rtc-vr41xx.
  974. config RTC_DRV_PL030
  975. tristate "ARM AMBA PL030 RTC"
  976. depends on ARM_AMBA
  977. help
  978. If you say Y here you will get access to ARM AMBA
  979. PrimeCell PL030 RTC found on certain ARM SOCs.
  980. To compile this driver as a module, choose M here: the
  981. module will be called rtc-pl030.
  982. config RTC_DRV_PL031
  983. tristate "ARM AMBA PL031 RTC"
  984. depends on ARM_AMBA
  985. help
  986. If you say Y here you will get access to ARM AMBA
  987. PrimeCell PL031 RTC found on certain ARM SOCs.
  988. To compile this driver as a module, choose M here: the
  989. module will be called rtc-pl031.
  990. config RTC_DRV_AT32AP700X
  991. tristate "AT32AP700X series RTC"
  992. depends on PLATFORM_AT32AP
  993. help
  994. Driver for the internal RTC (Realtime Clock) on Atmel AVR32
  995. AT32AP700x family processors.
  996. config RTC_DRV_AT91RM9200
  997. tristate "AT91RM9200 or some AT91SAM9 RTC"
  998. depends on ARCH_AT91
  999. help
  1000. Driver for the internal RTC (Realtime Clock) module found on
  1001. Atmel AT91RM9200's and some AT91SAM9 chips. On AT91SAM9 chips
  1002. this is powered by the backup power supply.
  1003. config RTC_DRV_AT91SAM9
  1004. tristate "AT91SAM9 RTT as RTC"
  1005. depends on ARCH_AT91
  1006. select MFD_SYSCON
  1007. help
  1008. Some AT91SAM9 SoCs provide an RTT (Real Time Timer) block which
  1009. can be used as an RTC thanks to the backup power supply (e.g. a
  1010. small coin cell battery) which keeps this block and the GPBR
  1011. (General Purpose Backup Registers) block powered when the device
  1012. is shutdown.
  1013. Some AT91SAM9 SoCs provide a real RTC block, on those ones you'd
  1014. probably want to use the real RTC block instead of the "RTT as an
  1015. RTC" driver.
  1016. config RTC_DRV_AU1XXX
  1017. tristate "Au1xxx Counter0 RTC support"
  1018. depends on MIPS_ALCHEMY
  1019. help
  1020. This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year
  1021. counter) to be used as a RTC.
  1022. This driver can also be built as a module. If so, the module
  1023. will be called rtc-au1xxx.
  1024. config RTC_DRV_BFIN
  1025. tristate "Blackfin On-Chip RTC"
  1026. depends on BLACKFIN && !BF561
  1027. help
  1028. If you say yes here you will get support for the
  1029. Blackfin On-Chip Real Time Clock.
  1030. This driver can also be built as a module. If so, the module
  1031. will be called rtc-bfin.
  1032. config RTC_DRV_RS5C313
  1033. tristate "Ricoh RS5C313"
  1034. depends on SH_LANDISK
  1035. help
  1036. If you say yes here you get support for the Ricoh RS5C313 RTC chips.
  1037. config RTC_DRV_GENERIC
  1038. tristate "Generic RTC support"
  1039. # Please consider writing a new RTC driver instead of using the generic
  1040. # RTC abstraction
  1041. depends on PARISC || M68K || PPC || SUPERH32
  1042. help
  1043. Say Y or M here to enable RTC support on systems using the generic
  1044. RTC abstraction. If you do not know what you are doing, you should
  1045. just say Y.
  1046. config RTC_DRV_PXA
  1047. tristate "PXA27x/PXA3xx"
  1048. depends on ARCH_PXA
  1049. help
  1050. If you say Y here you will get access to the real time clock
  1051. built into your PXA27x or PXA3xx CPU.
  1052. This RTC driver uses PXA RTC registers available since pxa27x
  1053. series (RDxR, RYxR) instead of legacy RCNR, RTAR.
  1054. config RTC_DRV_VT8500
  1055. tristate "VIA/WonderMedia 85xx SoC RTC"
  1056. depends on ARCH_VT8500
  1057. help
  1058. If you say Y here you will get access to the real time clock
  1059. built into your VIA VT8500 SoC or its relatives.
  1060. config RTC_DRV_SUN4V
  1061. bool "SUN4V Hypervisor RTC"
  1062. depends on SPARC64
  1063. help
  1064. If you say Y here you will get support for the Hypervisor
  1065. based RTC on SUN4V systems.
  1066. config RTC_DRV_SUN6I
  1067. tristate "Allwinner A31 RTC"
  1068. depends on MACH_SUN6I || MACH_SUN8I
  1069. help
  1070. If you say Y here you will get support for the RTC found on
  1071. Allwinner A31.
  1072. config RTC_DRV_SUNXI
  1073. tristate "Allwinner sun4i/sun7i RTC"
  1074. depends on MACH_SUN4I || MACH_SUN7I
  1075. help
  1076. If you say Y here you will get support for the RTC found on
  1077. Allwinner A10/A20.
  1078. config RTC_DRV_STARFIRE
  1079. bool "Starfire RTC"
  1080. depends on SPARC64
  1081. help
  1082. If you say Y here you will get support for the RTC found on
  1083. Starfire systems.
  1084. config RTC_DRV_TX4939
  1085. tristate "TX4939 SoC"
  1086. depends on SOC_TX4939
  1087. help
  1088. Driver for the internal RTC (Realtime Clock) module found on
  1089. Toshiba TX4939 SoC.
  1090. config RTC_DRV_MV
  1091. tristate "Marvell SoC RTC"
  1092. depends on ARCH_DOVE || ARCH_MVEBU
  1093. help
  1094. If you say yes here you will get support for the in-chip RTC
  1095. that can be found in some of Marvell's SoC devices, such as
  1096. the Kirkwood 88F6281 and 88F6192.
  1097. This driver can also be built as a module. If so, the module
  1098. will be called rtc-mv.
  1099. config RTC_DRV_ARMADA38X
  1100. tristate "Armada 38x Marvell SoC RTC"
  1101. depends on ARCH_MVEBU
  1102. help
  1103. If you say yes here you will get support for the in-chip RTC
  1104. that can be found in the Armada 38x Marvell's SoC device
  1105. This driver can also be built as a module. If so, the module
  1106. will be called armada38x-rtc.
  1107. config RTC_DRV_PS3
  1108. tristate "PS3 RTC"
  1109. depends on PPC_PS3
  1110. help
  1111. If you say yes here you will get support for the RTC on PS3.
  1112. This driver can also be built as a module. If so, the module
  1113. will be called rtc-ps3.
  1114. config RTC_DRV_COH901331
  1115. tristate "ST-Ericsson COH 901 331 RTC"
  1116. depends on ARCH_U300
  1117. help
  1118. If you say Y here you will get access to ST-Ericsson
  1119. COH 901 331 RTC clock found in some ST-Ericsson Mobile
  1120. Platforms.
  1121. This driver can also be built as a module. If so, the module
  1122. will be called "rtc-coh901331".
  1123. config RTC_DRV_STMP
  1124. tristate "Freescale STMP3xxx/i.MX23/i.MX28 RTC"
  1125. depends on ARCH_MXS
  1126. help
  1127. If you say yes here you will get support for the onboard
  1128. STMP3xxx/i.MX23/i.MX28 RTC.
  1129. This driver can also be built as a module. If so, the module
  1130. will be called rtc-stmp3xxx.
  1131. config RTC_DRV_PCAP
  1132. tristate "PCAP RTC"
  1133. depends on EZX_PCAP
  1134. help
  1135. If you say Y here you will get support for the RTC found on
  1136. the PCAP2 ASIC used on some Motorola phones.
  1137. config RTC_DRV_MC13XXX
  1138. depends on MFD_MC13XXX
  1139. tristate "Freescale MC13xxx RTC"
  1140. help
  1141. This enables support for the RTCs found on Freescale's PMICs
  1142. MC13783 and MC13892.
  1143. config RTC_DRV_MPC5121
  1144. tristate "Freescale MPC5121 built-in RTC"
  1145. depends on PPC_MPC512x || PPC_MPC52xx
  1146. help
  1147. If you say yes here you will get support for the
  1148. built-in RTC on MPC5121 or on MPC5200.
  1149. This driver can also be built as a module. If so, the module
  1150. will be called rtc-mpc5121.
  1151. config RTC_DRV_JZ4740
  1152. tristate "Ingenic JZ4740 SoC"
  1153. depends on MACH_JZ4740
  1154. help
  1155. If you say yes here you get support for the Ingenic JZ4740 SoC RTC
  1156. controller.
  1157. This driver can also be buillt as a module. If so, the module
  1158. will be called rtc-jz4740.
  1159. config RTC_DRV_LPC32XX
  1160. depends on ARCH_LPC32XX
  1161. tristate "NXP LPC32XX RTC"
  1162. help
  1163. This enables support for the NXP RTC in the LPC32XX
  1164. This driver can also be buillt as a module. If so, the module
  1165. will be called rtc-lpc32xx.
  1166. config RTC_DRV_PM8XXX
  1167. tristate "Qualcomm PMIC8XXX RTC"
  1168. depends on MFD_PM8XXX || MFD_SPMI_PMIC
  1169. help
  1170. If you say yes here you get support for the
  1171. Qualcomm PMIC8XXX RTC.
  1172. To compile this driver as a module, choose M here: the
  1173. module will be called rtc-pm8xxx.
  1174. config RTC_DRV_TEGRA
  1175. tristate "NVIDIA Tegra Internal RTC driver"
  1176. depends on ARCH_TEGRA
  1177. help
  1178. If you say yes here you get support for the
  1179. Tegra 200 series internal RTC module.
  1180. This drive can also be built as a module. If so, the module
  1181. will be called rtc-tegra.
  1182. config RTC_DRV_TILE
  1183. tristate "Tilera hypervisor RTC support"
  1184. depends on TILE
  1185. help
  1186. Enable support for the Linux driver side of the Tilera
  1187. hypervisor's real-time clock interface.
  1188. config RTC_DRV_PUV3
  1189. tristate "PKUnity v3 RTC support"
  1190. depends on ARCH_PUV3
  1191. help
  1192. This enables support for the RTC in the PKUnity-v3 SoCs.
  1193. This drive can also be built as a module. If so, the module
  1194. will be called rtc-puv3.
  1195. config RTC_DRV_LOONGSON1
  1196. tristate "loongson1 RTC support"
  1197. depends on MACH_LOONGSON1
  1198. help
  1199. This is a driver for the loongson1 on-chip Counter0 (Time-Of-Year
  1200. counter) to be used as a RTC.
  1201. This driver can also be built as a module. If so, the module
  1202. will be called rtc-ls1x.
  1203. config RTC_DRV_MXC
  1204. tristate "Freescale MXC Real Time Clock"
  1205. depends on ARCH_MXC
  1206. help
  1207. If you say yes here you get support for the Freescale MXC
  1208. RTC module.
  1209. This driver can also be built as a module, if so, the module
  1210. will be called "rtc-mxc".
  1211. config RTC_DRV_SNVS
  1212. tristate "Freescale SNVS RTC support"
  1213. depends on HAS_IOMEM
  1214. depends on OF
  1215. help
  1216. If you say yes here you get support for the Freescale SNVS
  1217. Low Power (LP) RTC module.
  1218. This driver can also be built as a module, if so, the module
  1219. will be called "rtc-snvs".
  1220. config RTC_DRV_SIRFSOC
  1221. tristate "SiRFSOC RTC"
  1222. depends on ARCH_SIRF
  1223. help
  1224. Say "yes" here to support the real time clock on SiRF SOC chips.
  1225. This driver can also be built as a module called rtc-sirfsoc.
  1226. config RTC_DRV_MOXART
  1227. tristate "MOXA ART RTC"
  1228. depends on ARCH_MOXART || COMPILE_TEST
  1229. help
  1230. If you say yes here you get support for the MOXA ART
  1231. RTC module.
  1232. This driver can also be built as a module. If so, the module
  1233. will be called rtc-moxart
  1234. config RTC_DRV_XGENE
  1235. tristate "APM X-Gene RTC"
  1236. depends on HAS_IOMEM
  1237. help
  1238. If you say yes here you get support for the APM X-Gene SoC real time
  1239. clock.
  1240. This driver can also be built as a module, if so, the module
  1241. will be called "rtc-xgene".
  1242. comment "HID Sensor RTC drivers"
  1243. config RTC_DRV_HID_SENSOR_TIME
  1244. tristate "HID Sensor Time"
  1245. depends on USB_HID
  1246. select IIO
  1247. select HID_SENSOR_HUB
  1248. select HID_SENSOR_IIO_COMMON
  1249. help
  1250. Say yes here to build support for the HID Sensors of type Time.
  1251. This drivers makes such sensors available as RTCs.
  1252. If this driver is compiled as a module, it will be named
  1253. rtc-hid-sensor-time.
  1254. endif # RTC_CLASS