diff options
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 10 | ||||
-rw-r--r-- | drivers/mfd/Makefile | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 697d686927f8..e35cb6bc9003 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -891,6 +891,16 @@ config MFD_ANATOP | |||
891 | MFD controller. This controller embeds regulator and | 891 | MFD controller. This controller embeds regulator and |
892 | thermal devices for Freescale i.MX platforms. | 892 | thermal devices for Freescale i.MX platforms. |
893 | 893 | ||
894 | config MFD_PALMAS | ||
895 | bool "Support for the TI Palmas series chips" | ||
896 | select MFD_CORE | ||
897 | select REGMAP_I2C | ||
898 | select REGMAP_IRQ | ||
899 | depends on I2C=y | ||
900 | help | ||
901 | If you say yes here you get support for the Palmas | ||
902 | series of PMIC chips from Texas Instruments. | ||
903 | |||
894 | endmenu | 904 | endmenu |
895 | endif | 905 | endif |
896 | 906 | ||
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 05fa538c5efe..77293e150239 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -113,6 +113,8 @@ obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o | |||
113 | obj-$(CONFIG_MFD_TPS65090) += tps65090.o | 113 | obj-$(CONFIG_MFD_TPS65090) += tps65090.o |
114 | obj-$(CONFIG_MFD_AAT2870_CORE) += aat2870-core.o | 114 | obj-$(CONFIG_MFD_AAT2870_CORE) += aat2870-core.o |
115 | obj-$(CONFIG_MFD_INTEL_MSIC) += intel_msic.o | 115 | obj-$(CONFIG_MFD_INTEL_MSIC) += intel_msic.o |
116 | obj-$(CONFIG_MFD_PALMAS) += palmas.o | ||
116 | obj-$(CONFIG_MFD_RC5T583) += rc5t583.o rc5t583-irq.o | 117 | obj-$(CONFIG_MFD_RC5T583) += rc5t583.o rc5t583-irq.o |
117 | obj-$(CONFIG_MFD_S5M_CORE) += s5m-core.o s5m-irq.o | 118 | obj-$(CONFIG_MFD_S5M_CORE) += s5m-core.o s5m-irq.o |
118 | obj-$(CONFIG_MFD_ANATOP) += anatop-mfd.o | 119 | obj-$(CONFIG_MFD_ANATOP) += anatop-mfd.o |
120 | obj-$(CONFIG_MFD_LM3533) += lm3533-core.o lm3533-ctrlbank.o | ||