[PATCH] mmci: add missing depends on ARM_AMBA
Alexander Aring
alex.aring at gmail.com
Wed Nov 27 23:09:24 EST 2013
The mmci implementation uses some specific arm amba functions, so add a
depends on ARM_AMBA.
Signed-off-by: Alexander Aring <alex.aring at gmail.com>
---
drivers/mci/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index bd85424..1efb40a 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.
--
1.8.4.2
More information about the barebox
mailing list