aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorIan Molton <spyro@f2s.com>2008-07-15 10:12:52 -0400
committerSamuel Ortiz <sameo@openedhand.com>2008-08-10 14:09:55 -0400
commitcbdfb426392557d49b1a0e7cb59b16c20dc42955 (patch)
treec012fcaff3114613050536e421a353184dff14ef /drivers/mfd/Kconfig
parent1f192015ca5b2f4d0a79c191f03f64e72fd8fc29 (diff)
mfd: driver for the TC6387XB TMIO controller.
This patch adds support for the TC6387XB. Unlike other TMIO devices this one has only one subdevice and no interrupt mux, however using the MFD framework allows it to share the TMIO MMC driver. Signed-off-by: Ian Molton <spyro@f2s.com> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index fc7c919693bf..5beff5b7ef2e 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -56,6 +56,12 @@ config MFD_T7L66XB
56 help 56 help
57 Support for Toshiba Mobile IO Controller T7L66XB 57 Support for Toshiba Mobile IO Controller T7L66XB
58 58
59config MFD_TC6387XB
60 bool "Support Toshiba TC6387XB"
61 select MFD_CORE
62 help
63 Support for Toshiba Mobile IO Controller TC6387XB
64
59config MFD_TC6393XB 65config MFD_TC6393XB
60 bool "Support Toshiba TC6393XB" 66 bool "Support Toshiba TC6393XB"
61 depends on GPIOLIB && ARM 67 depends on GPIOLIB && ARM