#
# MMC/SD host controller drivers
#

config MMC_SDHCI_SOCT
	tristate "SDHCI support on the Huanglong wudangstick SoC"
	depends on ARCH_WUDANGSTICK || ARCH_SHAOLINGUN || ARCH_HENGSHANV200 || ARCH_KONGTONGV100 || ARCH_SHAOLINSPEAR || ARCH_EMEISWORD
	depends on MMC_SDHCI_PLTFM
	help
	  This selects the SDHCI support for wudangstick System-on-Chip devices.

	  If you have a controller with this interface, say Y or M here.

	  If unsure, say N.

config MMC_SDHCI_SHAOLINSWORD
	tristate "SDHCI support on the Huanglong shaolinsword SoC"
	depends on ARCH_SHAOLINSWORD || ARCH_SHAOLINKNIVE
	help
	  This selects the SDHCI support for CNS3xxx System-on-Chip devices.

	  If you have a controller with this interface, say Y or M here.

	  If unsure, say N.

config MMC_SDHCI_SHAOLINAXE
	tristate "SDHCI support on the Huanglong shaolinaxe SoC"
	depends on ARCH_SHAOLINAXE
	help
	  This selects the SDHCI support for CNS3xxx System-on-Chip devices.

	  If you have a controller with this interface, say Y or M here.

	  If unsure, say N.

config MMC_SDHCI_HI3751V811
	tristate "SDHCI support on the Huanglong hi3751v811 SoC"
	depends on ARCH_HI3751V811
	help
	  This selects the SDHCI support for CNS3xxx System-on-Chip devices.

	  If you have a controller with this interface, say Y or M here.

	  If unsure, say N.

config MMC_DW_S5
	tristate "S5 specific extensions for Synopsys DW Memory Card Interface"
	depends on MMC_DW && ARCH_T9
	select MMC_DW_PLTFM
	select MMC_DW_IDMAC
	select MMC_UNSAFE_RESUME
	select MMC_EMBEDDED_SDIO
	select MMC_BLOCK
	select MMC_BLOCK_BOUNCE
	help
	  This selects support for Huanglong S5 SoC specific extensions to the
	  Synopsys DesignWare Memory Card Interface driver. Select this option
	  for platforms based on Huanglong S5 SoC's.

source "drivers/huanglong/mmc/rpmb/Kconfig"
