9
0
Fork 0

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>
This commit is contained in:
Alexander Aring 2013-11-28 05:09:24 +01:00 committed by Sascha Hauer
parent 812c6f2bea
commit 35d64bb375
1 changed files with 1 additions and 0 deletions

View File

@ -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.