summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-01-20 10:21:01 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-20 10:43:24 +0100
commite88d86a445266de5977fabe3dbde0f64ca8e535e (patch)
treefe43c8bc63c16082ecb41d370bfef9f3f9e52a12 /drivers/mci/Kconfig
parentca2cae2b1ae146171af7838f3a26938d60cec4eb (diff)
downloadbarebox-e88d86a445266de5977fabe3dbde0f64ca8e535e.tar.gz
barebox-e88d86a445266de5977fabe3dbde0f64ca8e535e.tar.xz
ARM: rename STM arch to mxs
We never supported the sigmatel stm chips and probably never will. So do the first step and rename the architecture to mxs just like in the kernel. 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 ee04079c38..7d214ac86d 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -29,7 +29,7 @@ comment "--- MCI host drivers ---"
config MCI_STM378X
bool "i.MX23/i.MX28"
- depends on ARCH_STM
+ depends on ARCH_MXS
help
Enable this entry to add support to read and write SD cards on a
i.MX23/i.MX28 based system.