diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2014-05-31 14:38:51 -0400 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-06-02 21:24:45 -0400 |
commit | 75fa9ea6e3c0223cf9f56ed15b0ea3e9ccc627f1 (patch) | |
tree | dad958b149b4ea5b28c043ec77fa1806698a81a4 /drivers/mmc/host/Kconfig | |
parent | 06732b84b4cf0372f2c1db368c7b4767b020c2d1 (diff) |
mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controller
This patch adds a driver for the Renesas usdhi6rol0 SD/SDIO host controller
in both PIO and DMA modes.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 140c118c3bb4..7fee22432e94 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -697,6 +697,12 @@ config MMC_WMT | |||
697 | To compile this driver as a module, choose M here: the | 697 | To compile this driver as a module, choose M here: the |
698 | module will be called wmt-sdmmc. | 698 | module will be called wmt-sdmmc. |
699 | 699 | ||
700 | config MMC_USDHI6ROL0 | ||
701 | tristate "Renesas USDHI6ROL0 SD/SDIO Host Controller support" | ||
702 | help | ||
703 | This selects support for the Renesas USDHI6ROL0 SD/SDIO | ||
704 | Host Controller | ||
705 | |||
700 | config MMC_REALTEK_PCI | 706 | config MMC_REALTEK_PCI |
701 | tristate "Realtek PCI-E SD/MMC Card Interface Driver" | 707 | tristate "Realtek PCI-E SD/MMC Card Interface Driver" |
702 | depends on MFD_RTSX_PCI | 708 | depends on MFD_RTSX_PCI |