Kconfig 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958
  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 MFD_LM3533
  94. tristate "LM3533 Lighting Power chip"
  95. depends on I2C
  96. select MFD_CORE
  97. select REGMAP_I2C
  98. help
  99. Say yes here to enable support for National Semiconductor / TI
  100. LM3533 Lighting Power chips.
  101. This driver provides common support for accessing the device;
  102. additional drivers must be enabled in order to use the LED,
  103. backlight or ambient-light-sensor functionality of the device.
  104. config TPS6105X
  105. tristate "TPS61050/61052 Boost Converters"
  106. depends on I2C
  107. select REGULATOR
  108. select MFD_CORE
  109. select REGULATOR_FIXED_VOLTAGE
  110. help
  111. This option enables a driver for the TP61050/TPS61052
  112. high-power "white LED driver". This boost converter is
  113. sometimes used for other things than white LEDs, and
  114. also contains a GPIO pin.
  115. config TPS65010
  116. tristate "TPS6501x Power Management chips"
  117. depends on I2C && GPIOLIB
  118. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  119. help
  120. If you say yes here you get support for the TPS6501x series of
  121. Power Management chips. These include voltage regulators,
  122. lithium ion/polymer battery charging, and other features that
  123. are often used in portable devices like cell phones and cameras.
  124. This driver can also be built as a module. If so, the module
  125. will be called tps65010.
  126. config TPS6507X
  127. tristate "TPS6507x Power Management / Touch Screen chips"
  128. select MFD_CORE
  129. depends on I2C
  130. help
  131. If you say yes here you get support for the TPS6507x series of
  132. Power Management / Touch Screen chips. These include voltage
  133. regulators, lithium ion/polymer battery charging, touch screen
  134. and other features that are often used in portable devices.
  135. This driver can also be built as a module. If so, the module
  136. will be called tps6507x.
  137. config MFD_TPS65217
  138. tristate "TPS65217 Power Management / White LED chips"
  139. depends on I2C
  140. select MFD_CORE
  141. select REGMAP_I2C
  142. help
  143. If you say yes here you get support for the TPS65217 series of
  144. Power Management / White LED chips.
  145. These include voltage regulators, lithium ion/polymer battery
  146. charger, wled and other features that are often used in portable
  147. devices.
  148. This driver can also be built as a module. If so, the module
  149. will be called tps65217.
  150. config MFD_TPS6586X
  151. bool "TPS6586x Power Management chips"
  152. depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS
  153. select MFD_CORE
  154. depends on REGULATOR
  155. help
  156. If you say yes here you get support for the TPS6586X series of
  157. Power Management chips.
  158. This driver provides common support for accessing the device,
  159. additional drivers must be enabled in order to use the
  160. functionality of the device.
  161. This driver can also be built as a module. If so, the module
  162. will be called tps6586x.
  163. config MFD_TPS65910
  164. bool "TPS65910 Power Management chip"
  165. depends on I2C=y && GPIOLIB
  166. select MFD_CORE
  167. select REGMAP_I2C
  168. select IRQ_DOMAIN
  169. help
  170. if you say yes here you get support for the TPS65910 series of
  171. Power Management chips.
  172. config MFD_TPS65912
  173. bool
  174. depends on GPIOLIB
  175. config MFD_TPS65912_I2C
  176. bool "TPS65912 Power Management chip with I2C"
  177. select MFD_CORE
  178. select MFD_TPS65912
  179. depends on I2C=y && GPIOLIB
  180. help
  181. If you say yes here you get support for the TPS65912 series of
  182. PM chips with I2C interface.
  183. config MFD_TPS65912_SPI
  184. bool "TPS65912 Power Management chip with SPI"
  185. select MFD_CORE
  186. select MFD_TPS65912
  187. depends on SPI_MASTER && GPIOLIB
  188. help
  189. If you say yes here you get support for the TPS65912 series of
  190. PM chips with SPI interface.
  191. config MENELAUS
  192. bool "Texas Instruments TWL92330/Menelaus PM chip"
  193. depends on I2C=y && ARCH_OMAP2
  194. help
  195. If you say yes here you get support for the Texas Instruments
  196. TWL92330/Menelaus Power Management chip. This include voltage
  197. regulators, Dual slot memory card transceivers, real-time clock
  198. and other features that are often used in portable devices like
  199. cell phones and PDAs.
  200. config TWL4030_CORE
  201. bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0 Support"
  202. depends on I2C=y && GENERIC_HARDIRQS
  203. select IRQ_DOMAIN
  204. help
  205. Say yes here if you have TWL4030 / TWL6030 family chip on your board.
  206. This core driver provides register access and IRQ handling
  207. facilities, and registers devices for the various functions
  208. so that function-specific drivers can bind to them.
  209. These multi-function chips are found on many OMAP2 and OMAP3
  210. boards, providing power management, RTC, GPIO, keypad, a
  211. high speed USB OTG transceiver, an audio codec (on most
  212. versions) and many other features.
  213. config TWL4030_MADC
  214. tristate "Texas Instruments TWL4030 MADC"
  215. depends on TWL4030_CORE
  216. help
  217. This driver provides support for triton TWL4030-MADC. The
  218. driver supports both RT and SW conversion methods.
  219. This driver can be built as a module. If so it will be
  220. named twl4030-madc
  221. config TWL4030_POWER
  222. bool "Support power resources on TWL4030 family chips"
  223. depends on TWL4030_CORE && ARM
  224. help
  225. Say yes here if you want to use the power resources on the
  226. TWL4030 family chips. Most of these resources are regulators,
  227. which have a separate driver; some are control signals, such
  228. as clock request handshaking.
  229. This driver uses board-specific data to initialize the resources
  230. and load scripts controlling which resources are switched off/on
  231. or reset when a sleep, wakeup or warm reset event occurs.
  232. config MFD_TWL4030_AUDIO
  233. bool
  234. depends on TWL4030_CORE
  235. select MFD_CORE
  236. default n
  237. config TWL6030_PWM
  238. tristate "TWL6030 PWM (Pulse Width Modulator) Support"
  239. depends on TWL4030_CORE
  240. select HAVE_PWM
  241. default n
  242. help
  243. Say yes here if you want support for TWL6030 PWM.
  244. This is used to control charging LED brightness.
  245. config TWL6040_CORE
  246. bool "Support for TWL6040 audio codec"
  247. depends on I2C=y && GENERIC_HARDIRQS
  248. select MFD_CORE
  249. select REGMAP_I2C
  250. default n
  251. help
  252. Say yes here if you want support for Texas Instruments TWL6040 audio
  253. codec.
  254. This driver provides common support for accessing the device,
  255. additional drivers must be enabled in order to use the
  256. functionality of the device (audio, vibra).
  257. config MFD_STMPE
  258. bool "Support STMicroelectronics STMPE"
  259. depends on (I2C=y || SPI_MASTER=y) && GENERIC_HARDIRQS
  260. select MFD_CORE
  261. help
  262. Support for the STMPE family of I/O Expanders from
  263. STMicroelectronics.
  264. Currently supported devices are:
  265. STMPE811: GPIO, Touchscreen
  266. STMPE1601: GPIO, Keypad
  267. STMPE2401: GPIO, Keypad
  268. STMPE2403: GPIO, Keypad
  269. This driver provides common support for accessing the device,
  270. additional drivers must be enabled in order to use the functionality
  271. of the device. Currently available sub drivers are:
  272. GPIO: stmpe-gpio
  273. Keypad: stmpe-keypad
  274. Touchscreen: stmpe-ts
  275. menu "STMPE Interface Drivers"
  276. depends on MFD_STMPE
  277. config STMPE_I2C
  278. bool "STMPE I2C Inteface"
  279. depends on I2C=y
  280. default y
  281. help
  282. This is used to enable I2C interface of STMPE
  283. config STMPE_SPI
  284. bool "STMPE SPI Inteface"
  285. depends on SPI_MASTER
  286. help
  287. This is used to enable SPI interface of STMPE
  288. endmenu
  289. config MFD_TC3589X
  290. bool "Support Toshiba TC35892 and variants"
  291. depends on I2C=y && GENERIC_HARDIRQS
  292. select MFD_CORE
  293. help
  294. Support for the Toshiba TC35892 and variants I/O Expander.
  295. This driver provides common support for accessing the device,
  296. additional drivers must be enabled in order to use the
  297. functionality of the device.
  298. config MFD_TMIO
  299. bool
  300. default n
  301. config MFD_T7L66XB
  302. bool "Support Toshiba T7L66XB"
  303. depends on ARM && HAVE_CLK
  304. select MFD_CORE
  305. select MFD_TMIO
  306. help
  307. Support for Toshiba Mobile IO Controller T7L66XB
  308. config MFD_TC6387XB
  309. bool "Support Toshiba TC6387XB"
  310. depends on ARM && HAVE_CLK
  311. select MFD_CORE
  312. select MFD_TMIO
  313. help
  314. Support for Toshiba Mobile IO Controller TC6387XB
  315. config MFD_TC6393XB
  316. bool "Support Toshiba TC6393XB"
  317. depends on GPIOLIB && ARM && HAVE_CLK
  318. select MFD_CORE
  319. select MFD_TMIO
  320. help
  321. Support for Toshiba Mobile IO Controller TC6393XB
  322. config PMIC_DA903X
  323. bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
  324. depends on I2C=y
  325. help
  326. Say yes here to support for Dialog Semiconductor DA9030 (a.k.a
  327. ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
  328. usually found on PXA processors-based platforms. This includes
  329. the I2C driver and the core APIs _only_, you have to select
  330. individual components like LCD backlight, voltage regulators,
  331. LEDs and battery-charger under the corresponding menus.
  332. config PMIC_DA9052
  333. bool
  334. select MFD_CORE
  335. config MFD_DA9052_SPI
  336. bool "Support Dialog Semiconductor DA9052/53 PMIC variants with SPI"
  337. select REGMAP_SPI
  338. select REGMAP_IRQ
  339. select PMIC_DA9052
  340. depends on SPI_MASTER=y
  341. help
  342. Support for the Dialog Semiconductor DA9052 PMIC
  343. when controlled using SPI. This driver provides common support
  344. for accessing the device, additional drivers must be enabled in
  345. order to use the functionality of the device.
  346. config MFD_DA9052_I2C
  347. bool "Support Dialog Semiconductor DA9052/53 PMIC variants with I2C"
  348. select REGMAP_I2C
  349. select REGMAP_IRQ
  350. select PMIC_DA9052
  351. depends on I2C=y
  352. help
  353. Support for the Dialog Semiconductor DA9052 PMIC
  354. when controlled using I2C. This driver provides common support
  355. for accessing the device, additional drivers must be enabled in
  356. order to use the functionality of the device.
  357. config PMIC_ADP5520
  358. bool "Analog Devices ADP5520/01 MFD PMIC Core Support"
  359. depends on I2C=y
  360. help
  361. Say yes here to add support for Analog Devices AD5520 and ADP5501,
  362. Multifunction Power Management IC. This includes
  363. the I2C driver and the core APIs _only_, you have to select
  364. individual components like LCD backlight, LEDs, GPIOs and Kepad
  365. under the corresponding menus.
  366. config MFD_MAX77693
  367. bool "Maxim Semiconductor MAX77693 PMIC Support"
  368. depends on I2C=y && GENERIC_HARDIRQS
  369. select MFD_CORE
  370. select REGMAP_I2C
  371. help
  372. Say yes here to support for Maxim Semiconductor MAX77693.
  373. This is a companion Power Management IC with Flash, Haptic, Charger,
  374. and MUIC(Micro USB Interface Controller) controls on chip.
  375. This driver provides common support for accessing the device;
  376. additional drivers must be enabled in order to use the functionality
  377. of the device.
  378. config MFD_MAX8925
  379. bool "Maxim Semiconductor MAX8925 PMIC Support"
  380. depends on I2C=y && GENERIC_HARDIRQS
  381. select MFD_CORE
  382. help
  383. Say yes here to support for Maxim Semiconductor MAX8925. This is
  384. a Power Management IC. This driver provides common support for
  385. accessing the device, additional drivers must be enabled in order
  386. to use the functionality of the device.
  387. config MFD_MAX8997
  388. bool "Maxim Semiconductor MAX8997/8966 PMIC Support"
  389. depends on I2C=y && GENERIC_HARDIRQS
  390. select MFD_CORE
  391. help
  392. Say yes here to support for Maxim Semiconductor MAX8997/8966.
  393. This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic,
  394. MUIC controls on chip.
  395. This driver provides common support for accessing the device;
  396. additional drivers must be enabled in order to use the functionality
  397. of the device.
  398. config MFD_MAX8998
  399. bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
  400. depends on I2C=y && GENERIC_HARDIRQS
  401. select MFD_CORE
  402. help
  403. Say yes here to 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_S5M_CORE
  409. bool "SAMSUNG S5M Series Support"
  410. depends on I2C=y && GENERIC_HARDIRQS
  411. select MFD_CORE
  412. select REGMAP_I2C
  413. help
  414. Support for the Samsung Electronics S5M MFD series.
  415. This driver provides common support for accessing the device,
  416. additional drivers must be enabled in order to use the functionality
  417. of the device
  418. config MFD_WM8400
  419. bool "Support Wolfson Microelectronics WM8400"
  420. select MFD_CORE
  421. depends on I2C=y
  422. select REGMAP_I2C
  423. help
  424. Support for the Wolfson Microelecronics WM8400 PMIC and audio
  425. CODEC. This driver provides common support for accessing
  426. the device, additional drivers must be enabled in order to use
  427. the functionality of the device.
  428. config MFD_WM831X
  429. bool
  430. depends on GENERIC_HARDIRQS
  431. config MFD_WM831X_I2C
  432. bool "Support Wolfson Microelectronics WM831x/2x PMICs with I2C"
  433. select MFD_CORE
  434. select MFD_WM831X
  435. select REGMAP_I2C
  436. select IRQ_DOMAIN
  437. depends on I2C=y && GENERIC_HARDIRQS
  438. help
  439. Support for the Wolfson Microelecronics WM831x and WM832x PMICs
  440. when controlled using I2C. This driver provides common support
  441. for accessing the device, additional drivers must be enabled in
  442. order to use the functionality of the device.
  443. config MFD_WM831X_SPI
  444. bool "Support Wolfson Microelectronics WM831x/2x PMICs with SPI"
  445. select MFD_CORE
  446. select MFD_WM831X
  447. select REGMAP_SPI
  448. select IRQ_DOMAIN
  449. depends on SPI_MASTER && GENERIC_HARDIRQS
  450. help
  451. Support for the Wolfson Microelecronics WM831x and WM832x PMICs
  452. when controlled using SPI. This driver provides common support
  453. for accessing the device, additional drivers must be enabled in
  454. order to use the functionality of the device.
  455. config MFD_WM8350
  456. bool
  457. depends on GENERIC_HARDIRQS
  458. config MFD_WM8350_CONFIG_MODE_0
  459. bool
  460. depends on MFD_WM8350
  461. config MFD_WM8350_CONFIG_MODE_1
  462. bool
  463. depends on MFD_WM8350
  464. config MFD_WM8350_CONFIG_MODE_2
  465. bool
  466. depends on MFD_WM8350
  467. config MFD_WM8350_CONFIG_MODE_3
  468. bool
  469. depends on MFD_WM8350
  470. config MFD_WM8351_CONFIG_MODE_0
  471. bool
  472. depends on MFD_WM8350
  473. config MFD_WM8351_CONFIG_MODE_1
  474. bool
  475. depends on MFD_WM8350
  476. config MFD_WM8351_CONFIG_MODE_2
  477. bool
  478. depends on MFD_WM8350
  479. config MFD_WM8351_CONFIG_MODE_3
  480. bool
  481. depends on MFD_WM8350
  482. config MFD_WM8352_CONFIG_MODE_0
  483. bool
  484. depends on MFD_WM8350
  485. config MFD_WM8352_CONFIG_MODE_1
  486. bool
  487. depends on MFD_WM8350
  488. config MFD_WM8352_CONFIG_MODE_2
  489. bool
  490. depends on MFD_WM8350
  491. config MFD_WM8352_CONFIG_MODE_3
  492. bool
  493. depends on MFD_WM8350
  494. config MFD_WM8350_I2C
  495. bool "Support Wolfson Microelectronics WM8350 with I2C"
  496. select MFD_WM8350
  497. depends on I2C=y && GENERIC_HARDIRQS
  498. help
  499. The WM8350 is an integrated audio and power management
  500. subsystem with watchdog and RTC functionality for embedded
  501. systems. This option enables core support for the WM8350 with
  502. I2C as the control interface. Additional options must be
  503. selected to enable support for the functionality of the chip.
  504. config MFD_WM8994
  505. bool "Support Wolfson Microelectronics WM8994"
  506. select MFD_CORE
  507. select REGMAP_I2C
  508. select REGMAP_IRQ
  509. depends on I2C=y && GENERIC_HARDIRQS
  510. help
  511. The WM8994 is a highly integrated hi-fi CODEC designed for
  512. smartphone applicatiosn. As well as audio functionality it
  513. has on board GPIO and regulator functionality which is
  514. supported via the relevant subsystems. This driver provides
  515. core support for the WM8994, in order to use the actual
  516. functionaltiy of the device other drivers must be enabled.
  517. config MFD_PCF50633
  518. tristate "Support for NXP PCF50633"
  519. depends on I2C
  520. select REGMAP_I2C
  521. help
  522. Say yes here if you have NXP PCF50633 chip on your board.
  523. This core driver provides register access and IRQ handling
  524. facilities, and registers devices for the various functions
  525. so that function-specific drivers can bind to them.
  526. config PCF50633_ADC
  527. tristate "Support for NXP PCF50633 ADC"
  528. depends on MFD_PCF50633
  529. help
  530. Say yes here if you want to include support for ADC in the
  531. NXP PCF50633 chip.
  532. config PCF50633_GPIO
  533. tristate "Support for NXP PCF50633 GPIO"
  534. depends on MFD_PCF50633
  535. help
  536. Say yes here if you want to include support GPIO for pins on
  537. the PCF50633 chip.
  538. config MFD_MC13783
  539. tristate
  540. config MFD_MC13XXX
  541. tristate
  542. depends on SPI_MASTER || I2C
  543. select MFD_CORE
  544. select MFD_MC13783
  545. help
  546. Enable support for the Freescale MC13783 and MC13892 PMICs.
  547. This driver provides common support for accessing the device,
  548. additional drivers must be enabled in order to use the
  549. functionality of the device.
  550. config MFD_MC13XXX_SPI
  551. tristate "Freescale MC13783 and MC13892 SPI interface"
  552. depends on SPI_MASTER
  553. select REGMAP_SPI
  554. select MFD_MC13XXX
  555. help
  556. Select this if your MC13xxx is connected via an SPI bus.
  557. config MFD_MC13XXX_I2C
  558. tristate "Freescale MC13892 I2C interface"
  559. depends on I2C
  560. select REGMAP_I2C
  561. select MFD_MC13XXX
  562. help
  563. Select this if your MC13xxx is connected via an I2C bus.
  564. config ABX500_CORE
  565. bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions"
  566. default y if ARCH_U300 || ARCH_U8500
  567. help
  568. Say yes here if you have the ABX500 Mixed Signal IC family
  569. chips. This core driver expose register access functions.
  570. Functionality specific drivers using these functions can
  571. remain unchanged when IC changes. Binding of the functions to
  572. actual register access is done by the IC core driver.
  573. config AB3100_CORE
  574. bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
  575. depends on I2C=y && ABX500_CORE
  576. select MFD_CORE
  577. default y if ARCH_U300
  578. help
  579. Select this to enable the AB3100 Mixed Signal IC core
  580. functionality. This connects to a AB3100 on the I2C bus
  581. and expose a number of symbols needed for dependent devices
  582. to read and write registers and subscribe to events from
  583. this multi-functional IC. This is needed to use other features
  584. of the AB3100 such as battery-backed RTC, charging control,
  585. LEDs, vibrator, system power and temperature, power management
  586. and ALSA sound.
  587. config AB3100_OTP
  588. tristate "ST-Ericsson AB3100 OTP functions"
  589. depends on AB3100_CORE
  590. default y if AB3100_CORE
  591. help
  592. Select this to enable the AB3100 Mixed Signal IC OTP (one-time
  593. programmable memory) support. This exposes a sysfs file to read
  594. out OTP values.
  595. config EZX_PCAP
  596. bool "PCAP Support"
  597. depends on GENERIC_HARDIRQS && SPI_MASTER
  598. help
  599. This enables the PCAP ASIC present on EZX Phones. This is
  600. needed for MMC, TouchScreen, Sound, USB, etc..
  601. config AB8500_CORE
  602. bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
  603. depends on GENERIC_HARDIRQS && ABX500_CORE && MFD_DB8500_PRCMU
  604. select MFD_CORE
  605. help
  606. Select this option to enable access to AB8500 power management
  607. chip. This connects to U8500 either on the SSP/SPI bus (deprecated
  608. since hardware version v1.0) or the I2C bus via PRCMU. It also adds
  609. the irq_chip parts for handling the Mixed Signal chip events.
  610. This chip embeds various other multimedia funtionalities as well.
  611. config AB8500_I2C_CORE
  612. bool "AB8500 register access via PRCMU I2C"
  613. depends on AB8500_CORE && MFD_DB8500_PRCMU
  614. default y
  615. help
  616. This enables register access to the AB8500 chip via PRCMU I2C.
  617. The AB8500 chip can be accessed via SPI or I2C. On DB8500 hardware
  618. the I2C bus is connected to the Power Reset
  619. and Mangagement Unit, PRCMU.
  620. config AB8500_DEBUG
  621. bool "Enable debug info via debugfs"
  622. depends on AB8500_CORE && DEBUG_FS
  623. default y if DEBUG_FS
  624. help
  625. Select this option if you want debug information using the debug
  626. filesystem, debugfs.
  627. config AB8500_GPADC
  628. bool "AB8500 GPADC driver"
  629. depends on AB8500_CORE && REGULATOR_AB8500
  630. default y
  631. help
  632. AB8500 GPADC driver used to convert Acc and battery/ac/usb voltage
  633. config MFD_DB8500_PRCMU
  634. bool "ST-Ericsson DB8500 Power Reset Control Management Unit"
  635. depends on UX500_SOC_DB8500
  636. select MFD_CORE
  637. help
  638. Select this option to enable support for the DB8500 Power Reset
  639. and Control Management Unit. This is basically an autonomous
  640. system controller running an XP70 microprocessor, which is accessed
  641. through a register map.
  642. config MFD_CS5535
  643. tristate "Support for CS5535 and CS5536 southbridge core functions"
  644. select MFD_CORE
  645. depends on PCI && X86
  646. ---help---
  647. This is the core driver for CS5535/CS5536 MFD functions. This is
  648. necessary for using the board's GPIO and MFGPT functionality.
  649. config MFD_TIMBERDALE
  650. tristate "Support for the Timberdale FPGA"
  651. select MFD_CORE
  652. depends on PCI && GPIOLIB
  653. ---help---
  654. This is the core driver for the timberdale FPGA. This device is a
  655. multifunction device which exposes numerous platform devices.
  656. The timberdale FPGA can be found on the Intel Atom development board
  657. for in-vehicle infontainment, called Russellville.
  658. config LPC_SCH
  659. tristate "Intel SCH LPC"
  660. depends on PCI
  661. select MFD_CORE
  662. help
  663. LPC bridge function of the Intel SCH provides support for
  664. System Management Bus and General Purpose I/O.
  665. config LPC_ICH
  666. tristate "Intel ICH LPC"
  667. depends on PCI
  668. select MFD_CORE
  669. help
  670. The LPC bridge function of the Intel ICH provides support for
  671. many functional units. This driver provides needed support for
  672. other drivers to control these functions, currently GPIO and
  673. watchdog.
  674. config MFD_RDC321X
  675. tristate "Support for RDC-R321x southbridge"
  676. select MFD_CORE
  677. depends on PCI
  678. help
  679. Say yes here if you want to have support for the RDC R-321x SoC
  680. southbridge which provides access to GPIOs and Watchdog using the
  681. southbridge PCI device configuration space.
  682. config MFD_JANZ_CMODIO
  683. tristate "Support for Janz CMOD-IO PCI MODULbus Carrier Board"
  684. select MFD_CORE
  685. depends on PCI
  686. help
  687. This is the core driver for the Janz CMOD-IO PCI MODULbus
  688. carrier board. This device is a PCI to MODULbus bridge which may
  689. host many different types of MODULbus daughterboards, including
  690. CAN and GPIO controllers.
  691. config MFD_JZ4740_ADC
  692. bool "Support for the JZ4740 SoC ADC core"
  693. select MFD_CORE
  694. select GENERIC_IRQ_CHIP
  695. depends on MACH_JZ4740
  696. help
  697. Say yes here if you want support for the ADC unit in the JZ4740 SoC.
  698. This driver is necessary for jz4740-battery and jz4740-hwmon driver.
  699. config MFD_VX855
  700. tristate "Support for VIA VX855/VX875 integrated south bridge"
  701. depends on PCI
  702. select MFD_CORE
  703. help
  704. Say yes here to enable support for various functions of the
  705. VIA VX855/VX875 south bridge. You will need to enable the vx855_spi
  706. and/or vx855_gpio drivers for this to do anything useful.
  707. config MFD_WL1273_CORE
  708. tristate "Support for TI WL1273 FM radio."
  709. depends on I2C
  710. select MFD_CORE
  711. default n
  712. help
  713. This is the core driver for the TI WL1273 FM radio. This MFD
  714. driver connects the radio-wl1273 V4L2 module and the wl1273
  715. audio codec.
  716. config MFD_OMAP_USB_HOST
  717. bool "Support OMAP USBHS core driver"
  718. depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3
  719. default y
  720. help
  721. This is the core driver for the OAMP EHCI and OHCI drivers.
  722. This MFD driver does the required setup functionalities for
  723. OMAP USB Host drivers.
  724. config MFD_PM8XXX
  725. tristate
  726. config MFD_PM8921_CORE
  727. tristate "Qualcomm PM8921 PMIC chip"
  728. depends on MSM_SSBI
  729. select MFD_CORE
  730. select MFD_PM8XXX
  731. help
  732. If you say yes to this option, support will be included for the
  733. built-in PM8921 PMIC chip.
  734. This is required if your board has a PM8921 and uses its features,
  735. such as: MPPs, GPIOs, regulators, interrupts, and PWM.
  736. Say M here if you want to include support for PM8921 chip as a module.
  737. This will build a module called "pm8921-core".
  738. config MFD_PM8XXX_IRQ
  739. bool "Support for Qualcomm PM8xxx IRQ features"
  740. depends on MFD_PM8XXX
  741. default y if MFD_PM8XXX
  742. help
  743. This is the IRQ driver for Qualcomm PM 8xxx PMIC chips.
  744. This is required to use certain other PM 8xxx features, such as GPIO
  745. and MPP.
  746. config TPS65911_COMPARATOR
  747. tristate
  748. config MFD_TPS65090
  749. bool "TPS65090 Power Management chips"
  750. depends on I2C=y && GENERIC_HARDIRQS
  751. select MFD_CORE
  752. select REGMAP_I2C
  753. help
  754. If you say yes here you get support for the TPS65090 series of
  755. Power Management chips.
  756. This driver provides common support for accessing the device,
  757. additional drivers must be enabled in order to use the
  758. functionality of the device.
  759. config MFD_AAT2870_CORE
  760. bool "Support for the AnalogicTech AAT2870"
  761. select MFD_CORE
  762. depends on I2C=y && GPIOLIB
  763. help
  764. If you say yes here you get support for the AAT2870.
  765. This driver provides common support for accessing the device,
  766. additional drivers must be enabled in order to use the
  767. functionality of the device.
  768. config MFD_INTEL_MSIC
  769. bool "Support for Intel MSIC"
  770. depends on INTEL_SCU_IPC
  771. select MFD_CORE
  772. help
  773. Select this option to enable access to Intel MSIC (Avatele
  774. Passage) chip. This chip embeds audio, battery, GPIO, etc.
  775. devices used in Intel Medfield platforms.
  776. config MFD_RC5T583
  777. bool "Ricoh RC5T583 Power Management system device"
  778. depends on I2C=y && GENERIC_HARDIRQS
  779. select MFD_CORE
  780. select REGMAP_I2C
  781. help
  782. Select this option to get support for the RICOH583 Power
  783. Management system device.
  784. This driver provides common support for accessing the device
  785. through i2c interface. The device supports multiple sub-devices
  786. like GPIO, interrupts, RTC, LDO and DCDC regulators, onkey.
  787. Additional drivers must be enabled in order to use the
  788. different functionality of the device.
  789. config MFD_STA2X11
  790. bool "STA2X11 multi function device support"
  791. depends on STA2X11
  792. select MFD_CORE
  793. config MFD_ANATOP
  794. bool "Support for Freescale i.MX on-chip ANATOP controller"
  795. depends on SOC_IMX6Q
  796. help
  797. Select this option to enable Freescale i.MX on-chip ANATOP
  798. MFD controller. This controller embeds regulator and
  799. thermal devices for Freescale i.MX platforms.
  800. config MFD_PALMAS
  801. bool "Support for the TI Palmas series chips"
  802. select MFD_CORE
  803. select REGMAP_I2C
  804. select REGMAP_IRQ
  805. depends on I2C=y
  806. help
  807. If you say yes here you get support for the Palmas
  808. series of PMIC chips from Texas Instruments.
  809. endmenu
  810. endif
  811. menu "Multimedia Capabilities Port drivers"
  812. depends on ARCH_SA1100
  813. config MCP
  814. tristate
  815. # Interface drivers
  816. config MCP_SA11X0
  817. tristate "Support SA11x0 MCP interface"
  818. depends on ARCH_SA1100
  819. select MCP
  820. # Chip drivers
  821. config MCP_UCB1200
  822. bool "Support for UCB1200 / UCB1300"
  823. depends on MCP_SA11X0
  824. select MCP
  825. config MCP_UCB1200_TS
  826. tristate "Touchscreen interface support"
  827. depends on MCP_UCB1200 && INPUT
  828. endmenu