Kconfig 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171
  1. #
  2. # Multifunction miscellaneous devices
  3. #
  4. if HAS_IOMEM
  5. menu "Multifunction device drivers"
  6. config MFD_CORE
  7. tristate
  8. default n
  9. config MFD_88PM860X
  10. bool "Support Marvell 88PM8606/88PM8607"
  11. depends on I2C=y && GENERIC_HARDIRQS
  12. select REGMAP_I2C
  13. select MFD_CORE
  14. help
  15. This supports for Marvell 88PM8606/88PM8607 Power Management IC.
  16. This includes the I2C driver and the core APIs _only_, you have to
  17. select individual components like voltage regulators, RTC and
  18. battery-charger under the corresponding menus.
  19. config MFD_SM501
  20. tristate "Support for Silicon Motion SM501"
  21. ---help---
  22. This is the core driver for the Silicon Motion SM501 multimedia
  23. companion chip. This device is a multifunction device which may
  24. provide numerous interfaces including USB host controller, USB gadget,
  25. asynchronous serial ports, audio functions, and a dual display video
  26. interface. The device may be connected by PCI or local bus with
  27. varying functions enabled.
  28. config MFD_SM501_GPIO
  29. bool "Export GPIO via GPIO layer"
  30. depends on MFD_SM501 && GPIOLIB
  31. ---help---
  32. This option uses the gpio library layer to export the 64 GPIO
  33. lines on the SM501. The platform data is used to supply the
  34. base number for the first GPIO line to register.
  35. config MFD_ASIC3
  36. bool "Support for Compaq ASIC3"
  37. depends on GENERIC_HARDIRQS && GPIOLIB && ARM
  38. select MFD_CORE
  39. ---help---
  40. This driver supports the ASIC3 multifunction chip found on many
  41. PDAs (mainly iPAQ and HTC based ones)
  42. config MFD_DAVINCI_VOICECODEC
  43. tristate
  44. select MFD_CORE
  45. config MFD_DM355EVM_MSP
  46. bool "DaVinci DM355 EVM microcontroller"
  47. depends on I2C=y && MACH_DAVINCI_DM355_EVM
  48. help
  49. This driver supports the MSP430 microcontroller used on these
  50. boards. MSP430 firmware manages resets and power sequencing,
  51. inputs from buttons and the IR remote, LEDs, an RTC, and more.
  52. config MFD_TI_SSP
  53. tristate "TI Sequencer Serial Port support"
  54. depends on ARCH_DAVINCI_TNETV107X
  55. select MFD_CORE
  56. ---help---
  57. Say Y here if you want support for the Sequencer Serial Port
  58. in a Texas Instruments TNETV107X SoC.
  59. To compile this driver as a module, choose M here: the
  60. module will be called ti-ssp.
  61. config HTC_EGPIO
  62. bool "HTC EGPIO support"
  63. depends on GENERIC_HARDIRQS && GPIOLIB && ARM
  64. help
  65. This driver supports the CPLD egpio chip present on
  66. several HTC phones. It provides basic support for input
  67. pins, output pins, and irqs.
  68. config HTC_PASIC3
  69. tristate "HTC PASIC3 LED/DS1WM chip support"
  70. select MFD_CORE
  71. help
  72. This core driver provides register access for the LED/DS1WM
  73. chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
  74. HTC Magician devices, respectively. Actual functionality is
  75. handled by the leds-pasic3 and ds1wm drivers.
  76. config HTC_I2CPLD
  77. bool "HTC I2C PLD chip support"
  78. depends on I2C=y && GPIOLIB
  79. help
  80. If you say yes here you get support for the supposed CPLD
  81. found on omap850 HTC devices like the HTC Wizard and HTC Herald.
  82. This device provides input and output GPIOs through an I2C
  83. interface to one or more sub-chips.
  84. config UCB1400_CORE
  85. tristate "Philips UCB1400 Core driver"
  86. depends on AC97_BUS
  87. depends on GPIOLIB
  88. help
  89. This enables support for the Philips UCB1400 core functions.
  90. The UCB1400 is an AC97 audio codec.
  91. To compile this driver as a module, choose M here: the
  92. module will be called ucb1400_core.
  93. config TPS6105X
  94. tristate "TPS61050/61052 Boost Converters"
  95. depends on I2C
  96. select REGULATOR
  97. select MFD_CORE
  98. select REGULATOR_FIXED_VOLTAGE
  99. help
  100. This option enables a driver for the TP61050/TPS61052
  101. high-power "white LED driver". This boost converter is
  102. sometimes used for other things than white LEDs, and
  103. also contains a GPIO pin.
  104. config TPS65010
  105. tristate "TPS6501x Power Management chips"
  106. depends on I2C && GPIOLIB
  107. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  108. help
  109. If you say yes here you get support for the TPS6501x series of
  110. Power Management chips. These include voltage regulators,
  111. lithium ion/polymer battery charging, and other features that
  112. are often used in portable devices like cell phones and cameras.
  113. This driver can also be built as a module. If so, the module
  114. will be called tps65010.
  115. config TPS65023
  116. tristate "TPS65023 Power Management chip"
  117. depends on I2C && ARCH_MSM_SCORPION && !MSM_SMP
  118. default y if I2C && ARCH_MSM_SCORPION && !MSM_SMP
  119. help
  120. Say yes here for Qualcomm QSD chips. The TI PMIC is used by the
  121. QSD8x50 series of chips for power management.
  122. config PMIC8058
  123. tristate "PMIC8058 Power Management chip"
  124. depends on MSM_SSBI
  125. select MFD_CORE
  126. select MFD_PM8XXX
  127. help
  128. Say yes here for Qualcomm PM8058 chip.
  129. config PMIC8901
  130. tristate "PMIC8901 Power Management chip"
  131. depends on MSM_SSBI
  132. select MFD_CORE
  133. select MFD_PM8XXX
  134. help
  135. Say yes here for Qualcomm PM8901 chip.
  136. config MARIMBA_TSADC
  137. tristate "Support for Marimba Touchscreen ADC"
  138. depends on MARIMBA_CORE && ARCH_MSM7X30
  139. default y if MARIMBA_CORE
  140. help
  141. Say yes here if you want to include support for TSADC in the
  142. Qualcomm Marimba chip.
  143. config TPS6507X
  144. tristate "TPS6507x Power Management / Touch Screen chips"
  145. select MFD_CORE
  146. depends on I2C
  147. help
  148. If you say yes here you get support for the TPS6507x series of
  149. Power Management / Touch Screen chips. These include voltage
  150. regulators, lithium ion/polymer battery charging, touch screen
  151. and other features that are often used in portable devices.
  152. This driver can also be built as a module. If so, the module
  153. will be called tps6507x.
  154. config MFD_TPS65217
  155. tristate "TPS65217 Power Management / White LED chips"
  156. depends on I2C
  157. select MFD_CORE
  158. select REGMAP_I2C
  159. help
  160. If you say yes here you get support for the TPS65217 series of
  161. Power Management / White LED chips.
  162. These include voltage regulators, lithium ion/polymer battery
  163. charger, wled and other features that are often used in portable
  164. devices.
  165. This driver can also be built as a module. If so, the module
  166. will be called tps65217.
  167. config MFD_TPS6586X
  168. bool "TPS6586x Power Management chips"
  169. depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS
  170. select MFD_CORE
  171. help
  172. If you say yes here you get support for the TPS6586X series of
  173. Power Management chips.
  174. This driver provides common support for accessing the device,
  175. additional drivers must be enabled in order to use the
  176. functionality of the device.
  177. This driver can also be built as a module. If so, the module
  178. will be called tps6586x.
  179. config MFD_TPS65910
  180. bool "TPS65910 Power Management chip"
  181. depends on I2C=y && GPIOLIB
  182. select MFD_CORE
  183. select GPIO_TPS65910
  184. select REGMAP_I2C
  185. help
  186. if you say yes here you get support for the TPS65910 series of
  187. Power Management chips.
  188. config MFD_TPS65912
  189. bool
  190. depends on GPIOLIB
  191. config MFD_TPS65912_I2C
  192. bool "TPS65912 Power Management chip with I2C"
  193. select MFD_CORE
  194. select MFD_TPS65912
  195. depends on I2C=y && GPIOLIB
  196. help
  197. If you say yes here you get support for the TPS65912 series of
  198. PM chips with I2C interface.
  199. config MFD_TPS65912_SPI
  200. bool "TPS65912 Power Management chip with SPI"
  201. select MFD_CORE
  202. select MFD_TPS65912
  203. depends on SPI_MASTER && GPIOLIB
  204. help
  205. If you say yes here you get support for the TPS65912 series of
  206. PM chips with SPI interface.
  207. config MENELAUS
  208. bool "Texas Instruments TWL92330/Menelaus PM chip"
  209. depends on I2C=y && ARCH_OMAP2
  210. help
  211. If you say yes here you get support for the Texas Instruments
  212. TWL92330/Menelaus Power Management chip. This include voltage
  213. regulators, Dual slot memory card transceivers, real-time clock
  214. and other features that are often used in portable devices like
  215. cell phones and PDAs.
  216. config MARIMBA_CORE
  217. tristate "Marimba Core"
  218. depends on I2C && (ARCH_MSM7X30 || ARCH_MSM8X60 || ARCH_MSM7X27A || ARCH_MSM8960)
  219. default n
  220. help
  221. Enables the Marimba Core driver. The core driver provides
  222. read/write capability to registers which are part of the
  223. marimba core.
  224. This driver dynamically detects the SoC and works for both
  225. Marimba and Bahama Chip.
  226. config MARIMBA_CODEC
  227. tristate "Marimba Codec"
  228. depends on MARIMBA_CORE
  229. default n
  230. help
  231. This driver programs Marimba Wideband Codec for input/output of
  232. audio signal.
  233. config TIMPANI_CODEC
  234. tristate "Timpani Codec"
  235. depends on MARIMBA_CORE
  236. default n
  237. help
  238. This driver programs Timpani Wideband Codec for input/output of
  239. audio signal.
  240. config TWL4030_CORE
  241. bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0 Support"
  242. depends on I2C=y && GENERIC_HARDIRQS
  243. select IRQ_DOMAIN
  244. help
  245. Say yes here if you have TWL4030 / TWL6030 family chip on your board.
  246. This core driver provides register access and IRQ handling
  247. facilities, and registers devices for the various functions
  248. so that function-specific drivers can bind to them.
  249. These multi-function chips are found on many OMAP2 and OMAP3
  250. boards, providing power management, RTC, GPIO, keypad, a
  251. high speed USB OTG transceiver, an audio codec (on most
  252. versions) and many other features.
  253. config TWL4030_MADC
  254. tristate "Texas Instruments TWL4030 MADC"
  255. depends on TWL4030_CORE
  256. help
  257. This driver provides support for triton TWL4030-MADC. The
  258. driver supports both RT and SW conversion methods.
  259. This driver can be built as a module. If so it will be
  260. named twl4030-madc
  261. config TWL4030_POWER
  262. bool "Support power resources on TWL4030 family chips"
  263. depends on TWL4030_CORE && ARM
  264. help
  265. Say yes here if you want to use the power resources on the
  266. TWL4030 family chips. Most of these resources are regulators,
  267. which have a separate driver; some are control signals, such
  268. as clock request handshaking.
  269. This driver uses board-specific data to initialize the resources
  270. and load scripts controlling which resources are switched off/on
  271. or reset when a sleep, wakeup or warm reset event occurs.
  272. config MFD_TWL4030_AUDIO
  273. bool
  274. depends on TWL4030_CORE
  275. select MFD_CORE
  276. default n
  277. config TWL6030_PWM
  278. tristate "TWL6030 PWM (Pulse Width Modulator) Support"
  279. depends on TWL4030_CORE
  280. select HAVE_PWM
  281. default n
  282. help
  283. Say yes here if you want support for TWL6030 PWM.
  284. This is used to control charging LED brightness.
  285. config TWL6040_CORE
  286. bool "Support for TWL6040 audio codec"
  287. depends on I2C=y && GENERIC_HARDIRQS
  288. select MFD_CORE
  289. select REGMAP_I2C
  290. default n
  291. help
  292. Say yes here if you want support for Texas Instruments TWL6040 audio
  293. codec.
  294. This driver provides common support for accessing the device,
  295. additional drivers must be enabled in order to use the
  296. functionality of the device (audio, vibra).
  297. config MFD_STMPE
  298. bool "Support STMicroelectronics STMPE"
  299. depends on (I2C=y || SPI_MASTER=y) && GENERIC_HARDIRQS
  300. select MFD_CORE
  301. help
  302. Support for the STMPE family of I/O Expanders from
  303. STMicroelectronics.
  304. Currently supported devices are:
  305. STMPE811: GPIO, Touchscreen
  306. STMPE1601: GPIO, Keypad
  307. STMPE2401: GPIO, Keypad
  308. STMPE2403: GPIO, Keypad
  309. This driver provides common support for accessing the device,
  310. additional drivers must be enabled in order to use the functionality
  311. of the device. Currently available sub drivers are:
  312. GPIO: stmpe-gpio
  313. Keypad: stmpe-keypad
  314. Touchscreen: stmpe-ts
  315. menu "STMPE Interface Drivers"
  316. depends on MFD_STMPE
  317. config STMPE_I2C
  318. bool "STMPE I2C Inteface"
  319. depends on I2C=y
  320. default y
  321. help
  322. This is used to enable I2C interface of STMPE
  323. config STMPE_SPI
  324. bool "STMPE SPI Inteface"
  325. depends on SPI_MASTER
  326. help
  327. This is used to enable SPI interface of STMPE
  328. endmenu
  329. config MFD_TC3589X
  330. bool "Support Toshiba TC35892 and variants"
  331. depends on I2C=y && GENERIC_HARDIRQS
  332. select MFD_CORE
  333. help
  334. Support for the Toshiba TC35892 and variants I/O Expander.
  335. This driver provides common support for accessing the device,
  336. additional drivers must be enabled in order to use the
  337. functionality of the device.
  338. config MFD_TMIO
  339. bool
  340. default n
  341. config MFD_T7L66XB
  342. bool "Support Toshiba T7L66XB"
  343. depends on ARM && HAVE_CLK
  344. select MFD_CORE
  345. select MFD_TMIO
  346. help
  347. Support for Toshiba Mobile IO Controller T7L66XB
  348. config MFD_TC6387XB
  349. bool "Support Toshiba TC6387XB"
  350. depends on ARM && HAVE_CLK
  351. select MFD_CORE
  352. select MFD_TMIO
  353. help
  354. Support for Toshiba Mobile IO Controller TC6387XB
  355. config MFD_TC6393XB
  356. bool "Support Toshiba TC6393XB"
  357. depends on GPIOLIB && ARM && HAVE_CLK
  358. select MFD_CORE
  359. select MFD_TMIO
  360. help
  361. Support for Toshiba Mobile IO Controller TC6393XB
  362. config PMIC_DA903X
  363. bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
  364. depends on I2C=y
  365. help
  366. Say yes here to support for Dialog Semiconductor DA9030 (a.k.a
  367. ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
  368. usually found on PXA processors-based platforms. This includes
  369. the I2C driver and the core APIs _only_, you have to select
  370. individual components like LCD backlight, voltage regulators,
  371. LEDs and battery-charger under the corresponding menus.
  372. config PMIC_DA9052
  373. bool
  374. select MFD_CORE
  375. config MFD_DA9052_SPI
  376. bool "Support Dialog Semiconductor DA9052/53 PMIC variants with SPI"
  377. select REGMAP_SPI
  378. select REGMAP_IRQ
  379. select PMIC_DA9052
  380. depends on SPI_MASTER=y
  381. help
  382. Support for the Dialog Semiconductor DA9052 PMIC
  383. when controlled using SPI. This driver provides common support
  384. for accessing the device, additional drivers must be enabled in
  385. order to use the functionality of the device.
  386. config MFD_DA9052_I2C
  387. bool "Support Dialog Semiconductor DA9052/53 PMIC variants with I2C"
  388. select REGMAP_I2C
  389. select REGMAP_IRQ
  390. select PMIC_DA9052
  391. depends on I2C=y
  392. help
  393. Support for the Dialog Semiconductor DA9052 PMIC
  394. when controlled using I2C. This driver provides common support
  395. for accessing the device, additional drivers must be enabled in
  396. order to use the functionality of the device.
  397. config PMIC_ADP5520
  398. bool "Analog Devices ADP5520/01 MFD PMIC Core Support"
  399. depends on I2C=y
  400. help
  401. Say yes here to add support for Analog Devices AD5520 and ADP5501,
  402. Multifunction Power Management IC. This includes
  403. the I2C driver and the core APIs _only_, you have to select
  404. individual components like LCD backlight, LEDs, GPIOs and Kepad
  405. under the corresponding menus.
  406. config MFD_MAX8925
  407. bool "Maxim Semiconductor MAX8925 PMIC Support"
  408. depends on I2C=y && GENERIC_HARDIRQS
  409. select MFD_CORE
  410. help
  411. Say yes here to support for Maxim Semiconductor MAX8925. This is
  412. a Power Management IC. This driver provies common support for
  413. accessing the device, additional drivers must be enabled in order
  414. to use the functionality of the device.
  415. config MFD_MAX8997
  416. bool "Maxim Semiconductor MAX8997/8966 PMIC Support"
  417. depends on I2C=y && GENERIC_HARDIRQS
  418. select MFD_CORE
  419. help
  420. Say yes here to support for Maxim Semiconductor MAX8997/8966.
  421. This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic,
  422. MUIC controls on chip.
  423. This driver provides common support for accessing the device;
  424. additional drivers must be enabled in order to use the functionality
  425. of the device.
  426. config MFD_MAX8998
  427. bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
  428. depends on I2C=y && GENERIC_HARDIRQS
  429. select MFD_CORE
  430. help
  431. Say yes here to support for Maxim Semiconductor MAX8998 and
  432. National Semiconductor LP3974. This is a Power Management IC.
  433. This driver provies common support for accessing the device,
  434. additional drivers must be enabled in order to use the functionality
  435. of the device.
  436. config MFD_MAX77803
  437. bool "Maxim Semiconductor MAX77803/National LP3974 PMIC Support"
  438. depends on I2C=y && GENERIC_HARDIRQS
  439. select MFD_CORE
  440. help
  441. Say yes here to support for Maxim Semiconductor MAX77803 and
  442. National Semiconductor LP3974. This is a Power Management IC.
  443. This driver provies 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_MAX77804K
  447. bool "Maxim Semiconductor MAX77804K/National LP3974 PMIC Support"
  448. depends on I2C=y && GENERIC_HARDIRQS
  449. select MFD_CORE
  450. help
  451. Say yes here to support for Maxim Semiconductor MAX77804K and
  452. National Semiconductor LP3974. This is a Power Management IC.
  453. This driver provies 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_MAX77888
  457. bool "Maxim Semiconductor MAX77888 PMIC Support"
  458. depends on I2C=y && GENERIC_HARDIRQS
  459. select MFD_CORE
  460. help
  461. Say yes here to support for Maxim Semiconductor MAX77888.
  462. This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic,
  463. MUIC controls on chip.
  464. This driver provides common support for accessing the device;
  465. additional drivers
  466. config MFD_MAX77823
  467. bool "Maxim Semiconductor MAX77823 PMIC Support"
  468. depends on I2C=y && GENERIC_HARDIRQS
  469. select MFD_CORE
  470. help
  471. Say yes here to support for Maxim Semiconductor MAX77823.
  472. This is a Power Management IC with Charger, Fuel Gauge,
  473. controls on chip.
  474. This driver provides common support for accessing the device;
  475. additional drivers
  476. config MFD_MAX77828
  477. bool "Maxim Semiconductor MAX77828 PMIC Support"
  478. depends on I2C=y && GENERIC_HARDIRQS
  479. select MFD_CORE
  480. help
  481. Say yes here to support for Maxim Semiconductor MAX77828.
  482. This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic,
  483. MUIC controls on chip.
  484. This driver provides common support for accessing the device;
  485. additional drivers
  486. config MFD_S5M_CORE
  487. bool "SAMSUNG S5M Series Support"
  488. depends on I2C=y && GENERIC_HARDIRQS
  489. select MFD_CORE
  490. select REGMAP_I2C
  491. help
  492. Support for the Samsung Electronics S5M MFD series.
  493. This driver provies common support for accessing the device,
  494. additional drivers must be enabled in order to use the functionality
  495. of the device
  496. config MFD_WM8400
  497. tristate "Support Wolfson Microelectronics WM8400"
  498. select MFD_CORE
  499. depends on I2C
  500. select REGMAP_I2C
  501. help
  502. Support for the Wolfson Microelecronics WM8400 PMIC and audio
  503. CODEC. This driver provides common support for accessing
  504. the device, additional drivers must be enabled in order to use
  505. the functionality of the device.
  506. config MFD_WM831X
  507. bool
  508. depends on GENERIC_HARDIRQS
  509. config MFD_WM831X_I2C
  510. bool "Support Wolfson Microelectronics WM831x/2x PMICs with I2C"
  511. select MFD_CORE
  512. select MFD_WM831X
  513. select REGMAP_I2C
  514. depends on I2C=y && GENERIC_HARDIRQS
  515. help
  516. Support for the Wolfson Microelecronics WM831x and WM832x PMICs
  517. when controlled using I2C. This driver provides common support
  518. for accessing the device, additional drivers must be enabled in
  519. order to use the functionality of the device.
  520. config MFD_WM831X_SPI
  521. bool "Support Wolfson Microelectronics WM831x/2x PMICs with SPI"
  522. select MFD_CORE
  523. select MFD_WM831X
  524. select REGMAP_SPI
  525. depends on SPI_MASTER && GENERIC_HARDIRQS
  526. help
  527. Support for the Wolfson Microelecronics WM831x and WM832x PMICs
  528. when controlled using SPI. This driver provides common support
  529. for accessing the device, additional drivers must be enabled in
  530. order to use the functionality of the device.
  531. config MFD_WM8350
  532. bool
  533. depends on GENERIC_HARDIRQS
  534. config MFD_WM8350_CONFIG_MODE_0
  535. bool
  536. depends on MFD_WM8350
  537. config MFD_WM8350_CONFIG_MODE_1
  538. bool
  539. depends on MFD_WM8350
  540. config MFD_WM8350_CONFIG_MODE_2
  541. bool
  542. depends on MFD_WM8350
  543. config MFD_WM8350_CONFIG_MODE_3
  544. bool
  545. depends on MFD_WM8350
  546. config MFD_WM8351_CONFIG_MODE_0
  547. bool
  548. depends on MFD_WM8350
  549. config MFD_WM8351_CONFIG_MODE_1
  550. bool
  551. depends on MFD_WM8350
  552. config MFD_WM8351_CONFIG_MODE_2
  553. bool
  554. depends on MFD_WM8350
  555. config MFD_WM8351_CONFIG_MODE_3
  556. bool
  557. depends on MFD_WM8350
  558. config MFD_WM8352_CONFIG_MODE_0
  559. bool
  560. depends on MFD_WM8350
  561. config MFD_WM8352_CONFIG_MODE_1
  562. bool
  563. depends on MFD_WM8350
  564. config MFD_WM8352_CONFIG_MODE_2
  565. bool
  566. depends on MFD_WM8350
  567. config MFD_WM8352_CONFIG_MODE_3
  568. bool
  569. depends on MFD_WM8350
  570. config MFD_WM8350_I2C
  571. bool "Support Wolfson Microelectronics WM8350 with I2C"
  572. select MFD_WM8350
  573. depends on I2C=y && GENERIC_HARDIRQS
  574. help
  575. The WM8350 is an integrated audio and power management
  576. subsystem with watchdog and RTC functionality for embedded
  577. systems. This option enables core support for the WM8350 with
  578. I2C as the control interface. Additional options must be
  579. selected to enable support for the functionality of the chip.
  580. config MFD_WM8994
  581. bool "Support Wolfson Microelectronics WM8994"
  582. select MFD_CORE
  583. select REGMAP_I2C
  584. select REGMAP_IRQ
  585. depends on I2C=y && GENERIC_HARDIRQS
  586. help
  587. The WM8994 is a highly integrated hi-fi CODEC designed for
  588. smartphone applicatiosn. As well as audio functionality it
  589. has on board GPIO and regulator functionality which is
  590. supported via the relevant subsystems. This driver provides
  591. core support for the WM8994, in order to use the actual
  592. functionaltiy of the device other drivers must be enabled.
  593. config MFD_PCF50633
  594. tristate "Support for NXP PCF50633"
  595. depends on I2C
  596. select REGMAP_I2C
  597. help
  598. Say yes here if you have NXP PCF50633 chip on your board.
  599. This core driver provides register access and IRQ handling
  600. facilities, and registers devices for the various functions
  601. so that function-specific drivers can bind to them.
  602. config PCF50633_ADC
  603. tristate "Support for NXP PCF50633 ADC"
  604. depends on MFD_PCF50633
  605. help
  606. Say yes here if you want to include support for ADC in the
  607. NXP PCF50633 chip.
  608. config PCF50633_GPIO
  609. tristate "Support for NXP PCF50633 GPIO"
  610. depends on MFD_PCF50633
  611. help
  612. Say yes here if you want to include support GPIO for pins on
  613. the PCF50633 chip.
  614. config MFD_MC13783
  615. tristate
  616. config MFD_MC13XXX
  617. tristate "Support Freescale MC13783 and MC13892"
  618. depends on SPI_MASTER
  619. select MFD_CORE
  620. select MFD_MC13783
  621. help
  622. Support for the Freescale (Atlas) PMIC and audio CODECs
  623. MC13783 and MC13892.
  624. This driver provides common support for accessing the device,
  625. additional drivers must be enabled in order to use the
  626. functionality of the device.
  627. config ABX500_CORE
  628. bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions"
  629. default y if ARCH_U300 || ARCH_U8500
  630. help
  631. Say yes here if you have the ABX500 Mixed Signal IC family
  632. chips. This core driver expose register access functions.
  633. Functionality specific drivers using these functions can
  634. remain unchanged when IC changes. Binding of the functions to
  635. actual register access is done by the IC core driver.
  636. config AB3100_CORE
  637. bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
  638. depends on I2C=y && ABX500_CORE
  639. select MFD_CORE
  640. default y if ARCH_U300
  641. help
  642. Select this to enable the AB3100 Mixed Signal IC core
  643. functionality. This connects to a AB3100 on the I2C bus
  644. and expose a number of symbols needed for dependent devices
  645. to read and write registers and subscribe to events from
  646. this multi-functional IC. This is needed to use other features
  647. of the AB3100 such as battery-backed RTC, charging control,
  648. LEDs, vibrator, system power and temperature, power management
  649. and ALSA sound.
  650. config AB3100_OTP
  651. tristate "ST-Ericsson AB3100 OTP functions"
  652. depends on AB3100_CORE
  653. default y if AB3100_CORE
  654. help
  655. Select this to enable the AB3100 Mixed Signal IC OTP (one-time
  656. programmable memory) support. This exposes a sysfs file to read
  657. out OTP values.
  658. config EZX_PCAP
  659. bool "PCAP Support"
  660. depends on GENERIC_HARDIRQS && SPI_MASTER
  661. help
  662. This enables the PCAP ASIC present on EZX Phones. This is
  663. needed for MMC, TouchScreen, Sound, USB, etc..
  664. config AB5500_CORE
  665. bool "ST-Ericsson AB5500 Mixed Signal Power Management chip"
  666. depends on ABX500_CORE && MFD_DB5500_PRCMU
  667. select MFD_CORE
  668. help
  669. Select this option to enable access to AB5500 power management
  670. chip. This connects to the db5500 chip via the I2C bus via PRCMU.
  671. This chip embeds various other multimedia funtionalities as well.
  672. config AB5500_DEBUG
  673. bool "Enable debug info via debugfs"
  674. depends on AB5500_CORE && DEBUG_FS
  675. default y if DEBUG_FS
  676. help
  677. Select this option if you want debug information from the AB5500
  678. using the debug filesystem, debugfs.
  679. config AB8500_CORE
  680. bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
  681. depends on GENERIC_HARDIRQS && ABX500_CORE
  682. select MFD_CORE
  683. help
  684. Select this option to enable access to AB8500 power management
  685. chip. This connects to U8500 either on the SSP/SPI bus (deprecated
  686. since hardware version v1.0) or the I2C bus via PRCMU. It also adds
  687. the irq_chip parts for handling the Mixed Signal chip events.
  688. This chip embeds various other multimedia funtionalities as well.
  689. config AB8500_I2C_CORE
  690. bool "AB8500 register access via PRCMU I2C"
  691. depends on AB8500_CORE && MFD_DB8500_PRCMU
  692. default y
  693. help
  694. This enables register access to the AB8500 chip via PRCMU I2C.
  695. The AB8500 chip can be accessed via SPI or I2C. On DB8500 hardware
  696. the I2C bus is connected to the Power Reset
  697. and Mangagement Unit, PRCMU.
  698. config AB8500_DEBUG
  699. bool "Enable debug info via debugfs"
  700. depends on AB8500_CORE && DEBUG_FS
  701. default y if DEBUG_FS
  702. help
  703. Select this option if you want debug information using the debug
  704. filesystem, debugfs.
  705. config AB8500_GPADC
  706. bool "AB8500 GPADC driver"
  707. depends on AB8500_CORE && REGULATOR_AB8500
  708. default y
  709. help
  710. AB8500 GPADC driver used to convert Acc and battery/ac/usb voltage
  711. config MFD_DB8500_PRCMU
  712. bool "ST-Ericsson DB8500 Power Reset Control Management Unit"
  713. depends on UX500_SOC_DB8500
  714. select MFD_CORE
  715. help
  716. Select this option to enable support for the DB8500 Power Reset
  717. and Control Management Unit. This is basically an autonomous
  718. system controller running an XP70 microprocessor, which is accessed
  719. through a register map.
  720. config MFD_DB5500_PRCMU
  721. bool "ST-Ericsson DB5500 Power Reset Control Management Unit"
  722. depends on UX500_SOC_DB5500
  723. select MFD_CORE
  724. help
  725. Select this option to enable support for the DB5500 Power Reset
  726. and Control Management Unit. This is basically an autonomous
  727. system controller running an XP70 microprocessor, which is accessed
  728. through a register map.
  729. config MFD_CS5535
  730. tristate "Support for CS5535 and CS5536 southbridge core functions"
  731. select MFD_CORE
  732. depends on PCI && X86
  733. ---help---
  734. This is the core driver for CS5535/CS5536 MFD functions. This is
  735. necessary for using the board's GPIO and MFGPT functionality.
  736. config MFD_TIMBERDALE
  737. tristate "Support for the Timberdale FPGA"
  738. select MFD_CORE
  739. depends on PCI && GPIOLIB
  740. ---help---
  741. This is the core driver for the timberdale FPGA. This device is a
  742. multifunction device which exposes numerous platform devices.
  743. The timberdale FPGA can be found on the Intel Atom development board
  744. for in-vehicle infontainment, called Russellville.
  745. config LPC_SCH
  746. tristate "Intel SCH LPC"
  747. depends on PCI
  748. select MFD_CORE
  749. help
  750. LPC bridge function of the Intel SCH provides support for
  751. System Management Bus and General Purpose I/O.
  752. config MFD_RDC321X
  753. tristate "Support for RDC-R321x southbridge"
  754. select MFD_CORE
  755. depends on PCI
  756. help
  757. Say yes here if you want to have support for the RDC R-321x SoC
  758. southbridge which provides access to GPIOs and Watchdog using the
  759. southbridge PCI device configuration space.
  760. config MFD_JANZ_CMODIO
  761. tristate "Support for Janz CMOD-IO PCI MODULbus Carrier Board"
  762. select MFD_CORE
  763. depends on PCI
  764. help
  765. This is the core driver for the Janz CMOD-IO PCI MODULbus
  766. carrier board. This device is a PCI to MODULbus bridge which may
  767. host many different types of MODULbus daughterboards, including
  768. CAN and GPIO controllers.
  769. config MFD_JZ4740_ADC
  770. bool "Support for the JZ4740 SoC ADC core"
  771. select MFD_CORE
  772. select GENERIC_IRQ_CHIP
  773. depends on MACH_JZ4740
  774. help
  775. Say yes here if you want support for the ADC unit in the JZ4740 SoC.
  776. This driver is necessary for jz4740-battery and jz4740-hwmon driver.
  777. config MFD_VX855
  778. tristate "Support for VIA VX855/VX875 integrated south bridge"
  779. depends on PCI
  780. select MFD_CORE
  781. help
  782. Say yes here to enable support for various functions of the
  783. VIA VX855/VX875 south bridge. You will need to enable the vx855_spi
  784. and/or vx855_gpio drivers for this to do anything useful.
  785. config MFD_WL1273_CORE
  786. tristate "Support for TI WL1273 FM radio."
  787. depends on I2C
  788. select MFD_CORE
  789. default n
  790. help
  791. This is the core driver for the TI WL1273 FM radio. This MFD
  792. driver connects the radio-wl1273 V4L2 module and the wl1273
  793. audio codec.
  794. config MFD_OMAP_USB_HOST
  795. bool "Support OMAP USBHS core driver"
  796. depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3
  797. default y
  798. help
  799. This is the core driver for the OAMP EHCI and OHCI drivers.
  800. This MFD driver does the required setup functionalities for
  801. OMAP USB Host drivers.
  802. config MFD_PM8XXX
  803. tristate
  804. config MFD_PM8921_CORE
  805. tristate "Qualcomm PM8921 PMIC chip"
  806. depends on MSM_SSBI
  807. select MFD_CORE
  808. select MFD_PM8XXX
  809. help
  810. If you say yes to this option, support will be included for the
  811. built-in PM8921 PMIC chip.
  812. This is required if your board has a PM8921 and uses its features,
  813. such as: MPPs, GPIOs, regulators, interrupts, and PWM.
  814. Say M here if you want to include support for PM8921 chip as a module.
  815. This will build a module called "pm8921-core".
  816. config MFD_PM8821_CORE
  817. tristate "Qualcomm PM8821 PMIC chip"
  818. depends on MSM_SSBI
  819. select MFD_CORE
  820. select MFD_PM8XXX
  821. help
  822. If you say yes to this option, support will be included for the
  823. built-in PM8821 PMIC chip.
  824. This is required if your board has a PM8821 and uses its features,
  825. such as: MPPs, and interrupts.
  826. Say M here if you want to include support for PM8821 chip as a module.
  827. This will build a module called "pm8821-core".
  828. config MFD_PM8018_CORE
  829. tristate "Qualcomm PM8018 PMIC chip"
  830. depends on MSM_SSBI
  831. select MFD_CORE
  832. select MFD_PM8XXX
  833. help
  834. If you say yes to this option, support will be included for the
  835. built-in PM8018 PMIC chip.
  836. This is required if your board has a PM8018 and uses its features,
  837. such as: MPPs, GPIOs, regulators, interrupts, and PWM.
  838. Say M here if you want to include support for PM8018 chip as a module.
  839. This will build a module called "pm8018-core".
  840. config MFD_PM8038_CORE
  841. tristate "Qualcomm PM8038 PMIC chip"
  842. depends on MSM_SSBI
  843. select MFD_CORE
  844. select MFD_PM8XXX
  845. help
  846. If you say yes to this option, support will be included for the
  847. built-in PM8038 PMIC chip.
  848. This is required if your board has a PM8038 and uses its features,
  849. such as: MPPs, GPIOs, regulators, interrupts, and PWM.
  850. Say M here if you want to include support for PM8038 chip as a module.
  851. This will build a module called "pm8038-core".
  852. config MFD_PM8XXX_IRQ
  853. bool "Support for Qualcomm PM8xxx IRQ features"
  854. depends on MFD_PM8XXX
  855. default y if MFD_PM8XXX
  856. help
  857. This is the IRQ driver for Qualcomm PM 8xxx PMIC chips.
  858. This is required to use certain other PM 8xxx features, such as GPIO
  859. and MPP.
  860. config MFD_PM8821_IRQ
  861. bool "Support for Qualcomm PM8821 IRQ features"
  862. default y if MFD_PM8821_CORE
  863. help
  864. This is the IRQ driver for Qualcomm PM 8821 PMIC chips.
  865. This is required to use certain other PM 8821 features, such as MPPs.
  866. config TPS65911_COMPARATOR
  867. tristate
  868. config MFD_TPS65090
  869. bool "TPS65090 Power Management chips"
  870. depends on I2C=y && GENERIC_HARDIRQS
  871. select MFD_CORE
  872. select REGMAP_I2C
  873. help
  874. If you say yes here you get support for the TPS65090 series of
  875. Power Management chips.
  876. This driver provides common support for accessing the device,
  877. additional drivers must be enabled in order to use the
  878. functionality of the device.
  879. config MFD_AAT2870_CORE
  880. bool "Support for the AnalogicTech AAT2870"
  881. select MFD_CORE
  882. depends on I2C=y && GPIOLIB
  883. help
  884. If you say yes here you get support for the AAT2870.
  885. This driver provides common support for accessing the device,
  886. additional drivers must be enabled in order to use the
  887. functionality of the device.
  888. config MFD_INTEL_MSIC
  889. bool "Support for Intel MSIC"
  890. depends on INTEL_SCU_IPC
  891. select MFD_CORE
  892. help
  893. Select this option to enable access to Intel MSIC (Avatele
  894. Passage) chip. This chip embeds audio, battery, GPIO, etc.
  895. devices used in Intel Medfield platforms.
  896. config MFD_PM8XXX_DEBUG
  897. tristate "Qualcomm PM8xxx debugfs support"
  898. depends on MFD_PM8XXX && DEBUG_FS
  899. default y if MFD_PM8XXX
  900. help
  901. This driver provides a debugfs interface to the SSBI registers on
  902. Qualcomm PM 8xxx PMIC chips. It allows for reads and writes to
  903. arbitrary addresses. Writes are blocking so values are guaranteed to
  904. be set into hardware registers upon return.
  905. config MFD_PM8XXX_PWM
  906. tristate "Support for Qualcomm PM8xxx PWM feature"
  907. depends on MFD_PM8XXX
  908. default y if MFD_PM8XXX
  909. help
  910. This is the Pulse Width Modulation (PWM) driver for Qualcomm
  911. PM 8xxx PMIC chips. It can drive 8 channels of PWM output, and
  912. has a lookup table with size of 64 to be shared by any of the
  913. 8 channels.
  914. config MFD_PM8XXX_MISC
  915. tristate "Support for Qualcomm PM8xxx miscellaneous APIs"
  916. depends on MFD_PM8XXX
  917. default y if MFD_PM8XXX
  918. help
  919. This driver implements several miscellaneous APIs that may be needed
  920. in order to control the PM8XXX PMIC chip.
  921. config MFD_PM8XXX_SPK
  922. tristate "Support for Qualcomm PM8xxx speaker APIs"
  923. depends on MFD_PM8XXX
  924. help
  925. This driver implements several external speaker amplifier APIs that
  926. may be needed in order to control the PM8XXX PMIC chip.
  927. config MFD_PM8XXX_BATT_ALARM
  928. tristate "Support for Qualcomm PM8xxx battery voltage alarm"
  929. depends on MFD_PM8XXX
  930. help
  931. This driver provides a means monitor battery under and over-voltage
  932. conditions. An upper and/or lower threshold can be specified for
  933. normal operation. A wakeable interrupt is triggered when the battery
  934. voltage leaves the accepatable range which then calls a notifier call
  935. chain.
  936. config WCD9304_CODEC
  937. tristate "WCD9304 Codec"
  938. select SLIMBUS
  939. select MFD_CORE
  940. default n
  941. help
  942. Enables the WCD9304 core driver. The core driver provides
  943. read/write capability to registers which are part of the
  944. WCD9304 core and gives the ability to use the WCD9304 codec.
  945. config WCD9310_CODEC
  946. tristate "WCD9310 Codec"
  947. select SLIMBUS
  948. select MFD_CORE
  949. default n
  950. help
  951. Enables the WCD9310 core driver. The core driver provides
  952. read/write capability to registers which are part of the
  953. WCD9310 core and gives the ability to use the WCD9310 codec.
  954. config WCD9320_CODEC
  955. tristate "WCD9320 Codec"
  956. select SLIMBUS
  957. select MFD_CORE
  958. help
  959. Enables the WCD9xxx codec core driver. The core driver provides
  960. read/write capability to registers which are part of the
  961. WCD9320 core and gives the ability to use the WCD9320 codec.
  962. The WCD9320 codec support either I2C/I2S or Slimbus for
  963. control and data exchnage with master processor.
  964. config WCD9306_CODEC
  965. tristate "WCD9306 Codec"
  966. select SLIMBUS
  967. select MFD_CORE
  968. help
  969. Enables the WCD9xxx codec core driver. The core driver provides
  970. read/write capability to registers which are part of the
  971. WCD9306 core and gives the ability to use the WCD9306 codec.
  972. The WCD9306 codec supports either I2C/I2S or Slimbus for
  973. control and data exchnage with master processor.
  974. config MFD_RC5T583
  975. bool "Ricoh RC5T583 Power Management system device"
  976. depends on I2C=y && GENERIC_HARDIRQS
  977. select MFD_CORE
  978. select REGMAP_I2C
  979. help
  980. Select this option to get support for the RICOH583 Power
  981. Management system device.
  982. This driver provides common support for accessing the device
  983. through i2c interface. The device supports multiple sub-devices
  984. like GPIO, interrupts, RTC, LDO and DCDC regulators, onkey.
  985. Additional drivers must be enabled in order to use the
  986. different functionality of the device.
  987. config MFD_ANATOP
  988. bool "Support for Freescale i.MX on-chip ANATOP controller"
  989. depends on SOC_IMX6Q
  990. help
  991. Select this option to enable Freescale i.MX on-chip ANATOP
  992. MFD controller. This controller embeds regulator and
  993. thermal devices for Freescale i.MX platforms.
  994. endmenu
  995. endif
  996. menu "Multimedia Capabilities Port drivers"
  997. depends on ARCH_SA1100
  998. config MCP
  999. tristate
  1000. # Interface drivers
  1001. config MCP_SA11X0
  1002. tristate "Support SA11x0 MCP interface"
  1003. depends on ARCH_SA1100
  1004. select MCP
  1005. # Chip drivers
  1006. config MCP_UCB1200
  1007. bool "Support for UCB1200 / UCB1300"
  1008. depends on MCP_SA11X0
  1009. select MCP
  1010. config MCP_UCB1200_TS
  1011. tristate "Touchscreen interface support"
  1012. depends on MCP_UCB1200 && INPUT
  1013. endmenu