From 3bf1bd9b33a2b04dc04d30219040fd78dbbc20e6 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Fri, 8 Oct 2010 18:30:55 +0200 Subject: Add S3C2440 MCI card support Adding MCI card support for S3C2440 CPUs. This is for reference only, as there is currently no user in the barebox tree. Maybe one with access to the A9M2440 development kit can check it on his/her system. Checked here with my own S3C2440 based system which is not in the barebox tree. Signed-off-by: Juergen Beisert Signed-off-by: Sascha Hauer --- drivers/mci/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/mci/Kconfig') diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig index a24ae6dd77..644c0a3ae5 100644 --- a/drivers/mci/Kconfig +++ b/drivers/mci/Kconfig @@ -34,4 +34,11 @@ config MCI_STM378X Enable this entry to add support to read and write SD cards on a i.MX23 based system. +config MCI_S3C + bool "S3C" + depends on ARCH_S3C24xx + help + Enable this entry to add support to read and write SD cards on a + Samsung S3C24xx based system. + endif -- cgit v1.2.3