#
# MMC core configuration
#
config PWRSEQ_EMMC
	tristate "HW reset support for eMMC"
	default y
	depends on OF
	help
	  This selects Hardware reset support aka pwrseq-emmc for eMMC
	  devices. By default this option is set to y.

	  This driver can also be built as a module. If so, the module
	  will be called pwrseq_emmc.

config PWRSEQ_SIMPLE
	tristate "Simple HW reset support for MMC"
	default y
	depends on OF
	help
	  This selects simple hardware reset support aka pwrseq-simple for MMC
	  devices. By default this option is set to y.

	  This driver can also be built as a module. If so, the module
	  will be called pwrseq_simple.

config PWRSEQ_EMMC_BRCM
	tristate "Reset support for MMC on some Broadcom SoCs"
	default n
	depends on OF
	depends on ARCH_BRCMSTB
	help
	  This selects special hardware reset support for MMC needed
	  for some Broadcom SoCs. By default this option is set to n.

	  This driver can also be built as a module. If so, the module
	  will be called pwrseq_emmc_brcm.
