aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorIan Molton <spyro@f2s.com>2008-07-15 10:09:43 -0400
committerSamuel Ortiz <sameo@openedhand.com>2008-08-10 14:09:50 -0400
commit1f192015ca5b2f4d0a79c191f03f64e72fd8fc29 (patch)
tree073e1bca0f1f32417da5756762f8f2d72105ba23 /drivers/mfd/Kconfig
parentd3a2f71853ce543c5515d4982e202751e15b0b6d (diff)
mfd: driver for the T7L66XB TMIO SoC
This patchset provides support for the core functinality of the T7L66XB SoC from Toshiba. Supported in this patchset is the IRQ MUX, MMC controller and NAND flash controller. 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 883e7ea31de2..fc7c919693bf 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -50,6 +50,12 @@ config HTC_PASIC3
50 HTC Magician devices, respectively. Actual functionality is 50 HTC Magician devices, respectively. Actual functionality is
51 handled by the leds-pasic3 and ds1wm drivers. 51 handled by the leds-pasic3 and ds1wm drivers.
52 52
53config MFD_T7L66XB
54 bool "Support Toshiba T7L66XB"
55 select MFD_CORE
56 help
57 Support for Toshiba Mobile IO Controller T7L66XB
58
53config MFD_TC6393XB 59config MFD_TC6393XB
54 bool "Support Toshiba TC6393XB" 60 bool "Support Toshiba TC6393XB"
55 depends on GPIOLIB && ARM 61 depends on GPIOLIB && ARM