summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2013-11-28 05:09:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-12-02 08:42:26 +0100
commit35d64bb37573404bdce0740c25dc7768c3d5ad8a (patch)
treeb619e80c398be0dbdf5b5cacce6395edd353a14c /drivers/mci/Kconfig
parent812c6f2beace08c1af3c851c30d87e8c55d357ff (diff)
downloadbarebox-35d64bb37573404bdce0740c25dc7768c3d5ad8a.tar.gz
barebox-35d64bb37573404bdce0740c25dc7768c3d5ad8a.tar.xz
mmci: add missing depends on ARM_AMBA
The mmci implementation uses some specific arm amba functions, so add a depends on ARM_AMBA. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index bd854247b0..1efb40ac01 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -103,6 +103,7 @@ config MCI_ATMEL
config MCI_MMCI
bool "ARM PL180 MMCI"
+ depends on ARM_AMBA
help
Enable this entry to add support to read and write SD cards on a
ARM AMBA PL180.