diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-21 23:40:59 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:17:32 -0500 |
commit | 3d8ca8c0b9fe42d005360e255fbf7a6f8580ef87 (patch) | |
tree | a068a83003dac7c289330ce97455f229003f9353 /drivers/mfd/Kconfig | |
parent | 3c49e810507c9d0659b8aa61f7f91aecda428ee3 (diff) |
mfd/mmc: SDHI Kconfig update
Enable the sh_mobile_sdhi mfd driver on SH-Mobile ARM
processors. While at it, make CONFIG_TMIO_MMC depend on
CONFIG_MFD_SH_MOBILE_SDHI.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9b25fe28233e..951fa9b93fbe 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -47,7 +47,7 @@ config MFD_ASIC3 | |||
47 | 47 | ||
48 | config MFD_SH_MOBILE_SDHI | 48 | config MFD_SH_MOBILE_SDHI |
49 | bool "Support for SuperH Mobile SDHI" | 49 | bool "Support for SuperH Mobile SDHI" |
50 | depends on SUPERH | 50 | depends on SUPERH || ARCH_SHMOBILE |
51 | select MFD_CORE | 51 | select MFD_CORE |
52 | ---help--- | 52 | ---help--- |
53 | This driver supports the SDHI hardware block found in many | 53 | This driver supports the SDHI hardware block found in many |