summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2021-04-23 16:28:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-03 12:46:53 +0200
commit4fc0369b1a55cc5e3068a76e0917cb5d11e13d92 (patch)
treed024d9de1e4e8d1f602a58648327118299ddf673 /drivers/mci/Kconfig
parent7702961ce8dceed94f3efe401e39dc62ccac0e70 (diff)
downloadbarebox-4fc0369b1a55cc5e3068a76e0917cb5d11e13d92.tar.gz
barebox-4fc0369b1a55cc5e3068a76e0917cb5d11e13d92.tar.xz
mci: atmel_mci: add PBL support
Move most of the atmel_mci code to atmel_mci_common.c and introduce atmel_mci_pbl.c for the PBL part. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.barebox.org/20210423142829.29468-2-o.rempel@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 b4c4072596..7d4e72138d 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -210,6 +210,10 @@ config MCI_IMX_ESDHC_PBL
bool
select MCI_SDHCI
+config MCI_ATMEL_PBL
+ bool
+ select MCI_ATMEL
+
config MCI_ATMEL_SDHCI_PBL
bool
select MCI_SDHCI