Kconfig 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533
  1. #
  2. # Multifunction miscellaneous devices
  3. #
  4. if HAS_IOMEM
  5. menu "Multifunction device drivers"
  6. config MFD_CORE
  7. tristate
  8. select IRQ_DOMAIN
  9. default n
  10. config MFD_CS5535
  11. tristate "AMD CS5535 and CS5536 southbridge core functions"
  12. select MFD_CORE
  13. depends on PCI && (X86_32 || (X86 && COMPILE_TEST))
  14. ---help---
  15. This is the core driver for CS5535/CS5536 MFD functions. This is
  16. necessary for using the board's GPIO and MFGPT functionality.
  17. config MFD_AS3711
  18. bool "AMS AS3711"
  19. select MFD_CORE
  20. select REGMAP_I2C
  21. select REGMAP_IRQ
  22. depends on I2C=y
  23. help
  24. Support for the AS3711 PMIC from AMS
  25. config MFD_AS3722
  26. bool "ams AS3722 Power Management IC"
  27. select MFD_CORE
  28. select REGMAP_I2C
  29. select REGMAP_IRQ
  30. depends on I2C=y && OF
  31. help
  32. The ams AS3722 is a compact system PMU suitable for mobile phones,
  33. tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down
  34. controllers, 11 LDOs, RTC, automatic battery, temperature and
  35. over current monitoring, GPIOs, ADC and a watchdog.
  36. config PMIC_ADP5520
  37. bool "Analog Devices ADP5520/01 MFD PMIC Core Support"
  38. depends on I2C=y
  39. help
  40. Say yes here to add support for Analog Devices AD5520 and ADP5501,
  41. Multifunction Power Management IC. This includes
  42. the I2C driver and the core APIs _only_, you have to select
  43. individual components like LCD backlight, LEDs, GPIOs and Kepad
  44. under the corresponding menus.
  45. config MFD_AAT2870_CORE
  46. bool "AnalogicTech AAT2870"
  47. select MFD_CORE
  48. depends on I2C=y
  49. depends on GPIOLIB || COMPILE_TEST
  50. help
  51. If you say yes here you get support for the AAT2870.
  52. This driver provides common support for accessing the device,
  53. additional drivers must be enabled in order to use the
  54. functionality of the device.
  55. config MFD_ATMEL_FLEXCOM
  56. tristate "Atmel Flexcom (Flexible Serial Communication Unit)"
  57. select MFD_CORE
  58. depends on OF
  59. help
  60. Select this to get support for Atmel Flexcom. This is a wrapper
  61. which embeds a SPI controller, a I2C controller and a USART. Only
  62. one function can be used at a time. The choice is done at boot time
  63. by the probe function of this MFD driver according to a device tree
  64. property.
  65. config MFD_ATMEL_HLCDC
  66. tristate "Atmel HLCDC (High-end LCD Controller)"
  67. select MFD_CORE
  68. select REGMAP_MMIO
  69. depends on OF
  70. help
  71. If you say yes here you get support for the HLCDC block.
  72. This driver provides common support for accessing the device,
  73. additional drivers must be enabled in order to use the
  74. functionality of the device.
  75. config MFD_BCM590XX
  76. tristate "Broadcom BCM590xx PMUs"
  77. select MFD_CORE
  78. select REGMAP_I2C
  79. depends on I2C
  80. help
  81. Support for the BCM590xx PMUs from Broadcom
  82. config MFD_AXP20X
  83. bool "X-Powers AXP20X"
  84. select MFD_CORE
  85. select REGMAP_I2C
  86. select REGMAP_IRQ
  87. depends on I2C=y
  88. help
  89. If you say Y here you get support for the X-Powers AXP202, AXP209 and
  90. AXP288 power management IC (PMIC).
  91. This driver include only the core APIs. You have to select individual
  92. components like regulators or the PEK (Power Enable Key) under the
  93. corresponding menus.
  94. config MFD_CROS_EC
  95. tristate "ChromeOS Embedded Controller"
  96. select MFD_CORE
  97. select CHROME_PLATFORMS
  98. select CROS_EC_PROTO
  99. depends on X86 || ARM || COMPILE_TEST
  100. help
  101. If you say Y here you get support for the ChromeOS Embedded
  102. Controller (EC) providing keyboard, battery and power services.
  103. You also need to enable the driver for the bus you are using. The
  104. protocol for talking to the EC is defined by the bus driver.
  105. config MFD_CROS_EC_I2C
  106. tristate "ChromeOS Embedded Controller (I2C)"
  107. depends on MFD_CROS_EC && I2C
  108. help
  109. If you say Y here, you get support for talking to the ChromeOS
  110. EC through an I2C bus. This uses a simple byte-level protocol with
  111. a checksum. Failing accesses will be retried three times to
  112. improve reliability.
  113. config MFD_CROS_EC_SPI
  114. tristate "ChromeOS Embedded Controller (SPI)"
  115. depends on MFD_CROS_EC && SPI
  116. ---help---
  117. If you say Y here, you get support for talking to the ChromeOS EC
  118. through a SPI bus, using a byte-level protocol. Since the EC's
  119. response time cannot be guaranteed, we support ignoring
  120. 'pre-amble' bytes before the response actually starts.
  121. config MFD_ASIC3
  122. bool "Compaq ASIC3"
  123. depends on GPIOLIB && ARM
  124. select MFD_CORE
  125. ---help---
  126. This driver supports the ASIC3 multifunction chip found on many
  127. PDAs (mainly iPAQ and HTC based ones)
  128. config PMIC_DA903X
  129. bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
  130. depends on I2C=y
  131. help
  132. Say yes here to add support for Dialog Semiconductor DA9030 (a.k.a
  133. ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
  134. usually found on PXA processors-based platforms. This includes
  135. the I2C driver and the core APIs _only_, you have to select
  136. individual components like LCD backlight, voltage regulators,
  137. LEDs and battery-charger under the corresponding menus.
  138. config PMIC_DA9052
  139. bool
  140. select MFD_CORE
  141. config MFD_DA9052_SPI
  142. bool "Dialog Semiconductor DA9052/53 PMIC variants with SPI"
  143. select REGMAP_SPI
  144. select REGMAP_IRQ
  145. select PMIC_DA9052
  146. depends on SPI_MASTER=y
  147. help
  148. Support for the Dialog Semiconductor DA9052 PMIC
  149. when controlled using SPI. This driver provides common support
  150. for accessing the device, additional drivers must be enabled in
  151. order to use the functionality of the device.
  152. config MFD_DA9052_I2C
  153. bool "Dialog Semiconductor DA9052/53 PMIC variants with I2C"
  154. select REGMAP_I2C
  155. select REGMAP_IRQ
  156. select PMIC_DA9052
  157. depends on I2C=y
  158. help
  159. Support for the Dialog Semiconductor DA9052 PMIC
  160. when controlled using I2C. This driver provides common support
  161. for accessing the device, additional drivers must be enabled in
  162. order to use the functionality of the device.
  163. config MFD_DA9055
  164. bool "Dialog Semiconductor DA9055 PMIC Support"
  165. select REGMAP_I2C
  166. select REGMAP_IRQ
  167. select MFD_CORE
  168. depends on I2C=y
  169. help
  170. Say yes here for support of Dialog Semiconductor DA9055. This is
  171. a Power Management IC. This driver provides common support for
  172. accessing the device as well as the I2C interface to the chip itself.
  173. Additional drivers must be enabled in order to use the functionality
  174. of the device.
  175. This driver can be built as a module. If built as a module it will be
  176. called "da9055"
  177. config MFD_DA9062
  178. tristate "Dialog Semiconductor DA9062 PMIC Support"
  179. select MFD_CORE
  180. select REGMAP_I2C
  181. select REGMAP_IRQ
  182. depends on I2C=y
  183. help
  184. Say yes here for support for the Dialog Semiconductor DA9062 PMIC.
  185. This includes the I2C driver and core APIs.
  186. Additional drivers must be enabled in order to use the functionality
  187. of the device.
  188. config MFD_DA9063
  189. bool "Dialog Semiconductor DA9063 PMIC Support"
  190. select MFD_CORE
  191. select REGMAP_I2C
  192. select REGMAP_IRQ
  193. depends on I2C=y
  194. help
  195. Say yes here for support for the Dialog Semiconductor DA9063 PMIC.
  196. This includes the I2C driver and core APIs.
  197. Additional drivers must be enabled in order to use the functionality
  198. of the device.
  199. config MFD_DA9150
  200. tristate "Dialog Semiconductor DA9150 Charger Fuel-Gauge chip"
  201. depends on I2C=y
  202. select MFD_CORE
  203. select REGMAP_I2C
  204. select REGMAP_IRQ
  205. help
  206. This adds support for the DA9150 integrated charger and fuel-gauge
  207. chip. This driver provides common support for accessing the device.
  208. Additional drivers must be enabled in order to use the specific
  209. features of the device.
  210. config MFD_DLN2
  211. tristate "Diolan DLN2 support"
  212. select MFD_CORE
  213. depends on USB
  214. help
  215. This adds support for Diolan USB-I2C/SPI/GPIO Master Adapter
  216. DLN-2. Additional drivers such as I2C_DLN2, GPIO_DLN2,
  217. etc. must be enabled in order to use the functionality of
  218. the device.
  219. config MFD_MC13XXX
  220. tristate
  221. depends on (SPI_MASTER || I2C)
  222. select MFD_CORE
  223. select REGMAP_IRQ
  224. help
  225. Enable support for the Freescale MC13783 and MC13892 PMICs.
  226. This driver provides common support for accessing the device,
  227. additional drivers must be enabled in order to use the
  228. functionality of the device.
  229. config MFD_MC13XXX_SPI
  230. tristate "Freescale MC13783 and MC13892 SPI interface"
  231. depends on SPI_MASTER
  232. select REGMAP_SPI
  233. select MFD_MC13XXX
  234. help
  235. Select this if your MC13xxx is connected via an SPI bus.
  236. config MFD_MC13XXX_I2C
  237. tristate "Freescale MC13892 I2C interface"
  238. depends on I2C
  239. select REGMAP_I2C
  240. select MFD_MC13XXX
  241. help
  242. Select this if your MC13xxx is connected via an I2C bus.
  243. config MFD_HI6421_PMIC
  244. tristate "HiSilicon Hi6421 PMU/Codec IC"
  245. depends on OF
  246. select MFD_CORE
  247. select REGMAP_MMIO
  248. help
  249. Add support for HiSilicon Hi6421 PMIC. Hi6421 includes multi-
  250. functions, such as regulators, RTC, codec, Coulomb counter, etc.
  251. This driver includes core APIs _only_. You have to select
  252. individul components like voltage regulators under corresponding
  253. menus in order to enable them.
  254. We communicate with the Hi6421 via memory-mapped I/O.
  255. config HTC_EGPIO
  256. bool "HTC EGPIO support"
  257. depends on GPIOLIB && ARM
  258. help
  259. This driver supports the CPLD egpio chip present on
  260. several HTC phones. It provides basic support for input
  261. pins, output pins, and irqs.
  262. config HTC_PASIC3
  263. tristate "HTC PASIC3 LED/DS1WM chip support"
  264. select MFD_CORE
  265. help
  266. This core driver provides register access for the LED/DS1WM
  267. chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
  268. HTC Magician devices, respectively. Actual functionality is
  269. handled by the leds-pasic3 and ds1wm drivers.
  270. config HTC_I2CPLD
  271. bool "HTC I2C PLD chip support"
  272. depends on I2C=y && GPIOLIB
  273. help
  274. If you say yes here you get support for the supposed CPLD
  275. found on omap850 HTC devices like the HTC Wizard and HTC Herald.
  276. This device provides input and output GPIOs through an I2C
  277. interface to one or more sub-chips.
  278. config MFD_INTEL_QUARK_I2C_GPIO
  279. tristate "Intel Quark MFD I2C GPIO"
  280. depends on PCI
  281. depends on X86
  282. depends on COMMON_CLK
  283. select MFD_CORE
  284. help
  285. This MFD provides support for I2C and GPIO that exist only
  286. in a single PCI device. It splits the 2 IO devices to
  287. their respective IO driver.
  288. The GPIO exports a total amount of 8 interrupt-capable GPIOs.
  289. config LPC_ICH
  290. tristate "Intel ICH LPC"
  291. depends on PCI
  292. select MFD_CORE
  293. help
  294. The LPC bridge function of the Intel ICH provides support for
  295. many functional units. This driver provides needed support for
  296. other drivers to control these functions, currently GPIO and
  297. watchdog.
  298. config LPC_SCH
  299. tristate "Intel SCH LPC"
  300. depends on PCI
  301. select MFD_CORE
  302. help
  303. LPC bridge function of the Intel SCH provides support for
  304. System Management Bus and General Purpose I/O.
  305. config INTEL_SOC_PMIC
  306. bool "Support for Intel Atom SoC PMIC"
  307. depends on GPIOLIB
  308. depends on I2C=y
  309. select MFD_CORE
  310. select REGMAP_I2C
  311. select REGMAP_IRQ
  312. help
  313. Select this option to enable support for the PMIC device
  314. on some Intel SoC systems. The PMIC provides ADC, GPIO,
  315. thermal, charger and related power management functions
  316. on these systems.
  317. config MFD_INTEL_LPSS
  318. tristate
  319. select COMMON_CLK
  320. select MFD_CORE
  321. config MFD_INTEL_LPSS_ACPI
  322. tristate "Intel Low Power Subsystem support in ACPI mode"
  323. select MFD_INTEL_LPSS
  324. depends on X86 && ACPI
  325. help
  326. This driver supports Intel Low Power Subsystem (LPSS) devices such as
  327. I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake
  328. PCH) in ACPI mode.
  329. config MFD_INTEL_LPSS_PCI
  330. tristate "Intel Low Power Subsystem support in PCI mode"
  331. select MFD_INTEL_LPSS
  332. depends on X86 && PCI
  333. help
  334. This driver supports Intel Low Power Subsystem (LPSS) devices such as
  335. I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake
  336. PCH) in PCI mode.
  337. config MFD_INTEL_MSIC
  338. bool "Intel MSIC"
  339. depends on INTEL_SCU_IPC
  340. select MFD_CORE
  341. help
  342. Select this option to enable access to Intel MSIC (Avatele
  343. Passage) chip. This chip embeds audio, battery, GPIO, etc.
  344. devices used in Intel Medfield platforms.
  345. config MFD_IPAQ_MICRO
  346. bool "Atmel Micro ASIC (iPAQ h3100/h3600/h3700) Support"
  347. depends on SA1100_H3100 || SA1100_H3600
  348. select MFD_CORE
  349. help
  350. Select this to get support for the Microcontroller found in
  351. the Compaq iPAQ handheld computers. This is an Atmel
  352. AT90LS8535 microcontroller flashed with a special iPAQ
  353. firmware using the custom protocol implemented in this driver.
  354. config MFD_JANZ_CMODIO
  355. tristate "Janz CMOD-IO PCI MODULbus Carrier Board"
  356. select MFD_CORE
  357. depends on PCI
  358. help
  359. This is the core driver for the Janz CMOD-IO PCI MODULbus
  360. carrier board. This device is a PCI to MODULbus bridge which may
  361. host many different types of MODULbus daughterboards, including
  362. CAN and GPIO controllers.
  363. config MFD_JZ4740_ADC
  364. bool "Janz JZ4740 ADC core"
  365. select MFD_CORE
  366. select GENERIC_IRQ_CHIP
  367. depends on MACH_JZ4740
  368. help
  369. Say yes here if you want support for the ADC unit in the JZ4740 SoC.
  370. This driver is necessary for jz4740-battery and jz4740-hwmon driver.
  371. config MFD_KEMPLD
  372. tristate "Kontron module PLD device"
  373. select MFD_CORE
  374. help
  375. This is the core driver for the PLD (Programmable Logic Device) found
  376. on some Kontron ETX and COMexpress (ETXexpress) modules. The PLD
  377. device may provide functions like watchdog, GPIO, UART and I2C bus.
  378. The following modules are supported:
  379. * COMe-bBL6
  380. * COMe-bHL6
  381. * COMe-bIP#
  382. * COMe-bPC2 (ETXexpress-PC)
  383. * COMe-bSC# (ETXexpress-SC T#)
  384. * COMe-cBL6
  385. * COMe-cBT6
  386. * COMe-cBW6
  387. * COMe-cCT6
  388. * COMe-cDC2 (microETXexpress-DC)
  389. * COMe-cHL6
  390. * COMe-cPC2 (microETXexpress-PC)
  391. * COMe-mBT10
  392. * COMe-mCT10
  393. * COMe-mTT10 (nanoETXexpress-TT)
  394. * ETX-OH
  395. This driver can also be built as a module. If so, the module
  396. will be called kempld-core.
  397. config MFD_88PM800
  398. tristate "Marvell 88PM800"
  399. depends on I2C=y
  400. select REGMAP_I2C
  401. select REGMAP_IRQ
  402. select MFD_CORE
  403. help
  404. This supports for Marvell 88PM800 Power Management IC.
  405. This includes the I2C driver and the core APIs _only_, you have to
  406. select individual components like voltage regulators, RTC and
  407. battery-charger under the corresponding menus.
  408. config MFD_88PM805
  409. tristate "Marvell 88PM805"
  410. depends on I2C=y
  411. select REGMAP_I2C
  412. select REGMAP_IRQ
  413. select MFD_CORE
  414. help
  415. This supports for Marvell 88PM805 Power Management IC. This includes
  416. the I2C driver and the core APIs _only_, you have to select individual
  417. components like codec device, headset/Mic device under the
  418. corresponding menus.
  419. config MFD_88PM860X
  420. bool "Marvell 88PM8606/88PM8607"
  421. depends on I2C=y
  422. select REGMAP_I2C
  423. select MFD_CORE
  424. help
  425. This supports for Marvell 88PM8606/88PM8607 Power Management IC.
  426. This includes the I2C driver and the core APIs _only_, you have to
  427. select individual components like voltage regulators, RTC and
  428. battery-charger under the corresponding menus.
  429. config MFD_MAX14577
  430. bool "Maxim Semiconductor MAX14577/77836 MUIC + Charger Support"
  431. depends on I2C=y
  432. select MFD_CORE
  433. select REGMAP_I2C
  434. select REGMAP_IRQ
  435. select IRQ_DOMAIN
  436. help
  437. Say yes here to add support for Maxim Semiconductor MAX14577 and
  438. MAX77836 Micro-USB ICs with battery charger.
  439. This driver provides common support for accessing the device;
  440. additional drivers must be enabled in order to use the functionality
  441. of the device.
  442. config MFD_MAX77686
  443. bool "Maxim Semiconductor MAX77686/802 PMIC Support"
  444. depends on I2C=y
  445. depends on OF
  446. select MFD_CORE
  447. select REGMAP_I2C
  448. select REGMAP_IRQ
  449. select IRQ_DOMAIN
  450. help
  451. Say yes here to add support for Maxim Semiconductor MAX77686 and
  452. MAX77802 which are Power Management IC with an RTC on chip.
  453. This driver provides common support for accessing the device;
  454. additional drivers must be enabled in order to use the functionality
  455. of the device.
  456. config MFD_MAX77693
  457. bool "Maxim Semiconductor MAX77693 PMIC Support"
  458. depends on I2C=y
  459. select MFD_CORE
  460. select REGMAP_I2C
  461. select REGMAP_IRQ
  462. help
  463. Say yes here to add support for Maxim Semiconductor MAX77693.
  464. This is a companion Power Management IC with Flash, Haptic, Charger,
  465. and MUIC(Micro USB Interface Controller) controls on chip.
  466. This driver provides common support for accessing the device;
  467. additional drivers must be enabled in order to use the functionality
  468. of the device.
  469. config MFD_MAX77843
  470. bool "Maxim Semiconductor MAX77843 PMIC Support"
  471. depends on I2C=y
  472. select MFD_CORE
  473. select REGMAP_I2C
  474. select REGMAP_IRQ
  475. help
  476. Say yes here to add support for Maxim Semiconductor MAX77843.
  477. This is companion Power Management IC with LEDs, Haptic, Charger,
  478. Fuel Gauge, MUIC(Micro USB Interface Controller) controls on chip.
  479. This driver provides common support for accessing the device;
  480. additional drivers must be enabled in order to use the functionality
  481. of the device.
  482. config MFD_MAX8907
  483. tristate "Maxim Semiconductor MAX8907 PMIC Support"
  484. select MFD_CORE
  485. depends on I2C=y
  486. select REGMAP_I2C
  487. select REGMAP_IRQ
  488. help
  489. Say yes here to add support for Maxim Semiconductor MAX8907. This is
  490. a Power Management IC. This driver provides common support for
  491. accessing the device; additional drivers must be enabled in order
  492. to use the functionality of the device.
  493. config MFD_MAX8925
  494. bool "Maxim Semiconductor MAX8925 PMIC Support"
  495. depends on I2C=y
  496. select MFD_CORE
  497. help
  498. Say yes here to add support for Maxim Semiconductor MAX8925. This is
  499. a Power Management IC. This driver provides common support for
  500. accessing the device, additional drivers must be enabled in order
  501. to use the functionality of the device.
  502. config MFD_MAX8997
  503. bool "Maxim Semiconductor MAX8997/8966 PMIC Support"
  504. depends on I2C=y
  505. select MFD_CORE
  506. select IRQ_DOMAIN
  507. help
  508. Say yes here to add support for Maxim Semiconductor MAX8997/8966.
  509. This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic,
  510. MUIC controls on chip.
  511. This driver provides common support for accessing the device;
  512. additional drivers must be enabled in order to use the functionality
  513. of the device.
  514. config MFD_MAX8998
  515. bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
  516. depends on I2C=y
  517. select MFD_CORE
  518. select IRQ_DOMAIN
  519. help
  520. Say yes here to add support for Maxim Semiconductor MAX8998 and
  521. National Semiconductor LP3974. This is a Power Management IC.
  522. This driver provides common support for accessing the device,
  523. additional drivers must be enabled in order to use the functionality
  524. of the device.
  525. config MFD_MT6397
  526. tristate "MediaTek MT6397 PMIC Support"
  527. select MFD_CORE
  528. select IRQ_DOMAIN
  529. help
  530. Say yes here to add support for MediaTek MT6397 PMIC. This is
  531. a Power Management IC. This driver provides common support for
  532. accessing the device; additional drivers must be enabled in order
  533. to use the functionality of the device.
  534. config MFD_MENF21BMC
  535. tristate "MEN 14F021P00 Board Management Controller Support"
  536. depends on I2C
  537. select MFD_CORE
  538. help
  539. Say yes here to add support for the MEN 14F021P00 BMC
  540. which is a Board Management Controller connected to the I2C bus.
  541. The device supports multiple sub-devices like LED, HWMON and WDT.
  542. This driver provides common support for accessing the devices;
  543. additional drivers must be enabled in order to use the
  544. functionality of the BMC device.
  545. This driver can also be built as a module. If so the module
  546. will be called menf21bmc.
  547. config EZX_PCAP
  548. bool "Motorola EZXPCAP Support"
  549. depends on SPI_MASTER
  550. help
  551. This enables the PCAP ASIC present on EZX Phones. This is
  552. needed for MMC, TouchScreen, Sound, USB, etc..
  553. config MFD_VIPERBOARD
  554. tristate "Nano River Technologies Viperboard"
  555. select MFD_CORE
  556. depends on USB
  557. default n
  558. help
  559. Say yes here if you want support for Nano River Technologies
  560. Viperboard.
  561. There are mfd cell drivers available for i2c master, adc and
  562. both gpios found on the board. The spi part does not yet
  563. have a driver.
  564. You need to select the mfd cell drivers separately.
  565. The drivers do not support all features the board exposes.
  566. config MFD_RETU
  567. tristate "Nokia Retu and Tahvo multi-function device"
  568. select MFD_CORE
  569. depends on I2C
  570. select REGMAP_IRQ
  571. help
  572. Retu and Tahvo are a multi-function devices found on Nokia
  573. Internet Tablets (770, N800 and N810).
  574. config MFD_PCF50633
  575. tristate "NXP PCF50633"
  576. depends on I2C
  577. select REGMAP_I2C
  578. help
  579. Say yes here if you have NXP PCF50633 chip on your board.
  580. This core driver provides register access and IRQ handling
  581. facilities, and registers devices for the various functions
  582. so that function-specific drivers can bind to them.
  583. config PCF50633_ADC
  584. tristate "NXP PCF50633 ADC"
  585. depends on MFD_PCF50633
  586. help
  587. Say yes here if you want to include support for ADC in the
  588. NXP PCF50633 chip.
  589. config PCF50633_GPIO
  590. tristate "NXP PCF50633 GPIO"
  591. depends on MFD_PCF50633
  592. help
  593. Say yes here if you want to include support GPIO for pins on
  594. the PCF50633 chip.
  595. config UCB1400_CORE
  596. tristate "Philips UCB1400 Core driver"
  597. depends on AC97_BUS
  598. depends on GPIOLIB
  599. help
  600. This enables support for the Philips UCB1400 core functions.
  601. The UCB1400 is an AC97 audio codec.
  602. To compile this driver as a module, choose M here: the
  603. module will be called ucb1400_core.
  604. config MFD_PM8XXX
  605. tristate
  606. config MFD_PM8921_CORE
  607. tristate "Qualcomm PM8921 PMIC chip"
  608. depends on (ARM || HEXAGON)
  609. select IRQ_DOMAIN
  610. select MFD_CORE
  611. select MFD_PM8XXX
  612. select REGMAP
  613. help
  614. If you say yes to this option, support will be included for the
  615. built-in PM8921 PMIC chip.
  616. This is required if your board has a PM8921 and uses its features,
  617. such as: MPPs, GPIOs, regulators, interrupts, and PWM.
  618. Say M here if you want to include support for PM8921 chip as a module.
  619. This will build a module called "pm8921-core".
  620. config MFD_QCOM_RPM
  621. tristate "Qualcomm Resource Power Manager (RPM)"
  622. depends on ARCH_QCOM && OF
  623. help
  624. If you say yes to this option, support will be included for the
  625. Resource Power Manager system found in the Qualcomm 8660, 8960 and
  626. 8064 based devices.
  627. This is required to access many regulators, clocks and bus
  628. frequencies controlled by the RPM on these devices.
  629. Say M here if you want to include support for the Qualcomm RPM as a
  630. module. This will build a module called "qcom_rpm".
  631. config MFD_SPMI_PMIC
  632. tristate "Qualcomm SPMI PMICs"
  633. depends on ARCH_QCOM || COMPILE_TEST
  634. depends on OF
  635. depends on SPMI
  636. select REGMAP_SPMI
  637. help
  638. This enables support for the Qualcomm SPMI PMICs.
  639. These PMICs are currently used with the Snapdragon 800 series of
  640. SoCs. Note, that this will only be useful paired with descriptions
  641. of the independent functions as children nodes in the device tree.
  642. Say M here if you want to include support for the SPMI PMIC
  643. series as a module. The module will be called "qcom-spmi-pmic".
  644. config MFD_RDC321X
  645. tristate "RDC R-321x southbridge"
  646. select MFD_CORE
  647. depends on PCI
  648. help
  649. Say yes here if you want to have support for the RDC R-321x SoC
  650. southbridge which provides access to GPIOs and Watchdog using the
  651. southbridge PCI device configuration space.
  652. config MFD_RTSX_PCI
  653. tristate "Realtek PCI-E card reader"
  654. depends on PCI
  655. select MFD_CORE
  656. help
  657. This supports for Realtek PCI-Express card reader including rts5209,
  658. rts5227, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411, etc.
  659. Realtek card reader supports access to many types of memory cards,
  660. such as Memory Stick, Memory Stick Pro, Secure Digital and
  661. MultiMediaCard.
  662. config MFD_RT5033
  663. tristate "Richtek RT5033 Power Management IC"
  664. depends on I2C=y
  665. select MFD_CORE
  666. select REGMAP_I2C
  667. select REGMAP_IRQ
  668. help
  669. This driver provides for the Richtek RT5033 Power Management IC,
  670. which includes the I2C driver and the Core APIs. This driver provides
  671. common support for accessing the device. The device supports multiple
  672. sub-devices like charger, fuel gauge, flash LED, current source,
  673. LDO and Buck.
  674. config MFD_RTSX_USB
  675. tristate "Realtek USB card reader"
  676. depends on USB
  677. select MFD_CORE
  678. help
  679. Select this option to get support for Realtek USB 2.0 card readers
  680. including RTS5129, RTS5139, RTS5179 and RTS5170.
  681. Realtek card reader supports access to many types of memory cards,
  682. such as Memory Stick Pro, Secure Digital and MultiMediaCard.
  683. config MFD_RC5T583
  684. bool "Ricoh RC5T583 Power Management system device"
  685. depends on I2C=y
  686. select MFD_CORE
  687. select REGMAP_I2C
  688. help
  689. Select this option to get support for the RICOH583 Power
  690. Management system device.
  691. This driver provides common support for accessing the device
  692. through i2c interface. The device supports multiple sub-devices
  693. like GPIO, interrupts, RTC, LDO and DCDC regulators, onkey.
  694. Additional drivers must be enabled in order to use the
  695. different functionality of the device.
  696. config MFD_RK808
  697. tristate "Rockchip RK808 Power Management chip"
  698. depends on I2C && OF
  699. select MFD_CORE
  700. select REGMAP_I2C
  701. select REGMAP_IRQ
  702. help
  703. If you say yes here you get support for the RK808
  704. Power Management chips.
  705. This driver provides common support for accessing the device
  706. through I2C interface. The device supports multiple sub-devices
  707. including interrupts, RTC, LDO & DCDC regulators, and onkey.
  708. config MFD_RN5T618
  709. tristate "Ricoh RN5T5618 PMIC"
  710. depends on I2C
  711. select MFD_CORE
  712. select REGMAP_I2C
  713. help
  714. Say yes here to add support for the Ricoh RN5T618 PMIC. This
  715. driver provides common support for accessing the device,
  716. additional drivers must be enabled in order to use the
  717. functionality of the device.
  718. config MFD_SEC_CORE
  719. bool "SAMSUNG Electronics PMIC Series Support"
  720. depends on I2C=y
  721. select MFD_CORE
  722. select REGMAP_I2C
  723. select REGMAP_IRQ
  724. help
  725. Support for the Samsung Electronics MFD series.
  726. This driver provides common support for accessing the device,
  727. additional drivers must be enabled in order to use the functionality
  728. of the device
  729. config MFD_SI476X_CORE
  730. tristate "Silicon Laboratories 4761/64/68 AM/FM radio."
  731. depends on I2C
  732. select MFD_CORE
  733. select REGMAP_I2C
  734. help
  735. This is the core driver for the SI476x series of AM/FM
  736. radio. This MFD driver connects the radio-si476x V4L2 module
  737. and the si476x audio codec.
  738. To compile this driver as a module, choose M here: the
  739. module will be called si476x-core.
  740. config MFD_SM501
  741. tristate "Silicon Motion SM501"
  742. ---help---
  743. This is the core driver for the Silicon Motion SM501 multimedia
  744. companion chip. This device is a multifunction device which may
  745. provide numerous interfaces including USB host controller, USB gadget,
  746. asynchronous serial ports, audio functions, and a dual display video
  747. interface. The device may be connected by PCI or local bus with
  748. varying functions enabled.
  749. config MFD_SM501_GPIO
  750. bool "Export GPIO via GPIO layer"
  751. depends on MFD_SM501 && GPIOLIB
  752. ---help---
  753. This option uses the gpio library layer to export the 64 GPIO
  754. lines on the SM501. The platform data is used to supply the
  755. base number for the first GPIO line to register.
  756. config MFD_SKY81452
  757. tristate "Skyworks Solutions SKY81452"
  758. select MFD_CORE
  759. select REGMAP_I2C
  760. depends on I2C
  761. help
  762. This is the core driver for the Skyworks SKY81452 backlight and
  763. voltage regulator device.
  764. This driver can also be built as a module. If so, the module
  765. will be called sky81452.
  766. config MFD_SMSC
  767. bool "SMSC ECE1099 series chips"
  768. depends on I2C=y
  769. select MFD_CORE
  770. select REGMAP_I2C
  771. help
  772. If you say yes here you get support for the
  773. ece1099 chips from SMSC.
  774. To compile this driver as a module, choose M here: the
  775. module will be called smsc.
  776. config ABX500_CORE
  777. bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions"
  778. default y if ARCH_U300 || ARCH_U8500
  779. help
  780. Say yes here if you have the ABX500 Mixed Signal IC family
  781. chips. This core driver expose register access functions.
  782. Functionality specific drivers using these functions can
  783. remain unchanged when IC changes. Binding of the functions to
  784. actual register access is done by the IC core driver.
  785. config AB3100_CORE
  786. bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
  787. depends on I2C=y && ABX500_CORE
  788. select MFD_CORE
  789. default y if ARCH_U300
  790. help
  791. Select this to enable the AB3100 Mixed Signal IC core
  792. functionality. This connects to a AB3100 on the I2C bus
  793. and expose a number of symbols needed for dependent devices
  794. to read and write registers and subscribe to events from
  795. this multi-functional IC. This is needed to use other features
  796. of the AB3100 such as battery-backed RTC, charging control,
  797. LEDs, vibrator, system power and temperature, power management
  798. and ALSA sound.
  799. config AB3100_OTP
  800. tristate "ST-Ericsson AB3100 OTP functions"
  801. depends on AB3100_CORE
  802. default y if AB3100_CORE
  803. help
  804. Select this to enable the AB3100 Mixed Signal IC OTP (one-time
  805. programmable memory) support. This exposes a sysfs file to read
  806. out OTP values.
  807. config AB8500_CORE
  808. bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
  809. depends on ABX500_CORE && MFD_DB8500_PRCMU
  810. select POWER_SUPPLY
  811. select MFD_CORE
  812. select IRQ_DOMAIN
  813. help
  814. Select this option to enable access to AB8500 power management
  815. chip. This connects to U8500 either on the SSP/SPI bus (deprecated
  816. since hardware version v1.0) or the I2C bus via PRCMU. It also adds
  817. the irq_chip parts for handling the Mixed Signal chip events.
  818. This chip embeds various other multimedia funtionalities as well.
  819. config AB8500_DEBUG
  820. bool "Enable debug info via debugfs"
  821. depends on AB8500_GPADC && DEBUG_FS
  822. default y if DEBUG_FS
  823. help
  824. Select this option if you want debug information using the debug
  825. filesystem, debugfs.
  826. config AB8500_GPADC
  827. bool "ST-Ericsson AB8500 GPADC driver"
  828. depends on AB8500_CORE && REGULATOR_AB8500
  829. default y
  830. help
  831. AB8500 GPADC driver used to convert Acc and battery/ac/usb voltage
  832. config MFD_DB8500_PRCMU
  833. bool "ST-Ericsson DB8500 Power Reset Control Management Unit"
  834. depends on UX500_SOC_DB8500
  835. select MFD_CORE
  836. help
  837. Select this option to enable support for the DB8500 Power Reset
  838. and Control Management Unit. This is basically an autonomous
  839. system controller running an XP70 microprocessor, which is accessed
  840. through a register map.
  841. config MFD_STMPE
  842. bool "STMicroelectronics STMPE"
  843. depends on (I2C=y || SPI_MASTER=y)
  844. depends on OF
  845. select MFD_CORE
  846. help
  847. Support for the STMPE family of I/O Expanders from
  848. STMicroelectronics.
  849. Currently supported devices are:
  850. STMPE811: GPIO, Touchscreen
  851. STMPE1601: GPIO, Keypad
  852. STMPE1801: GPIO, Keypad
  853. STMPE2401: GPIO, Keypad
  854. STMPE2403: GPIO, Keypad
  855. This driver provides common support for accessing the device,
  856. additional drivers must be enabled in order to use the functionality
  857. of the device. Currently available sub drivers are:
  858. GPIO: stmpe-gpio
  859. Keypad: stmpe-keypad
  860. Touchscreen: stmpe-ts
  861. menu "STMicroelectronics STMPE Interface Drivers"
  862. depends on MFD_STMPE
  863. config STMPE_I2C
  864. bool "STMicroelectronics STMPE I2C Interface"
  865. depends on I2C=y
  866. default y
  867. help
  868. This is used to enable I2C interface of STMPE
  869. config STMPE_SPI
  870. bool "STMicroelectronics STMPE SPI Interface"
  871. depends on SPI_MASTER
  872. help
  873. This is used to enable SPI interface of STMPE
  874. endmenu
  875. config MFD_STA2X11
  876. bool "STMicroelectronics STA2X11"
  877. depends on STA2X11
  878. select MFD_CORE
  879. select REGMAP_MMIO
  880. config MFD_SUN6I_PRCM
  881. bool "Allwinner A31 PRCM controller"
  882. depends on ARCH_SUNXI
  883. select MFD_CORE
  884. help
  885. Support for the PRCM (Power/Reset/Clock Management) unit available
  886. in A31 SoC.
  887. config MFD_SYSCON
  888. bool "System Controller Register R/W Based on Regmap"
  889. select REGMAP_MMIO
  890. help
  891. Select this option to enable accessing system control registers
  892. via regmap.
  893. config MFD_DAVINCI_VOICECODEC
  894. tristate
  895. select MFD_CORE
  896. select REGMAP_MMIO
  897. config MFD_TI_AM335X_TSCADC
  898. tristate "TI ADC / Touch Screen chip support"
  899. select MFD_CORE
  900. select REGMAP
  901. select REGMAP_MMIO
  902. help
  903. If you say yes here you get support for Texas Instruments series
  904. of Touch Screen /ADC chips.
  905. To compile this driver as a module, choose M here: the
  906. module will be called ti_am335x_tscadc.
  907. config MFD_DM355EVM_MSP
  908. bool "TI DaVinci DM355 EVM microcontroller"
  909. depends on I2C=y && MACH_DAVINCI_DM355_EVM
  910. help
  911. This driver supports the MSP430 microcontroller used on these
  912. boards. MSP430 firmware manages resets and power sequencing,
  913. inputs from buttons and the IR remote, LEDs, an RTC, and more.
  914. config MFD_LP3943
  915. tristate "TI/National Semiconductor LP3943 MFD Driver"
  916. depends on I2C
  917. select MFD_CORE
  918. select REGMAP_I2C
  919. help
  920. Support for the TI/National Semiconductor LP3943.
  921. This driver consists of GPIO and PWM drivers.
  922. With these functionalities, it can be used for LED string control or
  923. general usage such like a GPIO controller and a PWM controller.
  924. config MFD_LP8788
  925. bool "TI LP8788 Power Management Unit Driver"
  926. depends on I2C=y
  927. select MFD_CORE
  928. select REGMAP_I2C
  929. select IRQ_DOMAIN
  930. help
  931. TI LP8788 PMU supports regulators, battery charger, RTC,
  932. ADC, backlight driver and current sinks.
  933. config MFD_OMAP_USB_HOST
  934. bool "TI OMAP USBHS core and TLL driver"
  935. depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3
  936. default y
  937. help
  938. This is the core driver for the OAMP EHCI and OHCI drivers.
  939. This MFD driver does the required setup functionalities for
  940. OMAP USB Host drivers.
  941. config MFD_PALMAS
  942. bool "TI Palmas series chips"
  943. select MFD_CORE
  944. select REGMAP_I2C
  945. select REGMAP_IRQ
  946. depends on I2C=y
  947. help
  948. If you say yes here you get support for the Palmas
  949. series of PMIC chips from Texas Instruments.
  950. config TPS6105X
  951. tristate "TI TPS61050/61052 Boost Converters"
  952. depends on I2C
  953. select REGMAP_I2C
  954. select REGULATOR
  955. select MFD_CORE
  956. select REGULATOR_FIXED_VOLTAGE
  957. help
  958. This option enables a driver for the TP61050/TPS61052
  959. high-power "white LED driver". This boost converter is
  960. sometimes used for other things than white LEDs, and
  961. also contains a GPIO pin.
  962. config TPS65010
  963. tristate "TI TPS6501x Power Management chips"
  964. depends on I2C && GPIOLIB
  965. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  966. help
  967. If you say yes here you get support for the TPS6501x series of
  968. Power Management chips. These include voltage regulators,
  969. lithium ion/polymer battery charging, and other features that
  970. are often used in portable devices like cell phones and cameras.
  971. This driver can also be built as a module. If so, the module
  972. will be called tps65010.
  973. config TPS6507X
  974. tristate "TI TPS6507x Power Management / Touch Screen chips"
  975. select MFD_CORE
  976. depends on I2C
  977. help
  978. If you say yes here you get support for the TPS6507x series of
  979. Power Management / Touch Screen chips. These include voltage
  980. regulators, lithium ion/polymer battery charging, touch screen
  981. and other features that are often used in portable devices.
  982. This driver can also be built as a module. If so, the module
  983. will be called tps6507x.
  984. config TPS65911_COMPARATOR
  985. tristate
  986. config MFD_TPS65090
  987. bool "TI TPS65090 Power Management chips"
  988. depends on I2C=y
  989. select MFD_CORE
  990. select REGMAP_I2C
  991. select REGMAP_IRQ
  992. help
  993. If you say yes here you get support for the TPS65090 series of
  994. Power Management chips.
  995. This driver provides common support for accessing the device,
  996. additional drivers must be enabled in order to use the
  997. functionality of the device.
  998. config MFD_TPS65217
  999. tristate "TI TPS65217 Power Management / White LED chips"
  1000. depends on I2C
  1001. select MFD_CORE
  1002. select REGMAP_I2C
  1003. help
  1004. If you say yes here you get support for the TPS65217 series of
  1005. Power Management / White LED chips.
  1006. These include voltage regulators, lithium ion/polymer battery
  1007. charger, wled and other features that are often used in portable
  1008. devices.
  1009. This driver can also be built as a module. If so, the module
  1010. will be called tps65217.
  1011. config MFD_TPS65218
  1012. tristate "TI TPS65218 Power Management chips"
  1013. depends on I2C
  1014. select MFD_CORE
  1015. select REGMAP_I2C
  1016. select REGMAP_IRQ
  1017. help
  1018. If you say yes here you get support for the TPS65218 series of
  1019. Power Management chips.
  1020. These include voltage regulators, gpio and other features
  1021. that are often used in portable devices. Only regulator
  1022. component is currently supported.
  1023. This driver can also be built as a module. If so, the module
  1024. will be called tps65218.
  1025. config MFD_TPS6586X
  1026. bool "TI TPS6586x Power Management chips"
  1027. depends on I2C=y
  1028. select MFD_CORE
  1029. select REGMAP_I2C
  1030. help
  1031. If you say yes here you get support for the TPS6586X series of
  1032. Power Management chips.
  1033. This driver provides common support for accessing the device,
  1034. additional drivers must be enabled in order to use the
  1035. functionality of the device.
  1036. This driver can also be built as a module. If so, the module
  1037. will be called tps6586x.
  1038. config MFD_TPS65910
  1039. bool "TI TPS65910 Power Management chip"
  1040. depends on I2C=y
  1041. depends on GPIOLIB || COMPILE_TEST
  1042. select MFD_CORE
  1043. select REGMAP_I2C
  1044. select REGMAP_IRQ
  1045. select IRQ_DOMAIN
  1046. help
  1047. if you say yes here you get support for the TPS65910 series of
  1048. Power Management chips.
  1049. config MFD_TPS65912
  1050. bool "TI TPS65912 Power Management chip"
  1051. depends on GPIOLIB
  1052. select MFD_CORE
  1053. help
  1054. If you say yes here you get support for the TPS65912 series of
  1055. PM chips.
  1056. config MFD_TPS65912_I2C
  1057. bool "TI TPS65912 Power Management chip with I2C"
  1058. select MFD_CORE
  1059. select MFD_TPS65912
  1060. depends on I2C=y && GPIOLIB
  1061. help
  1062. If you say yes here you get support for the TPS65912 series of
  1063. PM chips with I2C interface.
  1064. config MFD_TPS65912_SPI
  1065. bool "TI TPS65912 Power Management chip with SPI"
  1066. select MFD_CORE
  1067. select MFD_TPS65912
  1068. depends on SPI_MASTER && GPIOLIB
  1069. help
  1070. If you say yes here you get support for the TPS65912 series of
  1071. PM chips with SPI interface.
  1072. config MFD_TPS80031
  1073. bool "TI TPS80031/TPS80032 Power Management chips"
  1074. depends on I2C=y
  1075. select MFD_CORE
  1076. select REGMAP_I2C
  1077. select REGMAP_IRQ
  1078. help
  1079. If you say yes here you get support for the Texas Instruments
  1080. TPS80031/ TPS80032 Fully Integrated Power Management with Power
  1081. Path and Battery Charger. The device provides five configurable
  1082. step-down converters, 11 general purpose LDOs, USB OTG Module,
  1083. ADC, RTC, 2 PWM, System Voltage Regulator/Battery Charger with
  1084. Power Path from USB, 32K clock generator.
  1085. config TWL4030_CORE
  1086. bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 Support"
  1087. depends on I2C=y
  1088. select IRQ_DOMAIN
  1089. select REGMAP_I2C
  1090. help
  1091. Say yes here if you have TWL4030 / TWL6030 family chip on your board.
  1092. This core driver provides register access and IRQ handling
  1093. facilities, and registers devices for the various functions
  1094. so that function-specific drivers can bind to them.
  1095. These multi-function chips are found on many OMAP2 and OMAP3
  1096. boards, providing power management, RTC, GPIO, keypad, a
  1097. high speed USB OTG transceiver, an audio codec (on most
  1098. versions) and many other features.
  1099. config TWL4030_POWER
  1100. bool "TI TWL4030 power resources"
  1101. depends on TWL4030_CORE && ARM
  1102. help
  1103. Say yes here if you want to use the power resources on the
  1104. TWL4030 family chips. Most of these resources are regulators,
  1105. which have a separate driver; some are control signals, such
  1106. as clock request handshaking.
  1107. This driver uses board-specific data to initialize the resources
  1108. and load scripts controlling which resources are switched off/on
  1109. or reset when a sleep, wakeup or warm reset event occurs.
  1110. config MFD_TWL4030_AUDIO
  1111. bool "TI TWL4030 Audio"
  1112. depends on TWL4030_CORE
  1113. select MFD_CORE
  1114. default n
  1115. config TWL6040_CORE
  1116. bool "TI TWL6040 audio codec"
  1117. depends on I2C=y
  1118. select MFD_CORE
  1119. select REGMAP_I2C
  1120. select REGMAP_IRQ
  1121. default n
  1122. help
  1123. Say yes here if you want support for Texas Instruments TWL6040 audio
  1124. codec.
  1125. This driver provides common support for accessing the device,
  1126. additional drivers must be enabled in order to use the
  1127. functionality of the device (audio, vibra).
  1128. config MENELAUS
  1129. bool "TI TWL92330/Menelaus PM chip"
  1130. depends on I2C=y && ARCH_OMAP2
  1131. help
  1132. If you say yes here you get support for the Texas Instruments
  1133. TWL92330/Menelaus Power Management chip. This include voltage
  1134. regulators, Dual slot memory card transceivers, real-time clock
  1135. and other features that are often used in portable devices like
  1136. cell phones and PDAs.
  1137. config MFD_WL1273_CORE
  1138. tristate "TI WL1273 FM radio"
  1139. depends on I2C
  1140. select MFD_CORE
  1141. default n
  1142. help
  1143. This is the core driver for the TI WL1273 FM radio. This MFD
  1144. driver connects the radio-wl1273 V4L2 module and the wl1273
  1145. audio codec.
  1146. config MFD_LM3533
  1147. tristate "TI/National Semiconductor LM3533 Lighting Power chip"
  1148. depends on I2C
  1149. select MFD_CORE
  1150. select REGMAP_I2C
  1151. help
  1152. Say yes here to enable support for National Semiconductor / TI
  1153. LM3533 Lighting Power chips.
  1154. This driver provides common support for accessing the device;
  1155. additional drivers must be enabled in order to use the LED,
  1156. backlight or ambient-light-sensor functionality of the device.
  1157. config MFD_TIMBERDALE
  1158. tristate "Timberdale FPGA"
  1159. select MFD_CORE
  1160. depends on PCI && GPIOLIB && (X86_32 || COMPILE_TEST)
  1161. ---help---
  1162. This is the core driver for the timberdale FPGA. This device is a
  1163. multifunction device which exposes numerous platform devices.
  1164. The timberdale FPGA can be found on the Intel Atom development board
  1165. for in-vehicle infontainment, called Russellville.
  1166. config MFD_TC3589X
  1167. bool "Toshiba TC35892 and variants"
  1168. depends on I2C=y
  1169. depends on OF
  1170. select MFD_CORE
  1171. help
  1172. Support for the Toshiba TC35892 and variants I/O Expander.
  1173. This driver provides common support for accessing the device,
  1174. additional drivers must be enabled in order to use the
  1175. functionality of the device.
  1176. config MFD_TMIO
  1177. bool
  1178. default n
  1179. config MFD_T7L66XB
  1180. bool "Toshiba T7L66XB"
  1181. depends on ARM && HAVE_CLK
  1182. select MFD_CORE
  1183. select MFD_TMIO
  1184. help
  1185. Support for Toshiba Mobile IO Controller T7L66XB
  1186. config MFD_TC6387XB
  1187. bool "Toshiba TC6387XB"
  1188. depends on ARM && HAVE_CLK
  1189. select MFD_CORE
  1190. select MFD_TMIO
  1191. help
  1192. Support for Toshiba Mobile IO Controller TC6387XB
  1193. config MFD_TC6393XB
  1194. bool "Toshiba TC6393XB"
  1195. depends on ARM && HAVE_CLK
  1196. select GPIOLIB
  1197. select MFD_CORE
  1198. select MFD_TMIO
  1199. help
  1200. Support for Toshiba Mobile IO Controller TC6393XB
  1201. config MFD_VX855
  1202. tristate "VIA VX855/VX875 integrated south bridge"
  1203. depends on PCI
  1204. select MFD_CORE
  1205. help
  1206. Say yes here to enable support for various functions of the
  1207. VIA VX855/VX875 south bridge. You will need to enable the vx855_spi
  1208. and/or vx855_gpio drivers for this to do anything useful.
  1209. config MFD_ARIZONA
  1210. select REGMAP
  1211. select REGMAP_IRQ
  1212. select MFD_CORE
  1213. bool
  1214. config MFD_ARIZONA_I2C
  1215. tristate "Wolfson Microelectronics Arizona platform with I2C"
  1216. select MFD_ARIZONA
  1217. select MFD_CORE
  1218. select REGMAP_I2C
  1219. depends on I2C
  1220. help
  1221. Support for the Wolfson Microelectronics Arizona platform audio SoC
  1222. core functionality controlled via I2C.
  1223. config MFD_ARIZONA_SPI
  1224. tristate "Wolfson Microelectronics Arizona platform with SPI"
  1225. select MFD_ARIZONA
  1226. select MFD_CORE
  1227. select REGMAP_SPI
  1228. depends on SPI_MASTER
  1229. help
  1230. Support for the Wolfson Microelectronics Arizona platform audio SoC
  1231. core functionality controlled via I2C.
  1232. config MFD_WM5102
  1233. bool "Wolfson Microelectronics WM5102"
  1234. depends on MFD_ARIZONA
  1235. help
  1236. Support for Wolfson Microelectronics WM5102 low power audio SoC
  1237. config MFD_WM5110
  1238. bool "Wolfson Microelectronics WM5110 and WM8280/WM8281"
  1239. depends on MFD_ARIZONA
  1240. help
  1241. Support for Wolfson Microelectronics WM5110 and WM8280/WM8281
  1242. low power audio SoC
  1243. config MFD_WM8997
  1244. bool "Wolfson Microelectronics WM8997"
  1245. depends on MFD_ARIZONA
  1246. help
  1247. Support for Wolfson Microelectronics WM8997 low power audio SoC
  1248. config MFD_WM8998
  1249. bool "Wolfson Microelectronics WM8998"
  1250. depends on MFD_ARIZONA
  1251. help
  1252. Support for Wolfson Microelectronics WM8998 low power audio SoC
  1253. config MFD_WM8400
  1254. bool "Wolfson Microelectronics WM8400"
  1255. select MFD_CORE
  1256. depends on I2C=y
  1257. select REGMAP_I2C
  1258. help
  1259. Support for the Wolfson Microelecronics WM8400 PMIC and audio
  1260. CODEC. This driver provides common support for accessing
  1261. the device, additional drivers must be enabled in order to use
  1262. the functionality of the device.
  1263. config MFD_WM831X
  1264. bool
  1265. config MFD_WM831X_I2C
  1266. bool "Wolfson Microelectronics WM831x/2x PMICs with I2C"
  1267. select MFD_CORE
  1268. select MFD_WM831X
  1269. select REGMAP_I2C
  1270. select IRQ_DOMAIN
  1271. depends on I2C=y
  1272. help
  1273. Support for the Wolfson Microelecronics WM831x and WM832x PMICs
  1274. when controlled using I2C. This driver provides common support
  1275. for accessing the device, additional drivers must be enabled in
  1276. order to use the functionality of the device.
  1277. config MFD_WM831X_SPI
  1278. bool "Wolfson Microelectronics WM831x/2x PMICs with SPI"
  1279. select MFD_CORE
  1280. select MFD_WM831X
  1281. select REGMAP_SPI
  1282. select IRQ_DOMAIN
  1283. depends on SPI_MASTER
  1284. help
  1285. Support for the Wolfson Microelecronics WM831x and WM832x PMICs
  1286. when controlled using SPI. This driver provides common support
  1287. for accessing the device, additional drivers must be enabled in
  1288. order to use the functionality of the device.
  1289. config MFD_WM8350
  1290. bool
  1291. config MFD_WM8350_I2C
  1292. bool "Wolfson Microelectronics WM8350 with I2C"
  1293. select MFD_WM8350
  1294. select REGMAP_I2C
  1295. depends on I2C=y
  1296. help
  1297. The WM8350 is an integrated audio and power management
  1298. subsystem with watchdog and RTC functionality for embedded
  1299. systems. This option enables core support for the WM8350 with
  1300. I2C as the control interface. Additional options must be
  1301. selected to enable support for the functionality of the chip.
  1302. config MFD_WM8994
  1303. tristate "Wolfson Microelectronics WM8994"
  1304. select MFD_CORE
  1305. select REGMAP_I2C
  1306. select REGMAP_IRQ
  1307. depends on I2C
  1308. help
  1309. The WM8994 is a highly integrated hi-fi CODEC designed for
  1310. smartphone applications. As well as audio functionality it
  1311. has on board GPIO and regulator functionality which is
  1312. supported via the relevant subsystems. This driver provides
  1313. core support for the WM8994, in order to use the actual
  1314. functionaltiy of the device other drivers must be enabled.
  1315. config MFD_STW481X
  1316. tristate "Support for ST Microelectronics STw481x"
  1317. depends on I2C && (ARCH_NOMADIK || COMPILE_TEST)
  1318. select REGMAP_I2C
  1319. select MFD_CORE
  1320. help
  1321. Select this option to enable the STw481x chip driver used
  1322. in various ST Microelectronics and ST-Ericsson embedded
  1323. Nomadik series.
  1324. menu "Multimedia Capabilities Port drivers"
  1325. depends on ARCH_SA1100
  1326. config MCP
  1327. tristate
  1328. # Interface drivers
  1329. config MCP_SA11X0
  1330. tristate "Support SA11x0 MCP interface"
  1331. depends on ARCH_SA1100
  1332. select MCP
  1333. # Chip drivers
  1334. config MCP_UCB1200
  1335. tristate "Support for UCB1200 / UCB1300"
  1336. depends on MCP_SA11X0
  1337. select MCP
  1338. config MCP_UCB1200_TS
  1339. tristate "Touchscreen interface support"
  1340. depends on MCP_UCB1200 && INPUT
  1341. endmenu
  1342. config MFD_VEXPRESS_SYSREG
  1343. bool "Versatile Express System Registers"
  1344. depends on VEXPRESS_CONFIG && GPIOLIB
  1345. default y
  1346. select CLKSRC_MMIO
  1347. select GPIO_GENERIC_PLATFORM
  1348. select MFD_CORE
  1349. select MFD_SYSCON
  1350. help
  1351. System Registers are the platform configuration block
  1352. on the ARM Ltd. Versatile Express board.
  1353. endmenu
  1354. endif