USB: do not call disconnect callback func in dwc_otg_hcd_enable
[firefly-linux-kernel-4.4.55.git] / drivers / mfd / Kconfig
index 2f102d7632f3f013e1570ac369a084a55e8c73d6..43c5d038be131bc76515fad1d696252874afddff 100755 (executable)
@@ -171,6 +171,37 @@ config MFD_TPS6586X
          This driver can also be built as a module.  If so, the module
          will be called tps6586x.
 
+config MFD_TPS65910
+       bool "TPS65910 Power Management chip"
+       depends on I2C=y && GPIOLIB
+       select MFD_CORE
+       select GPIO_TPS65910
+       select REGMAP_I2C
+       help
+         if you say yes here you get support for the TPS65910 series of
+         Power Management chips.
+
+config MFD_TPS65912
+       bool
+       depends on GPIOLIB
+
+config MFD_TPS65912_I2C
+       bool "TPS65912 Power Management chip with I2C"
+       select MFD_CORE
+       select MFD_TPS65912
+       depends on I2C=y && GPIOLIB
+       help
+         If you say yes here you get support for the TPS65912 series of
+         PM chips with I2C interface.
+
+config MFD_TPS65912_SPI
+       bool "TPS65912 Power Management chip with SPI"
+       select MFD_CORE
+       select MFD_TPS65912
+       depends on SPI_MASTER && GPIOLIB
+       help
+         If you say yes here you get support for the TPS65912 series of
+         PM chips with SPI interface.
 config MENELAUS
        bool "Texas Instruments TWL92330/Menelaus PM chip"
        depends on I2C=y && ARCH_OMAP2
@@ -195,6 +226,18 @@ config TWL4030_CORE
          high speed USB OTG transceiver, an audio codec (on most
          versions) and many other features.
 
+config TWL6030_POWER
+       bool "Support power resources on TWL6030 family chips"
+       depends on TWL4030_CORE
+       help
+         Say yes here if you want to use the power resources on the
+         TWL6030 family chips.  Most of these resources are regulators,
+         which have a separate driver; some are control signals, such
+         as clock request handshaking.
+
+         This driver defaults to assuming only APPs processor uses
+         the resource, it can however be overridden by board file
+
 config TWL4030_MADC
        tristate "Texas Instruments TWL4030 MADC"
        depends on TWL4030_CORE
@@ -233,6 +276,28 @@ config TWL6030_PWM
          Say yes here if you want support for TWL6030 PWM.
          This is used to control charging LED brightness.
 
+config TWL6030_POWEROFF
+       bool "TWL6030 device poweroff"
+       depends on TWL4030_CORE
+
+config TWL6030_MADC
+       tristate "Texas Instruments TWL6030 MADC"
+       depends on TWL4030_CORE
+       help
+       This driver provides support for TWL6030-MADC. The
+       driver supports both RT and SW conversion methods.
+
+       This driver can be built as a module. If so it will be
+       named twl6030-madc
+
+config TWL6030_GPADC
+       tristate "TWL6030 GPADC (General Purpose A/D Convertor) Support"
+       depends on TWL4030_CORE
+       default n
+       help
+         Say yes here if you want support for the TWL6030 General Purpose
+         A/D Convertor.
+
 config AIC3262_CODEC
        bool "Support TI Codec Aic3262"
        select MFD_CORE
@@ -735,17 +800,20 @@ config MFD_PM8XXX_IRQ
          This is required to use certain other PM 8xxx features, such as GPIO
          and MPP.
 
-config MFD_TPS65910
-       bool "TPS65910 Power Management chip"
-       depends on I2C=y && GPIOLIB
+config TPS65911_COMPARATOR
+       tristate
+
+config MFD_TPS65090
+       bool "TPS65090 Power Management chips"
+       depends on I2C=y && GENERIC_HARDIRQS
        select MFD_CORE
-       select GPIO_TPS65910
+       select REGMAP_I2C
        help
-         if you say yes here you get support for the TPS65910 series of
+         If you say yes here you get support for the TPS65090 series of
          Power Management chips.
-
-config TPS65911_COMPARATOR
-       tristate
+         This driver provides common support for accessing the device,
+         additional drivers must be enabled in order to use the
+         functionality of the device.
 
 config MFD_RK610
        bool "RK610(Jetta) Multimedia support"