diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-06-22 07:01:58 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-07 08:22:01 -0400 |
commit | d6315949ac5527efd00d48283a9e33361c86e8e9 (patch) | |
tree | 6da052f59a41647eb97bc11836c715fb51eb4293 /drivers/mfd/Kconfig | |
parent | b032fccca80cbbedaa80e5a72a202a43f08aa97e (diff) |
[ARM] 5096/2: Support Toshiba TC6393XB Mobile I/O Controller.
Add support for Toshiba TC6393XB companion chip. Currently
only GPIO and part of IRQ features of the device are supported.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2566479937c9..1a1ac262fc87 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -38,6 +38,12 @@ config HTC_PASIC3 | |||
38 | HTC Magician devices, respectively. Actual functionality is | 38 | HTC Magician devices, respectively. Actual functionality is |
39 | handled by the leds-pasic3 and ds1wm drivers. | 39 | handled by the leds-pasic3 and ds1wm drivers. |
40 | 40 | ||
41 | config MFD_TC6393XB | ||
42 | bool "Support Toshiba TC6393XB" | ||
43 | depends on HAVE_GPIO_LIB | ||
44 | help | ||
45 | Support for Toshiba Mobile IO Controller TC6393XB | ||
46 | |||
41 | endmenu | 47 | endmenu |
42 | 48 | ||
43 | menu "Multimedia Capabilities Port drivers" | 49 | menu "Multimedia Capabilities Port drivers" |