Kconfig 39 KB

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