aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-05-10 17:39:47 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-05-27 19:37:42 -0400
commitb4ecd326b789f1029c5d4a5239d9bd12ecac353d (patch)
tree387b115b1a911c38a70b8d6c40bacb983bc613d5 /drivers/mfd/Kconfig
parent68e488d965a9055c63c0eac4ad1e6568b07e8ee1 (diff)
mfd: Add Toshiba's TC35892 MFD core
The TC35892 I/O Expander provides 24 GPIOs, a keypad controller, timers, and a rotator wheel interface. This patch adds the MFD core. Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 40e0a0a7df5b..614fa7b8a054 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -171,6 +171,17 @@ config TWL4030_CODEC
171 select MFD_CORE 171 select MFD_CORE
172 default n 172 default n
173 173
174config MFD_TC35892
175 bool "Support Toshiba TC35892"
176 depends on I2C=y && GENERIC_HARDIRQS
177 select MFD_CORE
178 help
179 Support for the Toshiba TC35892 I/O Expander.
180
181 This driver provides common support for accessing the device,
182 additional drivers must be enabled in order to use the
183 functionality of the device.
184
174config MFD_TMIO 185config MFD_TMIO
175 bool 186 bool
176 default n 187 default n