Kconfig 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334
  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. boolean "/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. boolean "/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. boolean "/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_AS3722
  128. tristate "ams AS3722 RTC driver"
  129. depends on MFD_AS3722
  130. help
  131. If you say yes here you get support for the RTC of ams AS3722 PMIC
  132. chips.
  133. This driver can also be built as a module. If so, the module
  134. will be called rtc-as3722.
  135. config RTC_DRV_DS1307
  136. tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025"
  137. help
  138. If you say yes here you get support for various compatible RTC
  139. chips (often with battery backup) connected with I2C. This driver
  140. should handle DS1307, DS1337, DS1338, DS1339, DS1340, ST M41T00,
  141. EPSON RX-8025 and probably other chips. In some cases the RTC
  142. must already have been initialized (by manufacturing or a
  143. bootloader).
  144. The first seven registers on these chips hold an RTC, and other
  145. registers may add features such as NVRAM, a trickle charger for
  146. the RTC/NVRAM backup power, and alarms. NVRAM is visible in
  147. sysfs, but other chip features may not be available.
  148. This driver can also be built as a module. If so, the module
  149. will be called rtc-ds1307.
  150. config RTC_DRV_DS1374
  151. tristate "Dallas/Maxim DS1374"
  152. depends on I2C
  153. help
  154. If you say yes here you get support for Dallas Semiconductor
  155. DS1374 real-time clock chips. If an interrupt is associated
  156. with the device, the alarm functionality is supported.
  157. This driver can also be built as a module. If so, the module
  158. will be called rtc-ds1374.
  159. config RTC_DRV_DS1672
  160. tristate "Dallas/Maxim DS1672"
  161. help
  162. If you say yes here you get support for the
  163. Dallas/Maxim DS1672 timekeeping chip.
  164. This driver can also be built as a module. If so, the module
  165. will be called rtc-ds1672.
  166. config RTC_DRV_DS3232
  167. tristate "Dallas/Maxim DS3232"
  168. depends on I2C
  169. help
  170. If you say yes here you get support for Dallas Semiconductor
  171. DS3232 real-time clock chips. If an interrupt is associated
  172. with the device, the alarm functionality is supported.
  173. This driver can also be built as a module. If so, the module
  174. will be called rtc-ds3232.
  175. config RTC_DRV_HYM8563
  176. tristate "Haoyu Microelectronics HYM8563"
  177. depends on I2C && OF
  178. help
  179. Say Y to enable support for the HYM8563 I2C RTC chip. Apart
  180. from the usual rtc functions it provides a clock output of
  181. up to 32kHz.
  182. This driver can also be built as a module. If so, the module
  183. will be called rtc-hym8563.
  184. config RTC_DRV_LP8788
  185. tristate "TI LP8788 RTC driver"
  186. depends on MFD_LP8788
  187. help
  188. Say Y to enable support for the LP8788 RTC/ALARM driver.
  189. config RTC_DRV_MAX6900
  190. tristate "Maxim MAX6900"
  191. help
  192. If you say yes here you will get support for the
  193. Maxim MAX6900 I2C RTC chip.
  194. This driver can also be built as a module. If so, the module
  195. will be called rtc-max6900.
  196. config RTC_DRV_MAX8907
  197. tristate "Maxim MAX8907"
  198. depends on MFD_MAX8907
  199. help
  200. If you say yes here you will get support for the
  201. RTC of Maxim MAX8907 PMIC.
  202. This driver can also be built as a module. If so, the module
  203. will be called rtc-max8907.
  204. config RTC_DRV_MAX8925
  205. tristate "Maxim MAX8925"
  206. depends on MFD_MAX8925
  207. help
  208. If you say yes here you will get support for the
  209. RTC of Maxim MAX8925 PMIC.
  210. This driver can also be built as a module. If so, the module
  211. will be called rtc-max8925.
  212. config RTC_DRV_MAX8998
  213. tristate "Maxim MAX8998"
  214. depends on MFD_MAX8998
  215. help
  216. If you say yes here you will get support for the
  217. RTC of Maxim MAX8998 PMIC.
  218. This driver can also be built as a module. If so, the module
  219. will be called rtc-max8998.
  220. config RTC_DRV_MAX8997
  221. tristate "Maxim MAX8997"
  222. depends on MFD_MAX8997
  223. help
  224. If you say yes here you will get support for the
  225. RTC of Maxim MAX8997 PMIC.
  226. This driver can also be built as a module. If so, the module
  227. will be called rtc-max8997.
  228. config RTC_DRV_MAX77686
  229. tristate "Maxim MAX77686"
  230. depends on MFD_MAX77686
  231. help
  232. If you say yes here you will get support for the
  233. RTC of Maxim MAX77686 PMIC.
  234. This driver can also be built as a module. If so, the module
  235. will be called rtc-max77686.
  236. config RTC_DRV_RS5C372
  237. tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A"
  238. help
  239. If you say yes here you get support for the
  240. Ricoh R2025S/D, RS5C372A, RS5C372B, RV5C386, and RV5C387A RTC chips.
  241. This driver can also be built as a module. If so, the module
  242. will be called rtc-rs5c372.
  243. config RTC_DRV_ISL1208
  244. tristate "Intersil ISL1208"
  245. help
  246. If you say yes here you get support for the
  247. Intersil ISL1208 RTC chip.
  248. This driver can also be built as a module. If so, the module
  249. will be called rtc-isl1208.
  250. config RTC_DRV_ISL12022
  251. tristate "Intersil ISL12022"
  252. help
  253. If you say yes here you get support for the
  254. Intersil ISL12022 RTC chip.
  255. This driver can also be built as a module. If so, the module
  256. will be called rtc-isl12022.
  257. config RTC_DRV_ISL12057
  258. depends on I2C
  259. select REGMAP_I2C
  260. tristate "Intersil ISL12057"
  261. help
  262. If you say yes here you get support for the Intersil ISL12057
  263. I2C RTC chip.
  264. This driver can also be built as a module. If so, the module
  265. will be called rtc-isl12057.
  266. config RTC_DRV_X1205
  267. tristate "Xicor/Intersil X1205"
  268. help
  269. If you say yes here you get support for the
  270. Xicor/Intersil X1205 RTC chip.
  271. This driver can also be built as a module. If so, the module
  272. will be called rtc-x1205.
  273. config RTC_DRV_PALMAS
  274. tristate "TI Palmas RTC driver"
  275. depends on MFD_PALMAS
  276. help
  277. If you say yes here you get support for the RTC of TI PALMA series PMIC
  278. chips.
  279. This driver can also be built as a module. If so, the module
  280. will be called rtc-palma.
  281. config RTC_DRV_PCF2127
  282. tristate "NXP PCF2127"
  283. help
  284. If you say yes here you get support for the NXP PCF2127/29 RTC
  285. chips.
  286. This driver can also be built as a module. If so, the module
  287. will be called rtc-pcf2127.
  288. config RTC_DRV_PCF8523
  289. tristate "NXP PCF8523"
  290. help
  291. If you say yes here you get support for the NXP PCF8523 RTC
  292. chips.
  293. This driver can also be built as a module. If so, the module
  294. will be called rtc-pcf8523.
  295. config RTC_DRV_PCF8563
  296. tristate "Philips PCF8563/Epson RTC8564"
  297. help
  298. If you say yes here you get support for the
  299. Philips PCF8563 RTC chip. The Epson RTC8564
  300. should work as well.
  301. This driver can also be built as a module. If so, the module
  302. will be called rtc-pcf8563.
  303. config RTC_DRV_PCF8583
  304. tristate "Philips PCF8583"
  305. help
  306. If you say yes here you get support for the Philips PCF8583
  307. RTC chip found on Acorn RiscPCs. This driver supports the
  308. platform specific method of retrieving the current year from
  309. the RTC's SRAM. It will work on other platforms with the same
  310. chip, but the year will probably have to be tweaked.
  311. This driver can also be built as a module. If so, the module
  312. will be called rtc-pcf8583.
  313. config RTC_DRV_M41T80
  314. tristate "ST M41T62/65/M41T80/81/82/83/84/85/87"
  315. help
  316. If you say Y here you will get support for the ST M41T60
  317. and M41T80 RTC chips series. Currently, the following chips are
  318. supported: M41T62, M41T65, M41T80, M41T81, M41T82, M41T83, M41ST84,
  319. M41ST85, and M41ST87.
  320. This driver can also be built as a module. If so, the module
  321. will be called rtc-m41t80.
  322. config RTC_DRV_M41T80_WDT
  323. bool "ST M41T65/M41T80 series RTC watchdog timer"
  324. depends on RTC_DRV_M41T80
  325. help
  326. If you say Y here you will get support for the
  327. watchdog timer in the ST M41T60 and M41T80 RTC chips series.
  328. config RTC_DRV_BQ32K
  329. tristate "TI BQ32000"
  330. help
  331. If you say Y here you will get support for the TI
  332. BQ32000 I2C RTC chip.
  333. This driver can also be built as a module. If so, the module
  334. will be called rtc-bq32k.
  335. config RTC_DRV_DM355EVM
  336. tristate "TI DaVinci DM355 EVM RTC"
  337. depends on MFD_DM355EVM_MSP
  338. help
  339. Supports the RTC firmware in the MSP430 on the DM355 EVM.
  340. config RTC_DRV_TWL92330
  341. boolean "TI TWL92330/Menelaus"
  342. depends on MENELAUS
  343. help
  344. If you say yes here you get support for the RTC on the
  345. TWL92330 "Menelaus" power management chip, used with OMAP2
  346. platforms. The support is integrated with the rest of
  347. the Menelaus driver; it's not separate module.
  348. config RTC_DRV_TWL4030
  349. tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0"
  350. depends on TWL4030_CORE
  351. help
  352. If you say yes here you get support for the RTC on the
  353. TWL4030/TWL5030/TWL6030 family chips, used mostly with OMAP3 platforms.
  354. This driver can also be built as a module. If so, the module
  355. will be called rtc-twl.
  356. config RTC_DRV_TPS6586X
  357. tristate "TI TPS6586X RTC driver"
  358. depends on MFD_TPS6586X
  359. help
  360. TI Power Management IC TPS6586X supports RTC functionality
  361. along with alarm. This driver supports the RTC driver for
  362. the TPS6586X RTC module.
  363. config RTC_DRV_TPS65910
  364. tristate "TI TPS65910 RTC driver"
  365. depends on RTC_CLASS && MFD_TPS65910
  366. help
  367. If you say yes here you get support for the RTC on the
  368. TPS65910 chips.
  369. This driver can also be built as a module. If so, the module
  370. will be called rtc-tps65910.
  371. config RTC_DRV_TPS80031
  372. tristate "TI TPS80031/TPS80032 RTC driver"
  373. depends on MFD_TPS80031
  374. help
  375. TI Power Management IC TPS80031 supports RTC functionality
  376. along with alarm. This driver supports the RTC driver for
  377. the TPS80031 RTC module.
  378. config RTC_DRV_RC5T583
  379. tristate "RICOH 5T583 RTC driver"
  380. depends on MFD_RC5T583
  381. help
  382. If you say yes here you get support for the RTC on the
  383. RICOH 5T583 chips.
  384. This driver can also be built as a module. If so, the module
  385. will be called rtc-rc5t583.
  386. config RTC_DRV_S35390A
  387. tristate "Seiko Instruments S-35390A"
  388. select BITREVERSE
  389. help
  390. If you say yes here you will get support for the Seiko
  391. Instruments S-35390A.
  392. This driver can also be built as a module. If so the module
  393. will be called rtc-s35390a.
  394. config RTC_DRV_FM3130
  395. tristate "Ramtron FM3130"
  396. help
  397. If you say Y here you will get support for the
  398. Ramtron FM3130 RTC chips.
  399. Ramtron FM3130 is a chip with two separate devices inside,
  400. RTC clock and FRAM. This driver provides only RTC functionality.
  401. This driver can also be built as a module. If so the module
  402. will be called rtc-fm3130.
  403. config RTC_DRV_RX8581
  404. tristate "Epson RX-8581"
  405. help
  406. If you say yes here you will get support for the Epson RX-8581.
  407. This driver can also be built as a module. If so the module
  408. will be called rtc-rx8581.
  409. config RTC_DRV_RX8025
  410. tristate "Epson RX-8025SA/NB"
  411. help
  412. If you say yes here you get support for the Epson
  413. RX-8025SA/NB RTC chips.
  414. This driver can also be built as a module. If so, the module
  415. will be called rtc-rx8025.
  416. config RTC_DRV_EM3027
  417. tristate "EM Microelectronic EM3027"
  418. help
  419. If you say yes here you get support for the EM
  420. Microelectronic EM3027 RTC chips.
  421. This driver can also be built as a module. If so, the module
  422. will be called rtc-em3027.
  423. config RTC_DRV_RV3029C2
  424. tristate "Micro Crystal RTC"
  425. help
  426. If you say yes here you get support for the Micro Crystal
  427. RV3029-C2 RTC chips.
  428. This driver can also be built as a module. If so, the module
  429. will be called rtc-rv3029c2.
  430. config RTC_DRV_S5M
  431. tristate "Samsung S5M series"
  432. depends on MFD_SEC_CORE
  433. help
  434. If you say yes here you will get support for the
  435. RTC of Samsung S5M PMIC series.
  436. This driver can also be built as a module. If so, the module
  437. will be called rtc-s5m.
  438. endif # I2C
  439. comment "SPI RTC drivers"
  440. if SPI_MASTER
  441. config RTC_DRV_M41T93
  442. tristate "ST M41T93"
  443. help
  444. If you say yes here you will get support for the
  445. ST M41T93 SPI RTC chip.
  446. This driver can also be built as a module. If so, the module
  447. will be called rtc-m41t93.
  448. config RTC_DRV_M41T94
  449. tristate "ST M41T94"
  450. help
  451. If you say yes here you will get support for the
  452. ST M41T94 SPI RTC chip.
  453. This driver can also be built as a module. If so, the module
  454. will be called rtc-m41t94.
  455. config RTC_DRV_DS1305
  456. tristate "Dallas/Maxim DS1305/DS1306"
  457. help
  458. Select this driver to get support for the Dallas/Maxim DS1305
  459. and DS1306 real time clock chips. These support a trickle
  460. charger, alarms, and NVRAM in addition to the clock.
  461. This driver can also be built as a module. If so, the module
  462. will be called rtc-ds1305.
  463. config RTC_DRV_DS1390
  464. tristate "Dallas/Maxim DS1390/93/94"
  465. help
  466. If you say yes here you get support for the
  467. Dallas/Maxim DS1390/93/94 chips.
  468. This driver only supports the RTC feature, and not other chip
  469. features such as alarms and trickle charging.
  470. This driver can also be built as a module. If so, the module
  471. will be called rtc-ds1390.
  472. config RTC_DRV_MAX6902
  473. tristate "Maxim MAX6902"
  474. help
  475. If you say yes here you will get support for the
  476. Maxim MAX6902 SPI RTC chip.
  477. This driver can also be built as a module. If so, the module
  478. will be called rtc-max6902.
  479. config RTC_DRV_R9701
  480. tristate "Epson RTC-9701JE"
  481. help
  482. If you say yes here you will get support for the
  483. Epson RTC-9701JE SPI RTC chip.
  484. This driver can also be built as a module. If so, the module
  485. will be called rtc-r9701.
  486. config RTC_DRV_RS5C348
  487. tristate "Ricoh RS5C348A/B"
  488. help
  489. If you say yes here you get support for the
  490. Ricoh RS5C348A and RS5C348B RTC chips.
  491. This driver can also be built as a module. If so, the module
  492. will be called rtc-rs5c348.
  493. config RTC_DRV_DS3234
  494. tristate "Maxim/Dallas DS3234"
  495. help
  496. If you say yes here you get support for the
  497. Maxim/Dallas DS3234 SPI RTC chip.
  498. This driver can also be built as a module. If so, the module
  499. will be called rtc-ds3234.
  500. config RTC_DRV_PCF2123
  501. tristate "NXP PCF2123"
  502. help
  503. If you say yes here you get support for the NXP PCF2123
  504. RTC chip.
  505. This driver can also be built as a module. If so, the module
  506. will be called rtc-pcf2123.
  507. config RTC_DRV_RX4581
  508. tristate "Epson RX-4581"
  509. help
  510. If you say yes here you will get support for the Epson RX-4581.
  511. This driver can also be built as a module. If so the module
  512. will be called rtc-rx4581.
  513. endif # SPI_MASTER
  514. comment "Platform RTC drivers"
  515. # this 'CMOS' RTC driver is arch dependent because <asm-generic/rtc.h>
  516. # requires <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a
  517. # global rtc_lock ... it's not yet just another platform_device.
  518. config RTC_DRV_CMOS
  519. tristate "PC-style 'CMOS'"
  520. depends on X86 || ARM || M32R || PPC || MIPS || SPARC64
  521. default y if X86
  522. help
  523. Say "yes" here to get direct support for the real time clock
  524. found in every PC or ACPI-based system, and some other boards.
  525. Specifically the original MC146818, compatibles like those in
  526. PC south bridges, the DS12887 or M48T86, some multifunction
  527. or LPC bus chips, and so on.
  528. Your system will need to define the platform device used by
  529. this driver, otherwise it won't be accessible. This means
  530. you can safely enable this driver if you don't know whether
  531. or not your board has this kind of hardware.
  532. This driver can also be built as a module. If so, the module
  533. will be called rtc-cmos.
  534. config RTC_DRV_ALPHA
  535. bool "Alpha PC-style CMOS"
  536. depends on ALPHA
  537. default y
  538. help
  539. Direct support for the real-time clock found on every Alpha
  540. system, specifically MC146818 compatibles. If in doubt, say Y.
  541. config RTC_DRV_VRTC
  542. tristate "Virtual RTC for Intel MID platforms"
  543. depends on X86_INTEL_MID
  544. default y if X86_INTEL_MID
  545. help
  546. Say "yes" here to get direct support for the real time clock
  547. found on Moorestown platforms. The VRTC is a emulated RTC that
  548. derives its clock source from a real RTC in the PMIC. The MC146818
  549. style programming interface is mostly conserved, but any
  550. updates are done via IPC calls to the system controller FW.
  551. config RTC_DRV_DS1216
  552. tristate "Dallas DS1216"
  553. depends on SNI_RM
  554. help
  555. If you say yes here you get support for the Dallas DS1216 RTC chips.
  556. config RTC_DRV_DS1286
  557. tristate "Dallas DS1286"
  558. help
  559. If you say yes here you get support for the Dallas DS1286 RTC chips.
  560. config RTC_DRV_DS1302
  561. tristate "Dallas DS1302"
  562. depends on SH_SECUREEDGE5410
  563. help
  564. If you say yes here you get support for the Dallas DS1302 RTC chips.
  565. config RTC_DRV_DS1511
  566. tristate "Dallas DS1511"
  567. help
  568. If you say yes here you get support for the
  569. Dallas DS1511 timekeeping/watchdog chip.
  570. This driver can also be built as a module. If so, the module
  571. will be called rtc-ds1511.
  572. config RTC_DRV_DS1553
  573. tristate "Maxim/Dallas DS1553"
  574. help
  575. If you say yes here you get support for the
  576. Maxim/Dallas DS1553 timekeeping chip.
  577. This driver can also be built as a module. If so, the module
  578. will be called rtc-ds1553.
  579. config RTC_DRV_DS1742
  580. tristate "Maxim/Dallas DS1742/1743"
  581. help
  582. If you say yes here you get support for the
  583. Maxim/Dallas DS1742/1743 timekeeping chip.
  584. This driver can also be built as a module. If so, the module
  585. will be called rtc-ds1742.
  586. config RTC_DRV_DA9052
  587. tristate "Dialog DA9052/DA9053 RTC"
  588. depends on PMIC_DA9052
  589. help
  590. Say y here to support the RTC driver for Dialog Semiconductor
  591. DA9052-BC and DA9053-AA/Bx PMICs.
  592. config RTC_DRV_DA9055
  593. tristate "Dialog Semiconductor DA9055 RTC"
  594. depends on MFD_DA9055
  595. help
  596. If you say yes here you will get support for the
  597. RTC of the Dialog DA9055 PMIC.
  598. This driver can also be built as a module. If so, the module
  599. will be called rtc-da9055
  600. config RTC_DRV_EFI
  601. tristate "EFI RTC"
  602. depends on IA64
  603. help
  604. If you say yes here you will get support for the EFI
  605. Real Time Clock.
  606. This driver can also be built as a module. If so, the module
  607. will be called rtc-efi.
  608. config RTC_DRV_STK17TA8
  609. tristate "Simtek STK17TA8"
  610. help
  611. If you say yes here you get support for the
  612. Simtek STK17TA8 timekeeping chip.
  613. This driver can also be built as a module. If so, the module
  614. will be called rtc-stk17ta8.
  615. config RTC_DRV_M48T86
  616. tristate "ST M48T86/Dallas DS12887"
  617. help
  618. If you say Y here you will get support for the
  619. ST M48T86 and Dallas DS12887 RTC chips.
  620. This driver can also be built as a module. If so, the module
  621. will be called rtc-m48t86.
  622. config RTC_DRV_M48T35
  623. tristate "ST M48T35"
  624. help
  625. If you say Y here you will get support for the
  626. ST M48T35 RTC chip.
  627. This driver can also be built as a module, if so, the module
  628. will be called "rtc-m48t35".
  629. config RTC_DRV_M48T59
  630. tristate "ST M48T59/M48T08/M48T02"
  631. help
  632. If you say Y here you will get support for the
  633. ST M48T59 RTC chip and compatible ST M48T08 and M48T02.
  634. These chips are usually found in Sun SPARC and UltraSPARC
  635. workstations.
  636. This driver can also be built as a module, if so, the module
  637. will be called "rtc-m48t59".
  638. config RTC_DRV_MSM6242
  639. tristate "Oki MSM6242"
  640. help
  641. If you say yes here you get support for the Oki MSM6242
  642. timekeeping chip. It is used in some Amiga models (e.g. A2000).
  643. This driver can also be built as a module. If so, the module
  644. will be called rtc-msm6242.
  645. config RTC_DRV_BQ4802
  646. tristate "TI BQ4802"
  647. help
  648. If you say Y here you will get support for the TI
  649. BQ4802 RTC chip.
  650. This driver can also be built as a module. If so, the module
  651. will be called rtc-bq4802.
  652. config RTC_DRV_RP5C01
  653. tristate "Ricoh RP5C01"
  654. help
  655. If you say yes here you get support for the Ricoh RP5C01
  656. timekeeping chip. It is used in some Amiga models (e.g. A3000
  657. and A4000).
  658. This driver can also be built as a module. If so, the module
  659. will be called rtc-rp5c01.
  660. config RTC_DRV_V3020
  661. tristate "EM Microelectronic V3020"
  662. help
  663. If you say yes here you will get support for the
  664. EM Microelectronic v3020 RTC chip.
  665. This driver can also be built as a module. If so, the module
  666. will be called rtc-v3020.
  667. config RTC_DRV_DS2404
  668. tristate "Dallas DS2404"
  669. help
  670. If you say yes here you get support for the
  671. Dallas DS2404 RTC chip.
  672. This driver can also be built as a module. If so, the module
  673. will be called rtc-ds2404.
  674. config RTC_DRV_WM831X
  675. tristate "Wolfson Microelectronics WM831x RTC"
  676. depends on MFD_WM831X
  677. help
  678. If you say yes here you will get support for the RTC subsystem
  679. of the Wolfson Microelectronics WM831X series PMICs.
  680. This driver can also be built as a module. If so, the module
  681. will be called "rtc-wm831x".
  682. config RTC_DRV_WM8350
  683. tristate "Wolfson Microelectronics WM8350 RTC"
  684. depends on MFD_WM8350
  685. help
  686. If you say yes here you will get support for the RTC subsystem
  687. of the Wolfson Microelectronics WM8350.
  688. This driver can also be built as a module. If so, the module
  689. will be called "rtc-wm8350".
  690. config RTC_DRV_SPEAR
  691. tristate "SPEAR ST RTC"
  692. depends on PLAT_SPEAR
  693. default y
  694. help
  695. If you say Y here you will get support for the RTC found on
  696. spear
  697. config RTC_DRV_PCF50633
  698. depends on MFD_PCF50633
  699. tristate "NXP PCF50633 RTC"
  700. help
  701. If you say yes here you get support for the RTC subsystem of the
  702. NXP PCF50633 used in embedded systems.
  703. config RTC_DRV_AB3100
  704. tristate "ST-Ericsson AB3100 RTC"
  705. depends on AB3100_CORE
  706. default y if AB3100_CORE
  707. help
  708. Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC
  709. support. This chip contains a battery- and capacitor-backed RTC.
  710. config RTC_DRV_AB8500
  711. tristate "ST-Ericsson AB8500 RTC"
  712. depends on AB8500_CORE
  713. select RTC_INTF_DEV
  714. select RTC_INTF_DEV_UIE_EMUL
  715. help
  716. Select this to enable the ST-Ericsson AB8500 power management IC RTC
  717. support. This chip contains a battery- and capacitor-backed RTC.
  718. config RTC_DRV_NUC900
  719. tristate "NUC910/NUC920 RTC driver"
  720. depends on ARCH_W90X900
  721. help
  722. If you say yes here you get support for the RTC subsystem of the
  723. NUC910/NUC920 used in embedded systems.
  724. comment "on-CPU RTC drivers"
  725. config RTC_DRV_DAVINCI
  726. tristate "TI DaVinci RTC"
  727. depends on ARCH_DAVINCI_DM365
  728. help
  729. If you say yes here you get support for the RTC on the
  730. DaVinci platforms (DM365).
  731. This driver can also be built as a module. If so, the module
  732. will be called rtc-davinci.
  733. config RTC_DRV_IMXDI
  734. tristate "Freescale IMX DryIce Real Time Clock"
  735. depends on ARCH_MXC
  736. help
  737. Support for Freescale IMX DryIce RTC
  738. This driver can also be built as a module, if so, the module
  739. will be called "rtc-imxdi".
  740. config RTC_DRV_OMAP
  741. tristate "TI OMAP1"
  742. depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX || SOC_AM33XX
  743. help
  744. Say "yes" here to support the on chip real time clock
  745. present on TI OMAP1, AM33xx and DA8xx/OMAP-L13x.
  746. This driver can also be built as a module, if so, module
  747. will be called rtc-omap.
  748. config HAVE_S3C_RTC
  749. bool
  750. help
  751. This will include RTC support for Samsung SoCs. If
  752. you want to include RTC support for any machine, kindly
  753. select this in the respective mach-XXXX/Kconfig file.
  754. config RTC_DRV_S3C
  755. tristate "Samsung S3C series SoC RTC"
  756. depends on ARCH_S3C64XX || HAVE_S3C_RTC
  757. help
  758. RTC (Realtime Clock) driver for the clock inbuilt into the
  759. Samsung S3C24XX series of SoCs. This can provide periodic
  760. interrupt rates from 1Hz to 64Hz for user programs, and
  761. wakeup from Alarm.
  762. The driver currently supports the common features on all the
  763. S3C24XX range, such as the S3C2410, S3C2412, S3C2413, S3C2440
  764. and S3C2442.
  765. This driver can also be build as a module. If so, the module
  766. will be called rtc-s3c.
  767. config RTC_DRV_EP93XX
  768. tristate "Cirrus Logic EP93XX"
  769. depends on ARCH_EP93XX
  770. help
  771. If you say yes here you get support for the
  772. RTC embedded in the Cirrus Logic EP93XX processors.
  773. This driver can also be built as a module. If so, the module
  774. will be called rtc-ep93xx.
  775. config RTC_DRV_SA1100
  776. tristate "SA11x0/PXA2xx/PXA910"
  777. depends on ARCH_SA1100 || ARCH_PXA || ARCH_MMP
  778. help
  779. If you say Y here you will get access to the real time clock
  780. built into your SA11x0 or PXA2xx CPU.
  781. To compile this driver as a module, choose M here: the
  782. module will be called rtc-sa1100.
  783. config RTC_DRV_SH
  784. tristate "SuperH On-Chip RTC"
  785. depends on SUPERH && HAVE_CLK
  786. help
  787. Say Y here to enable support for the on-chip RTC found in
  788. most SuperH processors.
  789. To compile this driver as a module, choose M here: the
  790. module will be called rtc-sh.
  791. config RTC_DRV_VR41XX
  792. tristate "NEC VR41XX"
  793. depends on CPU_VR41XX
  794. help
  795. If you say Y here you will get access to the real time clock
  796. built into your NEC VR41XX CPU.
  797. To compile this driver as a module, choose M here: the
  798. module will be called rtc-vr41xx.
  799. config RTC_DRV_PL030
  800. tristate "ARM AMBA PL030 RTC"
  801. depends on ARM_AMBA
  802. help
  803. If you say Y here you will get access to ARM AMBA
  804. PrimeCell PL030 RTC found on certain ARM SOCs.
  805. To compile this driver as a module, choose M here: the
  806. module will be called rtc-pl030.
  807. config RTC_DRV_PL031
  808. tristate "ARM AMBA PL031 RTC"
  809. depends on ARM_AMBA
  810. help
  811. If you say Y here you will get access to ARM AMBA
  812. PrimeCell PL031 RTC found on certain ARM SOCs.
  813. To compile this driver as a module, choose M here: the
  814. module will be called rtc-pl031.
  815. config RTC_DRV_AT32AP700X
  816. tristate "AT32AP700X series RTC"
  817. depends on PLATFORM_AT32AP
  818. help
  819. Driver for the internal RTC (Realtime Clock) on Atmel AVR32
  820. AT32AP700x family processors.
  821. config RTC_DRV_AT91RM9200
  822. tristate "AT91RM9200 or some AT91SAM9 RTC"
  823. depends on ARCH_AT91
  824. help
  825. Driver for the internal RTC (Realtime Clock) module found on
  826. Atmel AT91RM9200's and some AT91SAM9 chips. On AT91SAM9 chips
  827. this is powered by the backup power supply.
  828. config RTC_DRV_AT91SAM9
  829. tristate "AT91SAM9x/AT91CAP9 RTT as RTC"
  830. depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40)
  831. help
  832. RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT
  833. (Real Time Timer). These timers are powered by the backup power
  834. supply (such as a small coin cell battery), but do not need to
  835. be used as RTCs.
  836. (On AT91SAM9rl and AT91SAM9G45 chips you probably want to use the
  837. dedicated RTC module and leave the RTT available for other uses.)
  838. config RTC_DRV_AT91SAM9_RTT
  839. int
  840. range 0 1
  841. default 0
  842. prompt "RTT module Number" if ARCH_AT91SAM9263
  843. depends on RTC_DRV_AT91SAM9
  844. help
  845. More than one RTT module is available. You can choose which
  846. one will be used as an RTC. The default of zero is normally
  847. OK to use, though some systems use that for non-RTC purposes.
  848. config RTC_DRV_AT91SAM9_GPBR
  849. int
  850. range 0 3 if !ARCH_AT91SAM9263
  851. range 0 15 if ARCH_AT91SAM9263
  852. default 0
  853. prompt "Backup Register Number"
  854. depends on RTC_DRV_AT91SAM9
  855. help
  856. The RTC driver needs to use one of the General Purpose Backup
  857. Registers (GPBRs) as well as the RTT. You can choose which one
  858. will be used. The default of zero is normally OK to use, but
  859. on some systems other software needs to use that register.
  860. config RTC_DRV_AU1XXX
  861. tristate "Au1xxx Counter0 RTC support"
  862. depends on MIPS_ALCHEMY
  863. help
  864. This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year
  865. counter) to be used as a RTC.
  866. This driver can also be built as a module. If so, the module
  867. will be called rtc-au1xxx.
  868. config RTC_DRV_BFIN
  869. tristate "Blackfin On-Chip RTC"
  870. depends on BLACKFIN && !BF561
  871. help
  872. If you say yes here you will get support for the
  873. Blackfin On-Chip Real Time Clock.
  874. This driver can also be built as a module. If so, the module
  875. will be called rtc-bfin.
  876. config RTC_DRV_RS5C313
  877. tristate "Ricoh RS5C313"
  878. depends on SH_LANDISK
  879. help
  880. If you say yes here you get support for the Ricoh RS5C313 RTC chips.
  881. config RTC_DRV_GENERIC
  882. tristate "Generic RTC support"
  883. # Please consider writing a new RTC driver instead of using the generic
  884. # RTC abstraction
  885. depends on PARISC || M68K || PPC || SUPERH32
  886. help
  887. Say Y or M here to enable RTC support on systems using the generic
  888. RTC abstraction. If you do not know what you are doing, you should
  889. just say Y.
  890. config RTC_DRV_PXA
  891. tristate "PXA27x/PXA3xx"
  892. depends on ARCH_PXA
  893. help
  894. If you say Y here you will get access to the real time clock
  895. built into your PXA27x or PXA3xx CPU.
  896. This RTC driver uses PXA RTC registers available since pxa27x
  897. series (RDxR, RYxR) instead of legacy RCNR, RTAR.
  898. config RTC_DRV_VT8500
  899. tristate "VIA/WonderMedia 85xx SoC RTC"
  900. depends on ARCH_VT8500
  901. help
  902. If you say Y here you will get access to the real time clock
  903. built into your VIA VT8500 SoC or its relatives.
  904. config RTC_DRV_SUN4V
  905. bool "SUN4V Hypervisor RTC"
  906. depends on SPARC64
  907. help
  908. If you say Y here you will get support for the Hypervisor
  909. based RTC on SUN4V systems.
  910. config RTC_DRV_SUNXI
  911. tristate "Allwinner sun4i/sun7i RTC"
  912. depends on ARCH_SUNXI
  913. help
  914. If you say Y here you will get support for the RTC found on
  915. Allwinner A10/A20.
  916. config RTC_DRV_STARFIRE
  917. bool "Starfire RTC"
  918. depends on SPARC64
  919. help
  920. If you say Y here you will get support for the RTC found on
  921. Starfire systems.
  922. config RTC_DRV_TX4939
  923. tristate "TX4939 SoC"
  924. depends on SOC_TX4939
  925. help
  926. Driver for the internal RTC (Realtime Clock) module found on
  927. Toshiba TX4939 SoC.
  928. config RTC_DRV_MV
  929. tristate "Marvell SoC RTC"
  930. depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU
  931. help
  932. If you say yes here you will get support for the in-chip RTC
  933. that can be found in some of Marvell's SoC devices, such as
  934. the Kirkwood 88F6281 and 88F6192.
  935. This driver can also be built as a module. If so, the module
  936. will be called rtc-mv.
  937. config RTC_DRV_PS3
  938. tristate "PS3 RTC"
  939. depends on PPC_PS3
  940. help
  941. If you say yes here you will get support for the RTC on PS3.
  942. This driver can also be built as a module. If so, the module
  943. will be called rtc-ps3.
  944. config RTC_DRV_COH901331
  945. tristate "ST-Ericsson COH 901 331 RTC"
  946. depends on ARCH_U300
  947. help
  948. If you say Y here you will get access to ST-Ericsson
  949. COH 901 331 RTC clock found in some ST-Ericsson Mobile
  950. Platforms.
  951. This driver can also be built as a module. If so, the module
  952. will be called "rtc-coh901331".
  953. config RTC_DRV_STMP
  954. tristate "Freescale STMP3xxx/i.MX23/i.MX28 RTC"
  955. depends on ARCH_MXS
  956. help
  957. If you say yes here you will get support for the onboard
  958. STMP3xxx/i.MX23/i.MX28 RTC.
  959. This driver can also be built as a module. If so, the module
  960. will be called rtc-stmp3xxx.
  961. config RTC_DRV_PCAP
  962. tristate "PCAP RTC"
  963. depends on EZX_PCAP
  964. help
  965. If you say Y here you will get support for the RTC found on
  966. the PCAP2 ASIC used on some Motorola phones.
  967. config RTC_DRV_MC13XXX
  968. depends on MFD_MC13XXX
  969. tristate "Freescale MC13xxx RTC"
  970. help
  971. This enables support for the RTCs found on Freescale's PMICs
  972. MC13783 and MC13892.
  973. config RTC_DRV_MPC5121
  974. tristate "Freescale MPC5121 built-in RTC"
  975. depends on PPC_MPC512x || PPC_MPC52xx
  976. help
  977. If you say yes here you will get support for the
  978. built-in RTC on MPC5121 or on MPC5200.
  979. This driver can also be built as a module. If so, the module
  980. will be called rtc-mpc5121.
  981. config RTC_DRV_JZ4740
  982. tristate "Ingenic JZ4740 SoC"
  983. depends on MACH_JZ4740
  984. help
  985. If you say yes here you get support for the Ingenic JZ4740 SoC RTC
  986. controller.
  987. This driver can also be buillt as a module. If so, the module
  988. will be called rtc-jz4740.
  989. config RTC_DRV_LPC32XX
  990. depends on ARCH_LPC32XX
  991. tristate "NXP LPC32XX RTC"
  992. help
  993. This enables support for the NXP RTC in the LPC32XX
  994. This driver can also be buillt as a module. If so, the module
  995. will be called rtc-lpc32xx.
  996. config RTC_DRV_PM8XXX
  997. tristate "Qualcomm PMIC8XXX RTC"
  998. depends on MFD_PM8XXX
  999. help
  1000. If you say yes here you get support for the
  1001. Qualcomm PMIC8XXX RTC.
  1002. To compile this driver as a module, choose M here: the
  1003. module will be called rtc-pm8xxx.
  1004. config RTC_DRV_TEGRA
  1005. tristate "NVIDIA Tegra Internal RTC driver"
  1006. depends on ARCH_TEGRA
  1007. help
  1008. If you say yes here you get support for the
  1009. Tegra 200 series internal RTC module.
  1010. This drive can also be built as a module. If so, the module
  1011. will be called rtc-tegra.
  1012. config RTC_DRV_TILE
  1013. tristate "Tilera hypervisor RTC support"
  1014. depends on TILE
  1015. help
  1016. Enable support for the Linux driver side of the Tilera
  1017. hypervisor's real-time clock interface.
  1018. config RTC_DRV_PUV3
  1019. tristate "PKUnity v3 RTC support"
  1020. depends on ARCH_PUV3
  1021. help
  1022. This enables support for the RTC in the PKUnity-v3 SoCs.
  1023. This drive can also be built as a module. If so, the module
  1024. will be called rtc-puv3.
  1025. config RTC_DRV_LOONGSON1
  1026. tristate "loongson1 RTC support"
  1027. depends on MACH_LOONGSON1
  1028. help
  1029. This is a driver for the loongson1 on-chip Counter0 (Time-Of-Year
  1030. counter) to be used as a RTC.
  1031. This driver can also be built as a module. If so, the module
  1032. will be called rtc-ls1x.
  1033. config RTC_DRV_MXC
  1034. tristate "Freescale MXC Real Time Clock"
  1035. depends on ARCH_MXC
  1036. help
  1037. If you say yes here you get support for the Freescale MXC
  1038. RTC module.
  1039. This driver can also be built as a module, if so, the module
  1040. will be called "rtc-mxc".
  1041. config RTC_DRV_SNVS
  1042. tristate "Freescale SNVS RTC support"
  1043. depends on HAS_IOMEM
  1044. depends on OF
  1045. help
  1046. If you say yes here you get support for the Freescale SNVS
  1047. Low Power (LP) RTC module.
  1048. This driver can also be built as a module, if so, the module
  1049. will be called "rtc-snvs".
  1050. config RTC_DRV_SIRFSOC
  1051. tristate "SiRFSOC RTC"
  1052. depends on ARCH_SIRF
  1053. help
  1054. Say "yes" here to support the real time clock on SiRF SOC chips.
  1055. This driver can also be built as a module called rtc-sirfsoc.
  1056. config RTC_DRV_MOXART
  1057. tristate "MOXA ART RTC"
  1058. help
  1059. If you say yes here you get support for the MOXA ART
  1060. RTC module.
  1061. This driver can also be built as a module. If so, the module
  1062. will be called rtc-moxart
  1063. comment "HID Sensor RTC drivers"
  1064. config RTC_DRV_HID_SENSOR_TIME
  1065. tristate "HID Sensor Time"
  1066. depends on USB_HID
  1067. select IIO
  1068. select HID_SENSOR_HUB
  1069. select HID_SENSOR_IIO_COMMON
  1070. help
  1071. Say yes here to build support for the HID Sensors of type Time.
  1072. This drivers makes such sensors available as RTCs.
  1073. If this driver is compiled as a module, it will be named
  1074. rtc-hid-sensor-time.
  1075. endif # RTC_CLASS