summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-05-03 21:49:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-06 09:04:56 +0200
commitd6d3d0aecece84afe9ebd3c787d22a9ed8965af6 (patch)
treec750302b4a05ddaa25209ba04bbf114eed568187 /drivers/mci/Kconfig
parent40b60e89130c36a83449285674d0004fe38ccd50 (diff)
downloadbarebox-d6d3d0aecece84afe9ebd3c787d22a9ed8965af6.tar.gz
barebox-d6d3d0aecece84afe9ebd3c787d22a9ed8965af6.tar.xz
mci: add driver for BCM283x sdhost core
The sdhost is a simple MMC controller found on the Broadcom BCM283x line of SoCs. The driver code was ported from U-Boot and then simplified a bit, by dropping a lot of the state tracking. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 911cc0cb1e..08c8c84e8c 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -66,6 +66,10 @@ config MCI_BCM283X
bool "MCI support for BCM283X"
depends on ARCH_BCM283X
+config MCI_BCM283X_SDHOST
+ bool "BCM283X sdhost"
+ depends on ARCH_BCM283X
+
config MCI_DOVE
bool "Marvell Dove SDHCI"
depends on ARCH_DOVE