summaryrefslogtreecommitdiffstats
path: root/drivers/video/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/video/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/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index c69308e749..c652622ccc 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -22,7 +22,7 @@ config DRIVER_VIDEO_IMX_IPU
config DRIVER_VIDEO_STM
bool "i.MX23/28 framebuffer driver"
- depends on ARCH_STM
+ depends on ARCH_MXS
help
Say 'Y' here to enable framebuffer and splash screen support for
i.MX23 and i.MX28 based systems.