aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 371d22a98f19..5dba1651f9cc 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -59,10 +59,31 @@ config UCB1400_CORE
59 To compile this driver as a module, choose M here: the 59 To compile this driver as a module, choose M here: the
60 module will be called ucb1400_core. 60 module will be called ucb1400_core.
61 61
62config MFD_TMIO
63 bool
64 default n
65
66config MFD_T7L66XB
67 bool "Support Toshiba T7L66XB"
68 depends on ARM
69 select MFD_CORE
70 select MFD_TMIO
71 help
72 Support for Toshiba Mobile IO Controller T7L66XB
73
74config MFD_TC6387XB
75 bool "Support Toshiba TC6387XB"
76 depends on ARM
77 select MFD_CORE
78 select MFD_TMIO
79 help
80 Support for Toshiba Mobile IO Controller TC6387XB
81
62config MFD_TC6393XB 82config MFD_TC6393XB
63 bool "Support Toshiba TC6393XB" 83 bool "Support Toshiba TC6393XB"
64 depends on GPIOLIB && ARM 84 depends on GPIOLIB && ARM
65 select MFD_CORE 85 select MFD_CORE
86 select MFD_TMIO
66 help 87 help
67 Support for Toshiba Mobile IO Controller TC6393XB 88 Support for Toshiba Mobile IO Controller TC6393XB
68 89