summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2012-12-18 15:22:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-20 11:43:10 +0100
commit4746717a5d3b9ef77810706bf27dcd71038356dd (patch)
tree8c693b718ec15fcea77ae46fdcd054cf8f249b04 /drivers/mci/Kconfig
parent95f4112191363bae39323b60ac726fad41082807 (diff)
downloadbarebox-4746717a5d3b9ef77810706bf27dcd71038356dd.tar.gz
barebox-4746717a5d3b9ef77810706bf27dcd71038356dd.tar.xz
ARM OMAP AM33XX: create new ARCH for AM33xx
Created ARCH for AM33xx boards as second stage bootloader. This includes: - Added dmtimer0 - Created basic header files - Added MMC support for ARCH_AM33XX - Added reset function Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Some header file cleanup by: Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 68761173c9..9558f287d3 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -67,7 +67,7 @@ config MCI_IMX_ESDHC_PIO
config MCI_OMAP_HSMMC
bool "OMAP HSMMC"
- depends on ARCH_OMAP4 || ARCH_OMAP3
+ depends on ARCH_OMAP4 || ARCH_OMAP3 || ARCH_AM33XX
help
Enable this entry to add support to read and write SD cards on
both OMAP3 and OMAP4 based systems.