# SPDX-License-Identifier: GPL-2.0-only
#
# Hobot MMC/SD host controller drivers
#

comment "Hobot MMC/SD/SDIO Host Controller Drivers"

config MMC_SDHCI_HOBOT_PLTFM
	tristate "Hobot SD/SDIO/eMMC controller platform driver"
	depends on MMC_SDHCI_PLTFM
	depends on OF
	default y

config MMC_SDHCI_HOBOT_QEMU
	tristate "qemu support for the Hobot SD/SDIO/eMMC controller"
	depends on MMC_SDHCI_PLTFM
	depends on OF

config MMC_SDHCI_HOBOT_FPGA
	tristate "FPGA support for the Hobot SD/SDIO/eMMC controller"
	depends on MMC_SDHCI_PLTFM
	depends on OF

config MMC_SDHCI_HOBOT_EVM
	tristate "EVM support for the Hobot SD/SDIO/eMMC controller"
	depends on MMC_SDHCI_PLTFM
	depends on OF

config MMC_SDHCI_HOBOT_SIGI
	tristate "SDHCI support for the Hobot SIGI SD/SDIO/eMMC controller"
	depends on MMC_SDHCI_PLTFM
	depends on OF
	depends on MMC_SDHCI_HOBOT_PLTFM
	select MMC_SDHCI_IO_ACCESSORS
