1a4e137abSRussell King# 2a4e137abSRussell King# Multifunction miscellaneous devices 3a4e137abSRussell King# 4a4e137abSRussell King 58a0a8e8eSArnd Bergmannif HAS_IOMEM 68a0a8e8eSArnd Bergmannmenu "Multifunction device drivers" 7b6d6454fSBen Dooks 8aa613de6SDmitry Baryshkovconfig MFD_CORE 9aa613de6SDmitry Baryshkov tristate 10c94bb233SLee Jones select IRQ_DOMAIN 11aa613de6SDmitry Baryshkov default n 12aa613de6SDmitry Baryshkov 132cc50beeSHaojian Zhuangconfig MFD_88PM860X 142cc50beeSHaojian Zhuang bool "Support Marvell 88PM8606/88PM8607" 158d002bdcSGeert Uytterhoeven depends on I2C=y && GENERIC_HARDIRQS 16b46a36c0SJett.Zhou select REGMAP_I2C 172cc50beeSHaojian Zhuang select MFD_CORE 182cc50beeSHaojian Zhuang help 192cc50beeSHaojian Zhuang This supports for Marvell 88PM8606/88PM8607 Power Management IC. 202cc50beeSHaojian Zhuang This includes the I2C driver and the core APIs _only_, you have to 212cc50beeSHaojian Zhuang select individual components like voltage regulators, RTC and 222cc50beeSHaojian Zhuang battery-charger under the corresponding menus. 232cc50beeSHaojian Zhuang 24*4ab6174eSSimon Glassconfig MFD_CROS_EC 25*4ab6174eSSimon Glass tristate "Support ChromeOS Embedded Controller" 26*4ab6174eSSimon Glass help 27*4ab6174eSSimon Glass If you say Y here you get support for the ChromeOS Embedded 28*4ab6174eSSimon Glass Controller (EC) providing keyboard, battery and power services. 29*4ab6174eSSimon Glass You also ned to enable the driver for the bus you are using. The 30*4ab6174eSSimon Glass protocol for talking to the EC is defined by the bus driver. 31*4ab6174eSSimon Glass 3270c6cce0SQiao Zhouconfig MFD_88PM800 3370c6cce0SQiao Zhou tristate "Support Marvell 88PM800" 3470c6cce0SQiao Zhou depends on I2C=y && GENERIC_HARDIRQS 3570c6cce0SQiao Zhou select REGMAP_I2C 3670c6cce0SQiao Zhou select REGMAP_IRQ 3770c6cce0SQiao Zhou select MFD_CORE 3870c6cce0SQiao Zhou help 3970c6cce0SQiao Zhou This supports for Marvell 88PM800 Power Management IC. 4070c6cce0SQiao Zhou This includes the I2C driver and the core APIs _only_, you have to 4170c6cce0SQiao Zhou select individual components like voltage regulators, RTC and 4270c6cce0SQiao Zhou battery-charger under the corresponding menus. 4370c6cce0SQiao Zhou 4470c6cce0SQiao Zhouconfig MFD_88PM805 4570c6cce0SQiao Zhou tristate "Support Marvell 88PM805" 4670c6cce0SQiao Zhou depends on I2C=y && GENERIC_HARDIRQS 4770c6cce0SQiao Zhou select REGMAP_I2C 4870c6cce0SQiao Zhou select REGMAP_IRQ 4970c6cce0SQiao Zhou select MFD_CORE 5070c6cce0SQiao Zhou help 5170c6cce0SQiao Zhou This supports for Marvell 88PM805 Power Management IC. This includes 5270c6cce0SQiao Zhou the I2C driver and the core APIs _only_, you have to select individual 5370c6cce0SQiao Zhou components like codec device, headset/Mic device under the 5470c6cce0SQiao Zhou corresponding menus. 5570c6cce0SQiao Zhou 56b6d6454fSBen Dooksconfig MFD_SM501 57b6d6454fSBen Dooks tristate "Support for Silicon Motion SM501" 58b6d6454fSBen Dooks ---help--- 59b6d6454fSBen Dooks This is the core driver for the Silicon Motion SM501 multimedia 60b6d6454fSBen Dooks companion chip. This device is a multifunction device which may 6101dd2fbfSMatt LaPlante provide numerous interfaces including USB host controller, USB gadget, 6201dd2fbfSMatt LaPlante asynchronous serial ports, audio functions, and a dual display video 63b6d6454fSBen Dooks interface. The device may be connected by PCI or local bus with 64b6d6454fSBen Dooks varying functions enabled. 65b6d6454fSBen Dooks 66f61be273SBen Dooksconfig MFD_SM501_GPIO 67f61be273SBen Dooks bool "Export GPIO via GPIO layer" 682eedd604SSamuel Ortiz depends on MFD_SM501 && GPIOLIB 69f61be273SBen Dooks ---help--- 70f61be273SBen Dooks This option uses the gpio library layer to export the 64 GPIO 71f61be273SBen Dooks lines on the SM501. The platform data is used to supply the 72f61be273SBen Dooks base number for the first GPIO line to register. 73f61be273SBen Dooks 7467d16a46SWei WANGconfig MFD_RTSX_PCI 7567d16a46SWei WANG tristate "Support for Realtek PCI-E card reader" 7621f792cdSHeiko Carstens depends on PCI && GENERIC_HARDIRQS 7704bfd1dfSGreg Kroah-Hartman select MFD_CORE 7867d16a46SWei WANG help 7967d16a46SWei WANG This supports for Realtek PCI-Express card reader including rts5209, 8067d16a46SWei WANG rts5229, rtl8411, etc. Realtek card reader supports access to many 8167d16a46SWei WANG types of memory cards, such as Memory Stick, Memory Stick Pro, 8267d16a46SWei WANG Secure Digital and MultiMediaCard. 8367d16a46SWei WANG 84fa9ff4b1SSamuel Ortizconfig MFD_ASIC3 85fa9ff4b1SSamuel Ortiz bool "Support for Compaq ASIC3" 862eedd604SSamuel Ortiz depends on GENERIC_HARDIRQS && GPIOLIB && ARM 879461f65aSPhilipp Zabel select MFD_CORE 88fa9ff4b1SSamuel Ortiz ---help--- 89fa9ff4b1SSamuel Ortiz This driver supports the ASIC3 multifunction chip found on many 90fa9ff4b1SSamuel Ortiz PDAs (mainly iPAQ and HTC based ones) 91fa9ff4b1SSamuel Ortiz 92ca26308cSMiguel Aguilarconfig MFD_DAVINCI_VOICECODEC 93ca26308cSMiguel Aguilar tristate 94ca26308cSMiguel Aguilar select MFD_CORE 95ca26308cSMiguel Aguilar 960931a4c6SDavid Brownellconfig MFD_DM355EVM_MSP 970931a4c6SDavid Brownell bool "DaVinci DM355 EVM microcontroller" 981819ebcfSSamuel Ortiz depends on I2C=y && MACH_DAVINCI_DM355_EVM 990931a4c6SDavid Brownell help 1000931a4c6SDavid Brownell This driver supports the MSP430 microcontroller used on these 1010931a4c6SDavid Brownell boards. MSP430 firmware manages resets and power sequencing, 1020931a4c6SDavid Brownell inputs from buttons and the IR remote, LEDs, an RTC, and more. 1030931a4c6SDavid Brownell 10403df0f62SCyril Chemparathyconfig MFD_TI_SSP 10503df0f62SCyril Chemparathy tristate "TI Sequencer Serial Port support" 10621f792cdSHeiko Carstens depends on ARCH_DAVINCI_TNETV107X && GENERIC_HARDIRQS 10703df0f62SCyril Chemparathy select MFD_CORE 10803df0f62SCyril Chemparathy ---help--- 10903df0f62SCyril Chemparathy Say Y here if you want support for the Sequencer Serial Port 11003df0f62SCyril Chemparathy in a Texas Instruments TNETV107X SoC. 11103df0f62SCyril Chemparathy 11203df0f62SCyril Chemparathy To compile this driver as a module, choose M here: the 11303df0f62SCyril Chemparathy module will be called ti-ssp. 11403df0f62SCyril Chemparathy 11501636eb9SPatil, Rachnaconfig MFD_TI_AM335X_TSCADC 11601636eb9SPatil, Rachna tristate "TI ADC / Touch Screen chip support" 11701636eb9SPatil, Rachna select MFD_CORE 11801636eb9SPatil, Rachna select REGMAP 11901636eb9SPatil, Rachna select REGMAP_MMIO 12021f792cdSHeiko Carstens depends on GENERIC_HARDIRQS 12101636eb9SPatil, Rachna help 12201636eb9SPatil, Rachna If you say yes here you get support for Texas Instruments series 12301636eb9SPatil, Rachna of Touch Screen /ADC chips. 12401636eb9SPatil, Rachna To compile this driver as a module, choose M here: the 12501636eb9SPatil, Rachna module will be called ti_am335x_tscadc. 12601636eb9SPatil, Rachna 127a1635b8fSPhilipp Zabelconfig HTC_EGPIO 128a1635b8fSPhilipp Zabel bool "HTC EGPIO support" 1297444a72eSMichael Buesch depends on GENERIC_HARDIRQS && GPIOLIB && ARM 130a1635b8fSPhilipp Zabel help 131a1635b8fSPhilipp Zabel This driver supports the CPLD egpio chip present on 132a1635b8fSPhilipp Zabel several HTC phones. It provides basic support for input 133a1635b8fSPhilipp Zabel pins, output pins, and irqs. 134a1635b8fSPhilipp Zabel 1355dc3339aSPhilipp Zabelconfig HTC_PASIC3 1365dc3339aSPhilipp Zabel tristate "HTC PASIC3 LED/DS1WM chip support" 1370254a8f4SPhilipp Zabel select MFD_CORE 13821f792cdSHeiko Carstens depends on GENERIC_HARDIRQS 1395dc3339aSPhilipp Zabel help 1405dc3339aSPhilipp Zabel This core driver provides register access for the LED/DS1WM 1415dc3339aSPhilipp Zabel chips labeled "AIC2" and "AIC3", found on HTC Blueangel and 1425dc3339aSPhilipp Zabel HTC Magician devices, respectively. Actual functionality is 1435dc3339aSPhilipp Zabel handled by the leds-pasic3 and ds1wm drivers. 1445dc3339aSPhilipp Zabel 1456048a3ddSCory Maccarroneconfig HTC_I2CPLD 1466048a3ddSCory Maccarrone bool "HTC I2C PLD chip support" 147bef3e20cSRandy Dunlap depends on I2C=y && GPIOLIB 1486048a3ddSCory Maccarrone help 1496048a3ddSCory Maccarrone If you say yes here you get support for the supposed CPLD 1506048a3ddSCory Maccarrone found on omap850 HTC devices like the HTC Wizard and HTC Herald. 1516048a3ddSCory Maccarrone This device provides input and output GPIOs through an I2C 1526048a3ddSCory Maccarrone interface to one or more sub-chips. 1536048a3ddSCory Maccarrone 154d9105c2bSMarek Vašutconfig UCB1400_CORE 155d9105c2bSMarek Vašut tristate "Philips UCB1400 Core driver" 156e4831802SRandy Dunlap depends on AC97_BUS 1575a49a540SAndrew Morton depends on GPIOLIB 158d9105c2bSMarek Vašut help 159d9105c2bSMarek Vašut This enables support for the Philips UCB1400 core functions. 160d9105c2bSMarek Vašut The UCB1400 is an AC97 audio codec. 161d9105c2bSMarek Vašut 162d9105c2bSMarek Vašut To compile this driver as a module, choose M here: the 163d9105c2bSMarek Vašut module will be called ucb1400_core. 164d9105c2bSMarek Vašut 16516c5c023SJohan Hovoldconfig MFD_LM3533 16616c5c023SJohan Hovold tristate "LM3533 Lighting Power chip" 16716c5c023SJohan Hovold depends on I2C 16816c5c023SJohan Hovold select MFD_CORE 16916c5c023SJohan Hovold select REGMAP_I2C 17021f792cdSHeiko Carstens depends on GENERIC_HARDIRQS 17116c5c023SJohan Hovold help 17216c5c023SJohan Hovold Say yes here to enable support for National Semiconductor / TI 17316c5c023SJohan Hovold LM3533 Lighting Power chips. 17416c5c023SJohan Hovold 17516c5c023SJohan Hovold This driver provides common support for accessing the device; 17616c5c023SJohan Hovold additional drivers must be enabled in order to use the LED, 17716c5c023SJohan Hovold backlight or ambient-light-sensor functionality of the device. 17816c5c023SJohan Hovold 179798a8eeeSLinus Walleijconfig TPS6105X 180798a8eeeSLinus Walleij tristate "TPS61050/61052 Boost Converters" 181798a8eeeSLinus Walleij depends on I2C 1822edd3b69SLinus Walleij select REGULATOR 183fc498fa2SGuenter Roeck select MFD_CORE 1842edd3b69SLinus Walleij select REGULATOR_FIXED_VOLTAGE 18521f792cdSHeiko Carstens depends on GENERIC_HARDIRQS 186798a8eeeSLinus Walleij help 187798a8eeeSLinus Walleij This option enables a driver for the TP61050/TPS61052 188798a8eeeSLinus Walleij high-power "white LED driver". This boost converter is 189798a8eeeSLinus Walleij sometimes used for other things than white LEDs, and 190798a8eeeSLinus Walleij also contains a GPIO pin. 191798a8eeeSLinus Walleij 19287c13493SDavid Brownellconfig TPS65010 19387c13493SDavid Brownell tristate "TPS6501x Power Management chips" 19487c13493SDavid Brownell depends on I2C && GPIOLIB 19587c13493SDavid Brownell default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK 19687c13493SDavid Brownell help 19787c13493SDavid Brownell If you say yes here you get support for the TPS6501x series of 19887c13493SDavid Brownell Power Management chips. These include voltage regulators, 19987c13493SDavid Brownell lithium ion/polymer battery charging, and other features that 20087c13493SDavid Brownell are often used in portable devices like cell phones and cameras. 20187c13493SDavid Brownell 20287c13493SDavid Brownell This driver can also be built as a module. If so, the module 20387c13493SDavid Brownell will be called tps65010. 20487c13493SDavid Brownell 20531dd6a26STodd Fischerconfig TPS6507X 20631dd6a26STodd Fischer tristate "TPS6507x Power Management / Touch Screen chips" 20731dd6a26STodd Fischer select MFD_CORE 20821f792cdSHeiko Carstens depends on I2C && GENERIC_HARDIRQS 20931dd6a26STodd Fischer help 21031dd6a26STodd Fischer If you say yes here you get support for the TPS6507x series of 21131dd6a26STodd Fischer Power Management / Touch Screen chips. These include voltage 21231dd6a26STodd Fischer regulators, lithium ion/polymer battery charging, touch screen 21331dd6a26STodd Fischer and other features that are often used in portable devices. 21431dd6a26STodd Fischer This driver can also be built as a module. If so, the module 21531dd6a26STodd Fischer will be called tps6507x. 21631dd6a26STodd Fischer 217d48f411cSAnilKumar Chconfig MFD_TPS65217 218d48f411cSAnilKumar Ch tristate "TPS65217 Power Management / White LED chips" 21921f792cdSHeiko Carstens depends on I2C && GENERIC_HARDIRQS 220d48f411cSAnilKumar Ch select MFD_CORE 221d48f411cSAnilKumar Ch select REGMAP_I2C 222d48f411cSAnilKumar Ch help 223d48f411cSAnilKumar Ch If you say yes here you get support for the TPS65217 series of 224d48f411cSAnilKumar Ch Power Management / White LED chips. 225d48f411cSAnilKumar Ch These include voltage regulators, lithium ion/polymer battery 226d48f411cSAnilKumar Ch charger, wled and other features that are often used in portable 227d48f411cSAnilKumar Ch devices. 228d48f411cSAnilKumar Ch 229d48f411cSAnilKumar Ch This driver can also be built as a module. If so, the module 230d48f411cSAnilKumar Ch will be called tps65217. 231d48f411cSAnilKumar Ch 23237df003cSAxel Linconfig MFD_TPS6586X 23337df003cSAxel Lin bool "TPS6586x Power Management chips" 2347a7487cbSLaxman Dewangan depends on I2C=y && GENERIC_HARDIRQS 23537df003cSAxel Lin select MFD_CORE 2361176b5beSLaxman Dewangan select REGMAP_I2C 23737df003cSAxel Lin help 23837df003cSAxel Lin If you say yes here you get support for the TPS6586X series of 23937df003cSAxel Lin Power Management chips. 24037df003cSAxel Lin This driver provides common support for accessing the device, 24137df003cSAxel Lin additional drivers must be enabled in order to use the 24237df003cSAxel Lin functionality of the device. 24337df003cSAxel Lin 24437df003cSAxel Lin This driver can also be built as a module. If so, the module 24537df003cSAxel Lin will be called tps6586x. 24637df003cSAxel Lin 24754f323b1SLinus Walleijconfig MFD_TPS65910 24854f323b1SLinus Walleij bool "TPS65910 Power Management chip" 24921f792cdSHeiko Carstens depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS 25054f323b1SLinus Walleij select MFD_CORE 251dc9913a0SLaxman Dewangan select REGMAP_I2C 252ee487114SAnilKumar Ch select REGMAP_IRQ 25321f7541dSRhyland Klein select IRQ_DOMAIN 25454f323b1SLinus Walleij help 25554f323b1SLinus Walleij if you say yes here you get support for the TPS65910 series of 25654f323b1SLinus Walleij Power Management chips. 25754f323b1SLinus Walleij 25836e52873SMargarita Olayaconfig MFD_TPS65912 2595608801bSMark Brown bool 26036e52873SMargarita Olaya depends on GPIOLIB 26136e52873SMargarita Olaya 26236e52873SMargarita Olayaconfig MFD_TPS65912_I2C 263231dd9c8SAxel Lin bool "TPS65912 Power Management chip with I2C" 26436e52873SMargarita Olaya select MFD_CORE 26536e52873SMargarita Olaya select MFD_TPS65912 26621f792cdSHeiko Carstens depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS 26736e52873SMargarita Olaya help 26836e52873SMargarita Olaya If you say yes here you get support for the TPS65912 series of 26936e52873SMargarita Olaya PM chips with I2C interface. 27036e52873SMargarita Olaya 27136e52873SMargarita Olayaconfig MFD_TPS65912_SPI 27236e52873SMargarita Olaya bool "TPS65912 Power Management chip with SPI" 27336e52873SMargarita Olaya select MFD_CORE 27436e52873SMargarita Olaya select MFD_TPS65912 27521f792cdSHeiko Carstens depends on SPI_MASTER && GPIOLIB && GENERIC_HARDIRQS 27636e52873SMargarita Olaya help 27736e52873SMargarita Olaya If you say yes here you get support for the TPS65912 series of 27836e52873SMargarita Olaya PM chips with SPI interface. 27936e52873SMargarita Olaya 280edd7eabcSLaxman Dewanganconfig MFD_TPS80031 281edd7eabcSLaxman Dewangan bool "TI TPS80031/TPS80032 Power Management chips" 282edd7eabcSLaxman Dewangan depends on I2C=y && GENERIC_HARDIRQS 283edd7eabcSLaxman Dewangan select MFD_CORE 284edd7eabcSLaxman Dewangan select REGMAP_I2C 285c2ace4fdSAxel Lin select REGMAP_IRQ 286edd7eabcSLaxman Dewangan help 287edd7eabcSLaxman Dewangan If you say yes here you get support for the Texas Instruments 288edd7eabcSLaxman Dewangan TPS80031/ TPS80032 Fully Integrated Power Management with Power 289edd7eabcSLaxman Dewangan Path and Battery Charger. The device provides five configurable 290edd7eabcSLaxman Dewangan step-down converters, 11 general purpose LDOs, USB OTG Module, 291edd7eabcSLaxman Dewangan ADC, RTC, 2 PWM, System Voltage Regulator/Battery Charger with 292edd7eabcSLaxman Dewangan Power Path from USB, 32K clock generator. 293edd7eabcSLaxman Dewangan 29488e75cc3SDavid Brownellconfig MENELAUS 29588e75cc3SDavid Brownell bool "Texas Instruments TWL92330/Menelaus PM chip" 296088ef950STony Lindgren depends on I2C=y && ARCH_OMAP2 29788e75cc3SDavid Brownell help 29888e75cc3SDavid Brownell If you say yes here you get support for the Texas Instruments 29988e75cc3SDavid Brownell TWL92330/Menelaus Power Management chip. This include voltage 300692105b8SMatt LaPlante regulators, Dual slot memory card transceivers, real-time clock 30188e75cc3SDavid Brownell and other features that are often used in portable devices like 30288e75cc3SDavid Brownell cell phones and PDAs. 30388e75cc3SDavid Brownell 304a603a7faSDavid Brownellconfig TWL4030_CORE 305e8deb28cSBalaji T K bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0 Support" 3066252547bSRussell King depends on I2C=y && GENERIC_HARDIRQS 307280ad7fdSGrant Likely select IRQ_DOMAIN 308fbfc23efSChuansheng Liu select REGMAP_I2C 309a603a7faSDavid Brownell help 310e8deb28cSBalaji T K Say yes here if you have TWL4030 / TWL6030 family chip on your board. 311a603a7faSDavid Brownell This core driver provides register access and IRQ handling 312a603a7faSDavid Brownell facilities, and registers devices for the various functions 313a603a7faSDavid Brownell so that function-specific drivers can bind to them. 314a603a7faSDavid Brownell 315a603a7faSDavid Brownell These multi-function chips are found on many OMAP2 and OMAP3 316a603a7faSDavid Brownell boards, providing power management, RTC, GPIO, keypad, a 317a603a7faSDavid Brownell high speed USB OTG transceiver, an audio codec (on most 318a603a7faSDavid Brownell versions) and many other features. 319a603a7faSDavid Brownell 320f99c1d4fSKeerthyconfig TWL4030_MADC 321f99c1d4fSKeerthy tristate "Texas Instruments TWL4030 MADC" 322f99c1d4fSKeerthy depends on TWL4030_CORE 323f99c1d4fSKeerthy help 324f99c1d4fSKeerthy This driver provides support for triton TWL4030-MADC. The 325f99c1d4fSKeerthy driver supports both RT and SW conversion methods. 326f99c1d4fSKeerthy 327f99c1d4fSKeerthy This driver can be built as a module. If so it will be 328f99c1d4fSKeerthy named twl4030-madc 329f99c1d4fSKeerthy 330ebf0bd36SAmit Kucheriaconfig TWL4030_POWER 331ebf0bd36SAmit Kucheria bool "Support power resources on TWL4030 family chips" 332ebf0bd36SAmit Kucheria depends on TWL4030_CORE && ARM 333ebf0bd36SAmit Kucheria help 334ebf0bd36SAmit Kucheria Say yes here if you want to use the power resources on the 335ebf0bd36SAmit Kucheria TWL4030 family chips. Most of these resources are regulators, 336ebf0bd36SAmit Kucheria which have a separate driver; some are control signals, such 337ebf0bd36SAmit Kucheria as clock request handshaking. 338ebf0bd36SAmit Kucheria 339ebf0bd36SAmit Kucheria This driver uses board-specific data to initialize the resources 34025985edcSLucas De Marchi and load scripts controlling which resources are switched off/on 341ebf0bd36SAmit Kucheria or reset when a sleep, wakeup or warm reset event occurs. 342ebf0bd36SAmit Kucheria 34357fe7251SPeter Ujfalusiconfig MFD_TWL4030_AUDIO 3440b83ddebSPeter Ujfalusi bool 34521f792cdSHeiko Carstens depends on TWL4030_CORE && GENERIC_HARDIRQS 3460b83ddebSPeter Ujfalusi select MFD_CORE 3470b83ddebSPeter Ujfalusi default n 3480b83ddebSPeter Ujfalusi 349f19b2823SMisael Lopez Cruzconfig TWL6040_CORE 3508eaeb939SPeter Ujfalusi bool "Support for TWL6040 audio codec" 35121f792cdSHeiko Carstens depends on I2C=y && GENERIC_HARDIRQS 352f19b2823SMisael Lopez Cruz select MFD_CORE 3538eaeb939SPeter Ujfalusi select REGMAP_I2C 354ab7edb14SPeter Ujfalusi select REGMAP_IRQ 355f19b2823SMisael Lopez Cruz default n 3568eaeb939SPeter Ujfalusi help 3578eaeb939SPeter Ujfalusi Say yes here if you want support for Texas Instruments TWL6040 audio 3588eaeb939SPeter Ujfalusi codec. 3598eaeb939SPeter Ujfalusi This driver provides common support for accessing the device, 3608eaeb939SPeter Ujfalusi additional drivers must be enabled in order to use the 3618eaeb939SPeter Ujfalusi functionality of the device (audio, vibra). 362f19b2823SMisael Lopez Cruz 36327e34995SRabin Vincentconfig MFD_STMPE 36427e34995SRabin Vincent bool "Support STMicroelectronics STMPE" 365e789995dSViresh Kumar depends on (I2C=y || SPI_MASTER=y) && GENERIC_HARDIRQS 36627e34995SRabin Vincent select MFD_CORE 36727e34995SRabin Vincent help 36827e34995SRabin Vincent Support for the STMPE family of I/O Expanders from 36927e34995SRabin Vincent STMicroelectronics. 37027e34995SRabin Vincent 37127e34995SRabin Vincent Currently supported devices are: 37227e34995SRabin Vincent 37327e34995SRabin Vincent STMPE811: GPIO, Touchscreen 37427e34995SRabin Vincent STMPE1601: GPIO, Keypad 37527e34995SRabin Vincent STMPE2401: GPIO, Keypad 37627e34995SRabin Vincent STMPE2403: GPIO, Keypad 37727e34995SRabin Vincent 37827e34995SRabin Vincent This driver provides common support for accessing the device, 37927e34995SRabin Vincent additional drivers must be enabled in order to use the functionality 38027e34995SRabin Vincent of the device. Currently available sub drivers are: 38127e34995SRabin Vincent 38227e34995SRabin Vincent GPIO: stmpe-gpio 38327e34995SRabin Vincent Keypad: stmpe-keypad 38427e34995SRabin Vincent Touchscreen: stmpe-ts 38527e34995SRabin Vincent 3861a6e4b74SViresh Kumarmenu "STMPE Interface Drivers" 3871a6e4b74SViresh Kumardepends on MFD_STMPE 3881a6e4b74SViresh Kumar 3891a6e4b74SViresh Kumarconfig STMPE_I2C 3901a6e4b74SViresh Kumar bool "STMPE I2C Inteface" 391eedea80fSSamuel Ortiz depends on I2C=y 3921a6e4b74SViresh Kumar default y 3931a6e4b74SViresh Kumar help 3941a6e4b74SViresh Kumar This is used to enable I2C interface of STMPE 395e789995dSViresh Kumar 396e789995dSViresh Kumarconfig STMPE_SPI 397e789995dSViresh Kumar bool "STMPE SPI Inteface" 398e789995dSViresh Kumar depends on SPI_MASTER 399e789995dSViresh Kumar help 400e789995dSViresh Kumar This is used to enable SPI interface of STMPE 4011a6e4b74SViresh Kumarendmenu 4021a6e4b74SViresh Kumar 403f4e8afdcSSundar Iyerconfig MFD_TC3589X 404f4e8afdcSSundar Iyer bool "Support Toshiba TC35892 and variants" 405b4ecd326SRabin Vincent depends on I2C=y && GENERIC_HARDIRQS 406b4ecd326SRabin Vincent select MFD_CORE 407b4ecd326SRabin Vincent help 408f4e8afdcSSundar Iyer Support for the Toshiba TC35892 and variants I/O Expander. 409b4ecd326SRabin Vincent 410b4ecd326SRabin Vincent This driver provides common support for accessing the device, 411b4ecd326SRabin Vincent additional drivers must be enabled in order to use the 412b4ecd326SRabin Vincent functionality of the device. 413b4ecd326SRabin Vincent 4141c2c30acSSamuel Ortizconfig MFD_TMIO 4151c2c30acSSamuel Ortiz bool 4161c2c30acSSamuel Ortiz default n 4171c2c30acSSamuel Ortiz 4181f192015SIan Moltonconfig MFD_T7L66XB 4191f192015SIan Molton bool "Support Toshiba T7L66XB" 42021f792cdSHeiko Carstens depends on ARM && HAVE_CLK && GENERIC_HARDIRQS 4211f192015SIan Molton select MFD_CORE 4221c2c30acSSamuel Ortiz select MFD_TMIO 4231f192015SIan Molton help 4241f192015SIan Molton Support for Toshiba Mobile IO Controller T7L66XB 4251f192015SIan Molton 4268284328cSSourav Poddarconfig MFD_SMSC 4278284328cSSourav Poddar bool "Support for the SMSC ECE1099 series chips" 42821f792cdSHeiko Carstens depends on I2C=y && GENERIC_HARDIRQS 4298284328cSSourav Poddar select MFD_CORE 4308284328cSSourav Poddar select REGMAP_I2C 4318284328cSSourav Poddar help 4328284328cSSourav Poddar If you say yes here you get support for the 4338284328cSSourav Poddar ece1099 chips from SMSC. 4348284328cSSourav Poddar 4358284328cSSourav Poddar To compile this driver as a module, choose M here: the 4368284328cSSourav Poddar module will be called smsc. 4378284328cSSourav Poddar 438cbdfb426SIan Moltonconfig MFD_TC6387XB 439cbdfb426SIan Molton bool "Support Toshiba TC6387XB" 4409ca68233SAl Viro depends on ARM && HAVE_CLK 441cbdfb426SIan Molton select MFD_CORE 4421c2c30acSSamuel Ortiz select MFD_TMIO 443cbdfb426SIan Molton help 444cbdfb426SIan Molton Support for Toshiba Mobile IO Controller TC6387XB 445cbdfb426SIan Molton 446d6315949SDmitry Baryshkovconfig MFD_TC6393XB 447d6315949SDmitry Baryshkov bool "Support Toshiba TC6393XB" 4488f057d7bSGuenter Roeck depends on ARM && HAVE_CLK 4498f057d7bSGuenter Roeck select GPIOLIB 450f024ff10SDmitry Baryshkov select MFD_CORE 4511c2c30acSSamuel Ortiz select MFD_TMIO 452d6315949SDmitry Baryshkov help 453d6315949SDmitry Baryshkov Support for Toshiba Mobile IO Controller TC6393XB 454d6315949SDmitry Baryshkov 4558e2eaabfSSamuel Ortizconfig PMIC_DA903X 4568e2eaabfSSamuel Ortiz bool "Dialog Semiconductor DA9030/DA9034 PMIC Support" 4578e2eaabfSSamuel Ortiz depends on I2C=y 4588e2eaabfSSamuel Ortiz help 4598e2eaabfSSamuel Ortiz Say yes here to support for Dialog Semiconductor DA9030 (a.k.a 4608e2eaabfSSamuel Ortiz ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC 4618e2eaabfSSamuel Ortiz usually found on PXA processors-based platforms. This includes 4628e2eaabfSSamuel Ortiz the I2C driver and the core APIs _only_, you have to select 4638e2eaabfSSamuel Ortiz individual components like LCD backlight, voltage regulators, 4648e2eaabfSSamuel Ortiz LEDs and battery-charger under the corresponding menus. 4658e2eaabfSSamuel Ortiz 46684c99db8SAshish Jangamconfig PMIC_DA9052 46784c99db8SAshish Jangam bool 46884c99db8SAshish Jangam select MFD_CORE 46984c99db8SAshish Jangam 470cfe04478SAshish Jangamconfig MFD_DA9052_SPI 471cfe04478SAshish Jangam bool "Support Dialog Semiconductor DA9052/53 PMIC variants with SPI" 472cfe04478SAshish Jangam select REGMAP_SPI 473cfe04478SAshish Jangam select REGMAP_IRQ 474cfe04478SAshish Jangam select PMIC_DA9052 47521f792cdSHeiko Carstens depends on SPI_MASTER=y && GENERIC_HARDIRQS 476cfe04478SAshish Jangam help 477cfe04478SAshish Jangam Support for the Dialog Semiconductor DA9052 PMIC 478cfe04478SAshish Jangam when controlled using SPI. This driver provides common support 479cfe04478SAshish Jangam for accessing the device, additional drivers must be enabled in 480cfe04478SAshish Jangam order to use the functionality of the device. 481cfe04478SAshish Jangam 48284c99db8SAshish Jangamconfig MFD_DA9052_I2C 48384c99db8SAshish Jangam bool "Support Dialog Semiconductor DA9052/53 PMIC variants with I2C" 48484c99db8SAshish Jangam select REGMAP_I2C 48584c99db8SAshish Jangam select REGMAP_IRQ 48684c99db8SAshish Jangam select PMIC_DA9052 48721f792cdSHeiko Carstens depends on I2C=y && GENERIC_HARDIRQS 48884c99db8SAshish Jangam help 48984c99db8SAshish Jangam Support for the Dialog Semiconductor DA9052 PMIC 49084c99db8SAshish Jangam when controlled using I2C. This driver provides common support 49184c99db8SAshish Jangam for accessing the device, additional drivers must be enabled in 49284c99db8SAshish Jangam order to use the functionality of the device. 49384c99db8SAshish Jangam 4942896434cSAshish Jangamconfig MFD_DA9055 4952896434cSAshish Jangam bool "Dialog Semiconductor DA9055 PMIC Support" 4962896434cSAshish Jangam select REGMAP_I2C 4972896434cSAshish Jangam select REGMAP_IRQ 4982896434cSAshish Jangam select PMIC_DA9055 4992896434cSAshish Jangam select MFD_CORE 50021f792cdSHeiko Carstens depends on I2C=y && GENERIC_HARDIRQS 5012896434cSAshish Jangam help 5022896434cSAshish Jangam Say yes here for support of Dialog Semiconductor DA9055. This is 5032896434cSAshish Jangam a Power Management IC. This driver provides common support for 5042896434cSAshish Jangam accessing the device as well as the I2C interface to the chip itself. 5052896434cSAshish Jangam Additional drivers must be enabled in order to use the functionality 5062896434cSAshish Jangam of the device. 5072896434cSAshish Jangam 5082896434cSAshish Jangam This driver can be built as a module. If built as a module it will be 5092896434cSAshish Jangam called "da9055" 5102896434cSAshish Jangam 511a5736e0bSMichael Hennerichconfig PMIC_ADP5520 512a5736e0bSMichael Hennerich bool "Analog Devices ADP5520/01 MFD PMIC Core Support" 513a5736e0bSMichael Hennerich depends on I2C=y 514a5736e0bSMichael Hennerich help 515a5736e0bSMichael Hennerich Say yes here to add support for Analog Devices AD5520 and ADP5501, 516a5736e0bSMichael Hennerich Multifunction Power Management IC. This includes 517a5736e0bSMichael Hennerich the I2C driver and the core APIs _only_, you have to select 518a5736e0bSMichael Hennerich individual components like LCD backlight, LEDs, GPIOs and Kepad 519a5736e0bSMichael Hennerich under the corresponding menus. 520a5736e0bSMichael Hennerich 521eea6b7ccSMilo Kimconfig MFD_LP8788 522eea6b7ccSMilo Kim bool "Texas Instruments LP8788 Power Management Unit Driver" 52321f792cdSHeiko Carstens depends on I2C=y && GENERIC_HARDIRQS 524eea6b7ccSMilo Kim select MFD_CORE 525eea6b7ccSMilo Kim select REGMAP_I2C 526eea6b7ccSMilo Kim select IRQ_DOMAIN 527eea6b7ccSMilo Kim help 528eea6b7ccSMilo Kim TI LP8788 PMU supports regulators, battery charger, RTC, 529eea6b7ccSMilo Kim ADC, backlight driver and current sinks. 530eea6b7ccSMilo Kim 531dae8a969SJonghwa Leeconfig MFD_MAX77686 532dae8a969SJonghwa Lee bool "Maxim Semiconductor MAX77686 PMIC Support" 533dae8a969SJonghwa Lee depends on I2C=y && GENERIC_HARDIRQS 534dae8a969SJonghwa Lee select MFD_CORE 535dae8a969SJonghwa Lee select REGMAP_I2C 536dae8a969SJonghwa Lee select IRQ_DOMAIN 537dae8a969SJonghwa Lee help 538dae8a969SJonghwa Lee Say yes here to support for Maxim Semiconductor MAX77686. 539dae8a969SJonghwa Lee This is a Power Management IC with RTC on chip. 540dae8a969SJonghwa Lee This driver provides common support for accessing the device; 541dae8a969SJonghwa Lee additional drivers must be enabled in order to use the functionality 542dae8a969SJonghwa Lee of the device. 543dae8a969SJonghwa Lee 54483871c00SChanwoo Choiconfig MFD_MAX77693 54583871c00SChanwoo Choi bool "Maxim Semiconductor MAX77693 PMIC Support" 54683871c00SChanwoo Choi depends on I2C=y && GENERIC_HARDIRQS 54783871c00SChanwoo Choi select MFD_CORE 54829f772d4SChanwoo Choi select REGMAP_I2C 54983871c00SChanwoo Choi help 55083871c00SChanwoo Choi Say yes here to support for Maxim Semiconductor MAX77693. 55183871c00SChanwoo Choi This is a companion Power Management IC with Flash, Haptic, Charger, 55283871c00SChanwoo Choi and MUIC(Micro USB Interface Controller) controls on chip. 55383871c00SChanwoo Choi This driver provides common support for accessing the device; 55483871c00SChanwoo Choi additional drivers must be enabled in order to use the functionality 55583871c00SChanwoo Choi of the device. 55683871c00SChanwoo Choi 557a91d2f8dSGyungoh Yooconfig MFD_MAX8907 558a91d2f8dSGyungoh Yoo tristate "Maxim Semiconductor MAX8907 PMIC Support" 559a91d2f8dSGyungoh Yoo select MFD_CORE 560a91d2f8dSGyungoh Yoo depends on I2C=y && GENERIC_HARDIRQS 561a91d2f8dSGyungoh Yoo select REGMAP_I2C 562a91d2f8dSGyungoh Yoo select REGMAP_IRQ 563a91d2f8dSGyungoh Yoo help 564a91d2f8dSGyungoh Yoo Say yes here to support for Maxim Semiconductor MAX8907. This is 565a91d2f8dSGyungoh Yoo a Power Management IC. This driver provides common support for 566a91d2f8dSGyungoh Yoo accessing the device; additional drivers must be enabled in order 567a91d2f8dSGyungoh Yoo to use the functionality of the device. 568a91d2f8dSGyungoh Yoo 569d50f8f33SHaojian Zhuangconfig MFD_MAX8925 5701f1cf8f9SHaojian Zhuang bool "Maxim Semiconductor MAX8925 PMIC Support" 5718d002bdcSGeert Uytterhoeven depends on I2C=y && GENERIC_HARDIRQS 5721ad99893SHaojian Zhuang select MFD_CORE 573d50f8f33SHaojian Zhuang help 574d50f8f33SHaojian Zhuang Say yes here to support for Maxim Semiconductor MAX8925. This is 5756b2aac42SMasanari Iida a Power Management IC. This driver provides common support for 576d50f8f33SHaojian Zhuang accessing the device, additional drivers must be enabled in order 577d50f8f33SHaojian Zhuang to use the functionality of the device. 578d50f8f33SHaojian Zhuang 579527e7e9aSMyungJoo Hamconfig MFD_MAX8997 580527e7e9aSMyungJoo Ham bool "Maxim Semiconductor MAX8997/8966 PMIC Support" 581527e7e9aSMyungJoo Ham depends on I2C=y && GENERIC_HARDIRQS 582527e7e9aSMyungJoo Ham select MFD_CORE 583b41511f7SThomas Abraham select IRQ_DOMAIN 584527e7e9aSMyungJoo Ham help 5855a924d13SAxel Lin Say yes here to support for Maxim Semiconductor MAX8997/8966. 586527e7e9aSMyungJoo Ham This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic, 587527e7e9aSMyungJoo Ham MUIC controls on chip. 588d7e8c01aSRandy Dunlap This driver provides common support for accessing the device; 589527e7e9aSMyungJoo Ham additional drivers must be enabled in order to use the functionality 590527e7e9aSMyungJoo Ham of the device. 591527e7e9aSMyungJoo Ham 592156f2528SKyungmin Parkconfig MFD_MAX8998 593f8539ddcSKyungmin Park bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support" 5942c7e6f57SJoonyoung Shim depends on I2C=y && GENERIC_HARDIRQS 595156f2528SKyungmin Park select MFD_CORE 596156f2528SKyungmin Park help 597f8539ddcSKyungmin Park Say yes here to support for Maxim Semiconductor MAX8998 and 598f8539ddcSKyungmin Park National Semiconductor LP3974. This is a Power Management IC. 5996b2aac42SMasanari Iida This driver provides common support for accessing the device, 600f8539ddcSKyungmin Park additional drivers must be enabled in order to use the functionality 601f8539ddcSKyungmin Park of the device. 602156f2528SKyungmin Park 60366c9fbb9SSangbeom Kimconfig MFD_SEC_CORE 60466c9fbb9SSangbeom Kim bool "SAMSUNG Electronics PMIC Series Support" 605c3d4d697SSangbeom Kim depends on I2C=y && GENERIC_HARDIRQS 606c3d4d697SSangbeom Kim select MFD_CORE 607c3d4d697SSangbeom Kim select REGMAP_I2C 6086445b84aSSangbeom Kim select REGMAP_IRQ 609c3d4d697SSangbeom Kim help 61066c9fbb9SSangbeom Kim Support for the Samsung Electronics MFD series. 6116b2aac42SMasanari Iida This driver provides common support for accessing the device, 612c3d4d697SSangbeom Kim additional drivers must be enabled in order to use the functionality 613c3d4d697SSangbeom Kim of the device 614c3d4d697SSangbeom Kim 6153afbac95SMark Brownconfig MFD_ARIZONA 61614b5bd5cSMark Brown select REGMAP 61778948c17SRandy Dunlap select REGMAP_IRQ 618c481c048SSamuel Ortiz select MFD_CORE 61949003a68SSamuel Ortiz bool 6203afbac95SMark Brown 6213afbac95SMark Brownconfig MFD_ARIZONA_I2C 6223afbac95SMark Brown tristate "Support Wolfson Microelectronics Arizona platform with I2C" 6233afbac95SMark Brown select MFD_ARIZONA 6243afbac95SMark Brown select MFD_CORE 6253afbac95SMark Brown select REGMAP_I2C 62621f792cdSHeiko Carstens depends on I2C && GENERIC_HARDIRQS 6273afbac95SMark Brown help 6283afbac95SMark Brown Support for the Wolfson Microelectronics Arizona platform audio SoC 6293afbac95SMark Brown core functionality controlled via I2C. 6303afbac95SMark Brown 6313afbac95SMark Brownconfig MFD_ARIZONA_SPI 6323afbac95SMark Brown tristate "Support Wolfson Microelectronics Arizona platform with SPI" 6333afbac95SMark Brown select MFD_ARIZONA 6343afbac95SMark Brown select MFD_CORE 6353afbac95SMark Brown select REGMAP_SPI 63621f792cdSHeiko Carstens depends on SPI_MASTER && GENERIC_HARDIRQS 6373afbac95SMark Brown help 6383afbac95SMark Brown Support for the Wolfson Microelectronics Arizona platform audio SoC 6393afbac95SMark Brown core functionality controlled via I2C. 6403afbac95SMark Brown 6413afbac95SMark Brownconfig MFD_WM5102 6423afbac95SMark Brown bool "Support Wolfson Microelectronics WM5102" 6433afbac95SMark Brown depends on MFD_ARIZONA 6443afbac95SMark Brown help 6453afbac95SMark Brown Support for Wolfson Microelectronics WM5102 low power audio SoC 6463afbac95SMark Brown 647e102befeSMark Brownconfig MFD_WM5110 648e102befeSMark Brown bool "Support Wolfson Microelectronics WM5110" 649e102befeSMark Brown depends on MFD_ARIZONA 650e102befeSMark Brown help 651e102befeSMark Brown Support for Wolfson Microelectronics WM5110 low power audio SoC 652e102befeSMark Brown 6531d9f9f04SMark Brownconfig MFD_WM8400 654eee0e4b4SMark Brown bool "Support Wolfson Microelectronics WM8400" 655b8380c1aSMark Brown select MFD_CORE 65621f792cdSHeiko Carstens depends on I2C=y && GENERIC_HARDIRQS 6572b247d06SMark Brown select REGMAP_I2C 6581d9f9f04SMark Brown help 6591d9f9f04SMark Brown Support for the Wolfson Microelecronics WM8400 PMIC and audio 6609e5aca58SMark Brown CODEC. This driver provides common support for accessing 6611d9f9f04SMark Brown the device, additional drivers must be enabled in order to use 6621d9f9f04SMark Brown the functionality of the device. 6631d9f9f04SMark Brown 664b11062b9SMark Brownconfig MFD_WM831X 665e5b48684SMark Brown bool 666e5b48684SMark Brown depends on GENERIC_HARDIRQS 667e5b48684SMark Brown 668e5b48684SMark Brownconfig MFD_WM831X_I2C 669e5b48684SMark Brown bool "Support Wolfson Microelectronics WM831x/2x PMICs with I2C" 670b11062b9SMark Brown select MFD_CORE 671e5b48684SMark Brown select MFD_WM831X 6721df5981bSMark Brown select REGMAP_I2C 673cd99758bSMark Brown select IRQ_DOMAIN 6748d002bdcSGeert Uytterhoeven depends on I2C=y && GENERIC_HARDIRQS 675b11062b9SMark Brown help 676e5b48684SMark Brown Support for the Wolfson Microelecronics WM831x and WM832x PMICs 677e5b48684SMark Brown when controlled using I2C. This driver provides common support 678e5b48684SMark Brown for accessing the device, additional drivers must be enabled in 679e5b48684SMark Brown order to use the functionality of the device. 680b11062b9SMark Brown 6812aa13b9eSMark Brownconfig MFD_WM831X_SPI 6822aa13b9eSMark Brown bool "Support Wolfson Microelectronics WM831x/2x PMICs with SPI" 6832aa13b9eSMark Brown select MFD_CORE 6842aa13b9eSMark Brown select MFD_WM831X 6851df5981bSMark Brown select REGMAP_SPI 686cd99758bSMark Brown select IRQ_DOMAIN 6872aa13b9eSMark Brown depends on SPI_MASTER && GENERIC_HARDIRQS 6882aa13b9eSMark Brown help 6892aa13b9eSMark Brown Support for the Wolfson Microelecronics WM831x and WM832x PMICs 6902aa13b9eSMark Brown when controlled using SPI. This driver provides common support 6912aa13b9eSMark Brown for accessing the device, additional drivers must be enabled in 6922aa13b9eSMark Brown order to use the functionality of the device. 6932aa13b9eSMark Brown 69489b4012bSMark Brownconfig MFD_WM8350 695ecf926bcSMark Brown bool 6968d002bdcSGeert Uytterhoeven depends on GENERIC_HARDIRQS 69789b4012bSMark Brown 69889b4012bSMark Brownconfig MFD_WM8350_CONFIG_MODE_0 69989b4012bSMark Brown bool 70089b4012bSMark Brown depends on MFD_WM8350 70189b4012bSMark Brown 70289b4012bSMark Brownconfig MFD_WM8350_CONFIG_MODE_1 70389b4012bSMark Brown bool 70489b4012bSMark Brown depends on MFD_WM8350 70589b4012bSMark Brown 70689b4012bSMark Brownconfig MFD_WM8350_CONFIG_MODE_2 70789b4012bSMark Brown bool 70889b4012bSMark Brown depends on MFD_WM8350 70989b4012bSMark Brown 71089b4012bSMark Brownconfig MFD_WM8350_CONFIG_MODE_3 71189b4012bSMark Brown bool 71289b4012bSMark Brown depends on MFD_WM8350 71389b4012bSMark Brown 714ca23f8c1SMark Brownconfig MFD_WM8351_CONFIG_MODE_0 715ca23f8c1SMark Brown bool 716ca23f8c1SMark Brown depends on MFD_WM8350 717ca23f8c1SMark Brown 718ca23f8c1SMark Brownconfig MFD_WM8351_CONFIG_MODE_1 719ca23f8c1SMark Brown bool 720ca23f8c1SMark Brown depends on MFD_WM8350 721ca23f8c1SMark Brown 722ca23f8c1SMark Brownconfig MFD_WM8351_CONFIG_MODE_2 723ca23f8c1SMark Brown bool 724ca23f8c1SMark Brown depends on MFD_WM8350 725ca23f8c1SMark Brown 726ca23f8c1SMark Brownconfig MFD_WM8351_CONFIG_MODE_3 727ca23f8c1SMark Brown bool 728ca23f8c1SMark Brown depends on MFD_WM8350 729ca23f8c1SMark Brown 73096920630SMark Brownconfig MFD_WM8352_CONFIG_MODE_0 73196920630SMark Brown bool 73296920630SMark Brown depends on MFD_WM8350 73396920630SMark Brown 73496920630SMark Brownconfig MFD_WM8352_CONFIG_MODE_1 73596920630SMark Brown bool 73696920630SMark Brown depends on MFD_WM8350 73796920630SMark Brown 73896920630SMark Brownconfig MFD_WM8352_CONFIG_MODE_2 73996920630SMark Brown bool 74096920630SMark Brown depends on MFD_WM8350 74196920630SMark Brown 74296920630SMark Brownconfig MFD_WM8352_CONFIG_MODE_3 74396920630SMark Brown bool 74496920630SMark Brown depends on MFD_WM8350 74596920630SMark Brown 746c661a0b9SMark Brownconfig MFD_WM8350_I2C 747ecf926bcSMark Brown bool "Support Wolfson Microelectronics WM8350 with I2C" 748c661a0b9SMark Brown select MFD_WM8350 7498d002bdcSGeert Uytterhoeven depends on I2C=y && GENERIC_HARDIRQS 750c661a0b9SMark Brown help 751c661a0b9SMark Brown The WM8350 is an integrated audio and power management 752c661a0b9SMark Brown subsystem with watchdog and RTC functionality for embedded 753c661a0b9SMark Brown systems. This option enables core support for the WM8350 with 754c661a0b9SMark Brown I2C as the control interface. Additional options must be 755c661a0b9SMark Brown selected to enable support for the functionality of the chip. 756c661a0b9SMark Brown 7579e501086SMark Brownconfig MFD_WM8994 758c9fbf7e0SMark Brown bool "Support Wolfson Microelectronics WM8994" 7599e501086SMark Brown select MFD_CORE 760d6c645fcSMark Brown select REGMAP_I2C 7618ab30691SMark Brown select REGMAP_IRQ 762c9fbf7e0SMark Brown depends on I2C=y && GENERIC_HARDIRQS 7639e501086SMark Brown help 7649e501086SMark Brown The WM8994 is a highly integrated hi-fi CODEC designed for 7659e501086SMark Brown smartphone applicatiosn. As well as audio functionality it 7669e501086SMark Brown has on board GPIO and regulator functionality which is 7679e501086SMark Brown supported via the relevant subsystems. This driver provides 7689e501086SMark Brown core support for the WM8994, in order to use the actual 7699e501086SMark Brown functionaltiy of the device other drivers must be enabled. 7709e501086SMark Brown 771f52046b1SBalaji Raoconfig MFD_PCF50633 772f52046b1SBalaji Rao tristate "Support for NXP PCF50633" 773f52046b1SBalaji Rao depends on I2C 7746e3ad118SMark Brown select REGMAP_I2C 775f52046b1SBalaji Rao help 776f52046b1SBalaji Rao Say yes here if you have NXP PCF50633 chip on your board. 777f52046b1SBalaji Rao This core driver provides register access and IRQ handling 778f52046b1SBalaji Rao facilities, and registers devices for the various functions 779f52046b1SBalaji Rao so that function-specific drivers can bind to them. 780f52046b1SBalaji Rao 7811305134eSAxel Linconfig PCF50633_ADC 7821305134eSAxel Lin tristate "Support for NXP PCF50633 ADC" 7831305134eSAxel Lin depends on MFD_PCF50633 7841305134eSAxel Lin help 7851305134eSAxel Lin Say yes here if you want to include support for ADC in the 7861305134eSAxel Lin NXP PCF50633 chip. 7871305134eSAxel Lin 7881305134eSAxel Linconfig PCF50633_GPIO 7891305134eSAxel Lin tristate "Support for NXP PCF50633 GPIO" 7901305134eSAxel Lin depends on MFD_PCF50633 7911305134eSAxel Lin help 7921305134eSAxel Lin Say yes here if you want to include support GPIO for pins on 7931305134eSAxel Lin the PCF50633 chip. 7941305134eSAxel Lin 7958238addcSSascha Hauerconfig MFD_MC13783 7968e005935SUwe Kleine-König tristate 7978e005935SUwe Kleine-König 7988e005935SUwe Kleine-Königconfig MFD_MC13XXX 7991cb3642aSMark Brown tristate 80021f792cdSHeiko Carstens depends on (SPI_MASTER || I2C) && GENERIC_HARDIRQS 8018238addcSSascha Hauer select MFD_CORE 8028e005935SUwe Kleine-König select MFD_MC13783 8038238addcSSascha Hauer help 804a0c7c1d4SMarc Reilly Enable support for the Freescale MC13783 and MC13892 PMICs. 8058238addcSSascha Hauer This driver provides common support for accessing the device, 8068238addcSSascha Hauer additional drivers must be enabled in order to use the 8078238addcSSascha Hauer functionality of the device. 8088238addcSSascha Hauer 809a0c7c1d4SMarc Reillyconfig MFD_MC13XXX_SPI 8101cb3642aSMark Brown tristate "Freescale MC13783 and MC13892 SPI interface" 81121f792cdSHeiko Carstens depends on SPI_MASTER && GENERIC_HARDIRQS 812a0c7c1d4SMarc Reilly select REGMAP_SPI 8131cb3642aSMark Brown select MFD_MC13XXX 814a0c7c1d4SMarc Reilly help 815a0c7c1d4SMarc Reilly Select this if your MC13xxx is connected via an SPI bus. 816a0c7c1d4SMarc Reilly 817df3df646SMarc Reillyconfig MFD_MC13XXX_I2C 8181cb3642aSMark Brown tristate "Freescale MC13892 I2C interface" 81921f792cdSHeiko Carstens depends on I2C && GENERIC_HARDIRQS 820df3df646SMarc Reilly select REGMAP_I2C 8211cb3642aSMark Brown select MFD_MC13XXX 822df3df646SMarc Reilly help 823df3df646SMarc Reilly Select this if your MC13xxx is connected via an I2C bus. 824df3df646SMarc Reilly 825fa661258SMattias Wallinconfig ABX500_CORE 826fa661258SMattias Wallin bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions" 82747c16975SMattias Wallin default y if ARCH_U300 || ARCH_U8500 828fa661258SMattias Wallin help 829fa661258SMattias Wallin Say yes here if you have the ABX500 Mixed Signal IC family 830fa661258SMattias Wallin chips. This core driver expose register access functions. 831fa661258SMattias Wallin Functionality specific drivers using these functions can 832fa661258SMattias Wallin remain unchanged when IC changes. Binding of the functions to 833fa661258SMattias Wallin actual register access is done by the IC core driver. 834fa661258SMattias Wallin 83514fa5691SLinus Walleijconfig AB3100_CORE 8362071db48SLinus Walleij bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions" 83721f792cdSHeiko Carstens depends on I2C=y && ABX500_CORE && GENERIC_HARDIRQS 8388c96aefbSLinus Walleij select MFD_CORE 83914fa5691SLinus Walleij default y if ARCH_U300 84014fa5691SLinus Walleij help 84114fa5691SLinus Walleij Select this to enable the AB3100 Mixed Signal IC core 84214fa5691SLinus Walleij functionality. This connects to a AB3100 on the I2C bus 84314fa5691SLinus Walleij and expose a number of symbols needed for dependent devices 84414fa5691SLinus Walleij to read and write registers and subscribe to events from 84514fa5691SLinus Walleij this multi-functional IC. This is needed to use other features 84614fa5691SLinus Walleij of the AB3100 such as battery-backed RTC, charging control, 84714fa5691SLinus Walleij LEDs, vibrator, system power and temperature, power management 84814fa5691SLinus Walleij and ALSA sound. 84914fa5691SLinus Walleij 85012992dd8SLinus Walleijconfig AB3100_OTP 85112992dd8SLinus Walleij tristate "ST-Ericsson AB3100 OTP functions" 85212992dd8SLinus Walleij depends on AB3100_CORE 85312992dd8SLinus Walleij default y if AB3100_CORE 85412992dd8SLinus Walleij help 85512992dd8SLinus Walleij Select this to enable the AB3100 Mixed Signal IC OTP (one-time 85612992dd8SLinus Walleij programmable memory) support. This exposes a sysfs file to read 85712992dd8SLinus Walleij out OTP values. 85812992dd8SLinus Walleij 85913a09f93SDaniel Ribeiroconfig EZX_PCAP 86013a09f93SDaniel Ribeiro bool "PCAP Support" 86113a09f93SDaniel Ribeiro depends on GENERIC_HARDIRQS && SPI_MASTER 86213a09f93SDaniel Ribeiro help 86313a09f93SDaniel Ribeiro This enables the PCAP ASIC present on EZX Phones. This is 86413a09f93SDaniel Ribeiro needed for MMC, TouchScreen, Sound, USB, etc.. 86513a09f93SDaniel Ribeiro 86662579266SRabin Vincentconfig AB8500_CORE 86762579266SRabin Vincent bool "ST-Ericsson AB8500 Mixed Signal Power Management chip" 86821f082a6SLee Jones depends on GENERIC_HARDIRQS && ABX500_CORE && MFD_DB8500_PRCMU 8695c854aaeSAxel Lin select POWER_SUPPLY 87062579266SRabin Vincent select MFD_CORE 87106e589efSLee Jones select IRQ_DOMAIN 8720c41839eSSrinidhi Kasagar help 87362579266SRabin Vincent Select this option to enable access to AB8500 power management 8746680d940SSundar Iyer chip. This connects to U8500 either on the SSP/SPI bus (deprecated 8756680d940SSundar Iyer since hardware version v1.0) or the I2C bus via PRCMU. It also adds 8766680d940SSundar Iyer the irq_chip parts for handling the Mixed Signal chip events. 8770c41839eSSrinidhi Kasagar This chip embeds various other multimedia funtionalities as well. 8780c41839eSSrinidhi Kasagar 8795814fc35SMattias Wallinconfig AB8500_DEBUG 8805814fc35SMattias Wallin bool "Enable debug info via debugfs" 8815814fc35SMattias Wallin depends on AB8500_CORE && DEBUG_FS 8825814fc35SMattias Wallin default y if DEBUG_FS 8835814fc35SMattias Wallin help 8845814fc35SMattias Wallin Select this option if you want debug information using the debug 8855814fc35SMattias Wallin filesystem, debugfs. 8865814fc35SMattias Wallin 887dae2db30SArun Murthyconfig AB8500_GPADC 888dae2db30SArun Murthy bool "AB8500 GPADC driver" 889dae2db30SArun Murthy depends on AB8500_CORE && REGULATOR_AB8500 890dae2db30SArun Murthy default y 891dae2db30SArun Murthy help 892dae2db30SArun Murthy AB8500 GPADC driver used to convert Acc and battery/ac/usb voltage 893dae2db30SArun Murthy 894650c2a21SLinus Walleijconfig MFD_DB8500_PRCMU 895650c2a21SLinus Walleij bool "ST-Ericsson DB8500 Power Reset Control Management Unit" 896650c2a21SLinus Walleij depends on UX500_SOC_DB8500 897650c2a21SLinus Walleij select MFD_CORE 898650c2a21SLinus Walleij help 899650c2a21SLinus Walleij Select this option to enable support for the DB8500 Power Reset 900650c2a21SLinus Walleij and Control Management Unit. This is basically an autonomous 901650c2a21SLinus Walleij system controller running an XP70 microprocessor, which is accessed 902650c2a21SLinus Walleij through a register map. 903650c2a21SLinus Walleij 904f71e1afdSAndres Salomonconfig MFD_CS5535 905f71e1afdSAndres Salomon tristate "Support for CS5535 and CS5536 southbridge core functions" 906f71e1afdSAndres Salomon select MFD_CORE 90715b7cf14SAndres Salomon depends on PCI && X86 908f71e1afdSAndres Salomon ---help--- 909f71e1afdSAndres Salomon This is the core driver for CS5535/CS5536 MFD functions. This is 910f71e1afdSAndres Salomon necessary for using the board's GPIO and MFGPT functionality. 911f71e1afdSAndres Salomon 9128edbede9SRichard Röjforsconfig MFD_TIMBERDALE 9138edbede9SRichard Röjfors tristate "Support for the Timberdale FPGA" 9148edbede9SRichard Röjfors select MFD_CORE 915546e29b6SRandy Dunlap depends on PCI && GPIOLIB 9168edbede9SRichard Röjfors ---help--- 9178edbede9SRichard Röjfors This is the core driver for the timberdale FPGA. This device is a 9188edbede9SRichard Röjfors multifunction device which exposes numerous platform devices. 9198edbede9SRichard Röjfors 9208edbede9SRichard Röjfors The timberdale FPGA can be found on the Intel Atom development board 9218edbede9SRichard Röjfors for in-vehicle infontainment, called Russellville. 922e82c60aeSDenis Turischev 923e82c60aeSDenis Turischevconfig LPC_SCH 924e82c60aeSDenis Turischev tristate "Intel SCH LPC" 92521f792cdSHeiko Carstens depends on PCI && GENERIC_HARDIRQS 926e82c60aeSDenis Turischev select MFD_CORE 927e82c60aeSDenis Turischev help 928e82c60aeSDenis Turischev LPC bridge function of the Intel SCH provides support for 929e82c60aeSDenis Turischev System Management Bus and General Purpose I/O. 930e82c60aeSDenis Turischev 9314630b130SAaron Sierraconfig LPC_ICH 9324630b130SAaron Sierra tristate "Intel ICH LPC" 93321f792cdSHeiko Carstens depends on PCI && GENERIC_HARDIRQS 9344630b130SAaron Sierra select MFD_CORE 9354630b130SAaron Sierra help 9364630b130SAaron Sierra The LPC bridge function of the Intel ICH provides support for 9374630b130SAaron Sierra many functional units. This driver provides needed support for 938887c8ec7SAaron Sierra other drivers to control these functions, currently GPIO and 939887c8ec7SAaron Sierra watchdog. 9404630b130SAaron Sierra 941e090d506SFlorian Fainelliconfig MFD_RDC321X 942e090d506SFlorian Fainelli tristate "Support for RDC-R321x southbridge" 943e090d506SFlorian Fainelli select MFD_CORE 94421f792cdSHeiko Carstens depends on PCI && GENERIC_HARDIRQS 945e090d506SFlorian Fainelli help 946e090d506SFlorian Fainelli Say yes here if you want to have support for the RDC R-321x SoC 947e090d506SFlorian Fainelli southbridge which provides access to GPIOs and Watchdog using the 948e090d506SFlorian Fainelli southbridge PCI device configuration space. 949e090d506SFlorian Fainelli 950bd358132SIra W. Snyderconfig MFD_JANZ_CMODIO 951bd358132SIra W. Snyder tristate "Support for Janz CMOD-IO PCI MODULbus Carrier Board" 952bd358132SIra W. Snyder select MFD_CORE 95321f792cdSHeiko Carstens depends on PCI && GENERIC_HARDIRQS 954bd358132SIra W. Snyder help 955bd358132SIra W. Snyder This is the core driver for the Janz CMOD-IO PCI MODULbus 956bd358132SIra W. Snyder carrier board. This device is a PCI to MODULbus bridge which may 957bd358132SIra W. Snyder host many different types of MODULbus daughterboards, including 958bd358132SIra W. Snyder CAN and GPIO controllers. 959bd358132SIra W. Snyder 96091f4debfSLars-Peter Clausenconfig MFD_JZ4740_ADC 961914e6d4eSLars-Peter Clausen bool "Support for the JZ4740 SoC ADC core" 96291f4debfSLars-Peter Clausen select MFD_CORE 963914e6d4eSLars-Peter Clausen select GENERIC_IRQ_CHIP 96491f4debfSLars-Peter Clausen depends on MACH_JZ4740 96591f4debfSLars-Peter Clausen help 96691f4debfSLars-Peter Clausen Say yes here if you want support for the ADC unit in the JZ4740 SoC. 96791f4debfSLars-Peter Clausen This driver is necessary for jz4740-battery and jz4740-hwmon driver. 96891f4debfSLars-Peter Clausen 969375fc77bSDaniel Drakeconfig MFD_VX855 970375fc77bSDaniel Drake tristate "Support for VIA VX855/VX875 integrated south bridge" 97121f792cdSHeiko Carstens depends on PCI && GENERIC_HARDIRQS 972375fc77bSDaniel Drake select MFD_CORE 973375fc77bSDaniel Drake help 974375fc77bSDaniel Drake Say yes here to enable support for various functions of the 975375fc77bSDaniel Drake VIA VX855/VX875 south bridge. You will need to enable the vx855_spi 976375fc77bSDaniel Drake and/or vx855_gpio drivers for this to do anything useful. 977375fc77bSDaniel Drake 978383268a8SMatti Aaltonenconfig MFD_WL1273_CORE 97994fd5b74SMatti Aaltonen tristate "Support for TI WL1273 FM radio." 98021f792cdSHeiko Carstens depends on I2C && GENERIC_HARDIRQS 981383268a8SMatti Aaltonen select MFD_CORE 982383268a8SMatti Aaltonen default n 983383268a8SMatti Aaltonen help 984383268a8SMatti Aaltonen This is the core driver for the TI WL1273 FM radio. This MFD 985383268a8SMatti Aaltonen driver connects the radio-wl1273 V4L2 module and the wl1273 986383268a8SMatti Aaltonen audio codec. 987383268a8SMatti Aaltonen 98817cdd29dSKeshava Munegowdaconfig MFD_OMAP_USB_HOST 98916fa3dc7SKeshava Munegowda bool "Support OMAP USBHS core and TLL driver" 99017cdd29dSKeshava Munegowda depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3 99117cdd29dSKeshava Munegowda default y 99217cdd29dSKeshava Munegowda help 99317cdd29dSKeshava Munegowda This is the core driver for the OAMP EHCI and OHCI drivers. 99417cdd29dSKeshava Munegowda This MFD driver does the required setup functionalities for 99517cdd29dSKeshava Munegowda OMAP USB Host drivers. 99617cdd29dSKeshava Munegowda 997cbdb53e1SAbhijeet Dharmapurikarconfig MFD_PM8XXX 998cbdb53e1SAbhijeet Dharmapurikar tristate 999cbdb53e1SAbhijeet Dharmapurikar 1000cbdb53e1SAbhijeet Dharmapurikarconfig MFD_PM8921_CORE 1001cbdb53e1SAbhijeet Dharmapurikar tristate "Qualcomm PM8921 PMIC chip" 1002cbdb53e1SAbhijeet Dharmapurikar depends on MSM_SSBI 1003cbdb53e1SAbhijeet Dharmapurikar select MFD_CORE 1004cbdb53e1SAbhijeet Dharmapurikar select MFD_PM8XXX 1005cbdb53e1SAbhijeet Dharmapurikar help 1006cbdb53e1SAbhijeet Dharmapurikar If you say yes to this option, support will be included for the 1007cbdb53e1SAbhijeet Dharmapurikar built-in PM8921 PMIC chip. 1008cbdb53e1SAbhijeet Dharmapurikar 1009cbdb53e1SAbhijeet Dharmapurikar This is required if your board has a PM8921 and uses its features, 1010cbdb53e1SAbhijeet Dharmapurikar such as: MPPs, GPIOs, regulators, interrupts, and PWM. 1011cbdb53e1SAbhijeet Dharmapurikar 1012cbdb53e1SAbhijeet Dharmapurikar Say M here if you want to include support for PM8921 chip as a module. 1013cbdb53e1SAbhijeet Dharmapurikar This will build a module called "pm8921-core". 1014cbdb53e1SAbhijeet Dharmapurikar 1015c013f0a5SAbhijeet Dharmapurikarconfig MFD_PM8XXX_IRQ 1016c013f0a5SAbhijeet Dharmapurikar bool "Support for Qualcomm PM8xxx IRQ features" 1017c013f0a5SAbhijeet Dharmapurikar depends on MFD_PM8XXX 1018c013f0a5SAbhijeet Dharmapurikar default y if MFD_PM8XXX 1019c013f0a5SAbhijeet Dharmapurikar help 1020c013f0a5SAbhijeet Dharmapurikar This is the IRQ driver for Qualcomm PM 8xxx PMIC chips. 1021c013f0a5SAbhijeet Dharmapurikar 1022c013f0a5SAbhijeet Dharmapurikar This is required to use certain other PM 8xxx features, such as GPIO 1023c013f0a5SAbhijeet Dharmapurikar and MPP. 1024c013f0a5SAbhijeet Dharmapurikar 10258509e142SAxel Linconfig TPS65911_COMPARATOR 10268509e142SAxel Lin tristate 10278509e142SAxel Lin 10283c33be06SVenu Byravarasuconfig MFD_TPS65090 10293c33be06SVenu Byravarasu bool "TPS65090 Power Management chips" 10303c33be06SVenu Byravarasu depends on I2C=y && GENERIC_HARDIRQS 10313c33be06SVenu Byravarasu select MFD_CORE 10323c33be06SVenu Byravarasu select REGMAP_I2C 103364cdfe25SAxel Lin select REGMAP_IRQ 10343c33be06SVenu Byravarasu help 10353c33be06SVenu Byravarasu If you say yes here you get support for the TPS65090 series of 10363c33be06SVenu Byravarasu Power Management chips. 10373c33be06SVenu Byravarasu This driver provides common support for accessing the device, 10383c33be06SVenu Byravarasu additional drivers must be enabled in order to use the 10393c33be06SVenu Byravarasu functionality of the device. 10403c33be06SVenu Byravarasu 104109d6292bSJin Parkconfig MFD_AAT2870_CORE 104209d6292bSJin Park bool "Support for the AnalogicTech AAT2870" 104309d6292bSJin Park select MFD_CORE 104421f792cdSHeiko Carstens depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS 104509d6292bSJin Park help 104609d6292bSJin Park If you say yes here you get support for the AAT2870. 104709d6292bSJin Park This driver provides common support for accessing the device, 104809d6292bSJin Park additional drivers must be enabled in order to use the 104909d6292bSJin Park functionality of the device. 105009d6292bSJin Park 10511f5a371cSMika Westerbergconfig MFD_INTEL_MSIC 10521f5a371cSMika Westerberg bool "Support for Intel MSIC" 10531f5a371cSMika Westerberg depends on INTEL_SCU_IPC 10541f5a371cSMika Westerberg select MFD_CORE 10551f5a371cSMika Westerberg help 10561f5a371cSMika Westerberg Select this option to enable access to Intel MSIC (Avatele 10571f5a371cSMika Westerberg Passage) chip. This chip embeds audio, battery, GPIO, etc. 10581f5a371cSMika Westerberg devices used in Intel Medfield platforms. 10591f5a371cSMika Westerberg 10601b1247ddSLaxman Dewanganconfig MFD_RC5T583 10611b1247ddSLaxman Dewangan bool "Ricoh RC5T583 Power Management system device" 10625364d0b8SLaxman Dewangan depends on I2C=y && GENERIC_HARDIRQS 10631b1247ddSLaxman Dewangan select MFD_CORE 10641b1247ddSLaxman Dewangan select REGMAP_I2C 10651b1247ddSLaxman Dewangan help 10661b1247ddSLaxman Dewangan Select this option to get support for the RICOH583 Power 10671b1247ddSLaxman Dewangan Management system device. 10681b1247ddSLaxman Dewangan This driver provides common support for accessing the device 10691b1247ddSLaxman Dewangan through i2c interface. The device supports multiple sub-devices 10701b1247ddSLaxman Dewangan like GPIO, interrupts, RTC, LDO and DCDC regulators, onkey. 10711b1247ddSLaxman Dewangan Additional drivers must be enabled in order to use the 10721b1247ddSLaxman Dewangan different functionality of the device. 10731b1247ddSLaxman Dewangan 107435bdd290SAlessandro Rubiniconfig MFD_STA2X11 107535bdd290SAlessandro Rubini bool "STA2X11 multi function device support" 107621f792cdSHeiko Carstens depends on STA2X11 && GENERIC_HARDIRQS 107735bdd290SAlessandro Rubini select MFD_CORE 1078d94e2553SDavide Ciminaghi select REGMAP_MMIO 107935bdd290SAlessandro Rubini 108087d68730SDong Aishengconfig MFD_SYSCON 108187d68730SDong Aisheng bool "System Controller Register R/W Based on Regmap" 108287d68730SDong Aisheng depends on OF 108387d68730SDong Aisheng select REGMAP_MMIO 108475060a1dSYing-Chun Liu (PaulLiu) help 108587d68730SDong Aisheng Select this option to enable accessing system control registers 108687d68730SDong Aisheng via regmap. 108775060a1dSYing-Chun Liu (PaulLiu) 1088c948ef3aSGraeme Gregoryconfig MFD_PALMAS 1089c948ef3aSGraeme Gregory bool "Support for the TI Palmas series chips" 1090c948ef3aSGraeme Gregory select MFD_CORE 1091c948ef3aSGraeme Gregory select REGMAP_I2C 1092c948ef3aSGraeme Gregory select REGMAP_IRQ 109321f792cdSHeiko Carstens depends on I2C=y && GENERIC_HARDIRQS 1094c948ef3aSGraeme Gregory help 1095c948ef3aSGraeme Gregory If you say yes here you get support for the Palmas 1096c948ef3aSGraeme Gregory series of PMIC chips from Texas Instruments. 1097c948ef3aSGraeme Gregory 1098f01312d8SLars Poeschelconfig MFD_VIPERBOARD 1099f01312d8SLars Poeschel tristate "Support for Nano River Technologies Viperboard" 1100f01312d8SLars Poeschel select MFD_CORE 110121f792cdSHeiko Carstens depends on USB && GENERIC_HARDIRQS 1102f01312d8SLars Poeschel default n 1103f01312d8SLars Poeschel help 1104f01312d8SLars Poeschel Say yes here if you want support for Nano River Technologies 1105f01312d8SLars Poeschel Viperboard. 1106f01312d8SLars Poeschel There are mfd cell drivers available for i2c master, adc and 1107f01312d8SLars Poeschel both gpios found on the board. The spi part does not yet 1108f01312d8SLars Poeschel have a driver. 1109f01312d8SLars Poeschel You need to select the mfd cell drivers separately. 1110f01312d8SLars Poeschel The drivers do not support all features the board exposes. 1111f01312d8SLars Poeschel 1112c7b76dceSAaro Koskinenconfig MFD_RETU 1113c7b76dceSAaro Koskinen tristate "Support for Retu multi-function device" 1114c7b76dceSAaro Koskinen select MFD_CORE 111521f792cdSHeiko Carstens depends on I2C && GENERIC_HARDIRQS 1116c7b76dceSAaro Koskinen select REGMAP_IRQ 1117c7b76dceSAaro Koskinen help 1118c7b76dceSAaro Koskinen Retu is a multi-function device found on Nokia Internet Tablets 1119c7b76dceSAaro Koskinen (770, N800 and N810). 1120c7b76dceSAaro Koskinen 1121acad189bSGuennadi Liakhovetskiconfig MFD_AS3711 1122acad189bSGuennadi Liakhovetski bool "Support for AS3711" 1123acad189bSGuennadi Liakhovetski select MFD_CORE 1124acad189bSGuennadi Liakhovetski select REGMAP_I2C 1125acad189bSGuennadi Liakhovetski select REGMAP_IRQ 112621f792cdSHeiko Carstens depends on I2C=y && GENERIC_HARDIRQS 1127acad189bSGuennadi Liakhovetski help 1128acad189bSGuennadi Liakhovetski Support for the AS3711 PMIC from AMS 1129acad189bSGuennadi Liakhovetski 11308a0a8e8eSArnd Bergmannendmenu 11318a0a8e8eSArnd Bergmannendif 1132b6d6454fSBen Dooks 1133a4e137abSRussell Kingmenu "Multimedia Capabilities Port drivers" 1134f751d50fSAdrian Bunk depends on ARCH_SA1100 1135a4e137abSRussell King 1136a4e137abSRussell Kingconfig MCP 1137a4e137abSRussell King tristate 1138a4e137abSRussell King 11395e742ad6SRussell King# Interface drivers 11405e742ad6SRussell Kingconfig MCP_SA11X0 11415e742ad6SRussell King tristate "Support SA11x0 MCP interface" 11425e742ad6SRussell King depends on ARCH_SA1100 11435e742ad6SRussell King select MCP 11445e742ad6SRussell King 114505c45ca9SRussell King# Chip drivers 114605c45ca9SRussell Kingconfig MCP_UCB1200 1147a3364409SRussell King bool "Support for UCB1200 / UCB1300" 1148a3364409SRussell King depends on MCP_SA11X0 1149a3364409SRussell King select MCP 115005c45ca9SRussell King 1151acb45439SRussell Kingconfig MCP_UCB1200_TS 1152acb45439SRussell King tristate "Touchscreen interface support" 1153acb45439SRussell King depends on MCP_UCB1200 && INPUT 1154acb45439SRussell King 1155a4e137abSRussell Kingendmenu 11563ecbf05bSPawel Moll 11573ecbf05bSPawel Mollconfig VEXPRESS_CONFIG 11583ecbf05bSPawel Moll bool 11593ecbf05bSPawel Moll help 11603ecbf05bSPawel Moll Platform configuration infrastructure for the ARM Ltd. 11613ecbf05bSPawel Moll Versatile Express. 1162