summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-11-29 16:14:43 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-02 11:02:21 +0100
commitea092d6f84c4532792ee242c960b3bf7521acc5c (patch)
tree8f2955363ea451d6f559d6802b07bf9374ac7560 /drivers/mci/Kconfig
parent0ab3cbd0da88db6f1e142c01ac61f422ad7682a1 (diff)
downloadbarebox-ea092d6f84c4532792ee242c960b3bf7521acc5c.tar.gz
barebox-ea092d6f84c4532792ee242c960b3bf7521acc5c.tar.xz
mci: MCI_IMX_ESDHC_PBL has no dependency on MCI
While it is located in the MCI deirectory, it has no direct dependency on the MCI core, so it should not be under the MCI condition in Kconfig. 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/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 4a71a46097..33b700d7a6 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -97,9 +97,6 @@ config MCI_IMX_ESDHC_PIO
help
mostly useful for debugging. Normally you should use DMA.
-config MCI_IMX_ESDHC_PBL
- bool
-
config MCI_OMAP_HSMMC
bool "OMAP HSMMC"
depends on ARCH_OMAP4 || ARCH_OMAP3 || ARCH_AM33XX
@@ -163,3 +160,6 @@ config MCI_STM32_SDMMC2
say Y or M here.
endif
+
+config MCI_IMX_ESDHC_PBL
+ bool