config MMC_MTK_FCIE
	tristate "MediaTek FCIE eMMC Interface support"
	depends on HAS_DMA
	help
	  This selects the MediaTek(R) embedded Multimedia card Interface.
	  If you have a machine with an eMMC, say Y or M here.
	  This is needed if support for any eMMC devices is required.

config MMC_CQHCI_MSDC
	tristate "Command Queue MSDC Host Controller Interface support"
	depends on HAS_DMA
	help
	  This selects the Command Queue Host Controller Interface (CQHCI)
	  support present in host controllers of Qualcomm Technologies, Inc
	  amongst others.
	  This controller supports eMMC devices with command queue support.

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

	  If unsure, say N.

config MMC_MTK_MSDC
	tristate "MediaTek MSDC Interface support"
	depends on HAS_DMA
	select MMC_CQHCI_MSDC
	help
	  This selects the MediaTek(R) embedded Multimedia card Interface.
	  If you have a machine with an eMMC, say Y or M here.
	  This is needed if support for any eMMC devices is required.
	  If unsure, say N.

config MMC_MTK_ROOT_WAIT
	tristate "MMC Root Wait support"
	depends on HAS_DMA
	default n
	help
	  This selects solve the issue of early mount /dev/dm-0.
	  If build Linux only, say Y or M here.
	  This is needed if support for any eMMC devices is required and Linux only.
	  If unsure, say N.

