The mmci implementation uses some specific arm amba functions, so add a
depends on ARM_AMBA.

Signed-off-by: Alexander Aring <[email protected]>
---
 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


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to