diff options
author | Magnus Damm <damm@opensource.se> | 2009-10-01 22:22:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-25 21:37:04 -0400 |
commit | a87d563873a6f1ee98233b57af665f2d0fc90ebb (patch) | |
tree | e1db323f310adc244d0750ff24698b0ed33db493 /drivers/mfd/Kconfig | |
parent | 374576a8b6f865022c0fd1ca62396889b23d66dd (diff) |
mfd: Add SuperH Mobile SDHI platform driver
This patch adds an MFD driver for the SuperH Mobile SDHI
hardware block. At this point the driver simply wraps the
tmio-mmc driver with some clock code. In the future this
driver is the place to put SDHI specific hotplug code.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 570be139f9df..96956b3cc178 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -35,6 +35,14 @@ config MFD_ASIC3 | |||
35 | This driver supports the ASIC3 multifunction chip found on many | 35 | This driver supports the ASIC3 multifunction chip found on many |
36 | PDAs (mainly iPAQ and HTC based ones) | 36 | PDAs (mainly iPAQ and HTC based ones) |
37 | 37 | ||
38 | config MFD_SH_MOBILE_SDHI | ||
39 | bool "Support for SuperH Mobile SDHI" | ||
40 | depends on SUPERH | ||
41 | select MFD_CORE | ||
42 | ---help--- | ||
43 | This driver supports the SDHI hardware block found in many | ||
44 | SuperH Mobile SoCs. | ||
45 | |||
38 | config MFD_DM355EVM_MSP | 46 | config MFD_DM355EVM_MSP |
39 | bool "DaVinci DM355 EVM microcontroller" | 47 | bool "DaVinci DM355 EVM microcontroller" |
40 | depends on I2C && MACH_DAVINCI_DM355_EVM | 48 | depends on I2C && MACH_DAVINCI_DM355_EVM |