Kconfig 45 KB

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