From d6d3d0aecece84afe9ebd3c787d22a9ed8965af6 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 3 May 2019 21:49:18 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- drivers/mci/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/mci/Kconfig') 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 -- cgit v1.2.3