Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / mfd / Kconfig
index 0273456af77f418e59199972a2fdd1440e3ed5a7..570be139f9df9b2d63f0a53a072b46acc0db4af1 100644 (file)
@@ -108,6 +108,19 @@ config TWL4030_CORE
          high speed USB OTG transceiver, an audio codec (on most
          versions) and many other features.
 
+config TWL4030_POWER
+       bool "Support power resources on TWL4030 family chips"
+       depends on TWL4030_CORE && ARM
+       help
+         Say yes here if you want to use the power resources on the
+         TWL4030 family chips.  Most of these resources are regulators,
+         which have a separate driver; some are control signals, such
+         as clock request handshaking.
+
+         This driver uses board-specific data to initialize the resources
+         and load scripts controling which resources are switched off/on
+         or reset when a sleep, wakeup or warm reset event occurs.
+
 config MFD_TMIO
        bool
        default n
@@ -238,6 +251,16 @@ config MFD_PCF50633
          facilities, and registers devices for the various functions
          so that function-specific drivers can bind to them.
 
+config MFD_MC13783
+       tristate "Support Freescale MC13783"
+       depends on SPI_MASTER
+       select MFD_CORE
+       help
+         Support for the Freescale (Atlas) MC13783 PMIC and audio CODEC.
+         This driver provides common support for accessing  the device,
+         additional drivers must be enabled in order to use the
+         functionality of the device.
+
 config PCF50633_ADC
        tristate "Support for NXP PCF50633 ADC"
        depends on MFD_PCF50633
@@ -266,6 +289,15 @@ config AB3100_CORE
          LEDs, vibrator, system power and temperature, power management
          and ALSA sound.
 
+config AB3100_OTP
+       tristate "ST-Ericsson AB3100 OTP functions"
+       depends on AB3100_CORE
+       default y if AB3100_CORE
+       help
+         Select this to enable the AB3100 Mixed Signal IC OTP (one-time
+         programmable memory) support. This exposes a sysfs file to read
+         out OTP values.
+
 config EZX_PCAP
        bool "PCAP Support"
        depends on GENERIC_HARDIRQS && SPI_MASTER