From ce99d0c86b32ecc2946e36456695a8aad83ea15e Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 15 Oct 2019 11:33:46 +0200 Subject: mci: add support for stm32mp sd/mmc controller This driver was ported from u-boot v2019.10. Instead of devicetree compatible it is using ARM AMBA id. So, there is no need to patch devicetree with different compatible as it was implemented in u-boot. Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- drivers/mci/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/mci/Kconfig') diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig index 08c8c84e8c..4a71a46097 100644 --- a/drivers/mci/Kconfig +++ b/drivers/mci/Kconfig @@ -153,4 +153,13 @@ config MMC_SPI_CRC_ON help Enable CRC protection for transfers +config MCI_STM32_SDMMC2 + bool "STMicroelectronics STM32H7 SD/MMC Host Controller support" + depends on ARM_AMBA + depends on RESET_CONTROLLER + help + This selects support for the SD/MMC controller on STM32H7 SoCs. + If you have a board based on such a SoC and with a SD/MMC slot, + say Y or M here. + endif -- cgit v1.2.3