Kconfig 32 KB

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