diff options
author | Javier Martin <javier.martin@vista-silicon.com> | 2010-07-30 04:06:01 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-27 06:52:54 -0400 |
commit | 3b161e51b254fa7bd3a9b0bd7ca7a2ac8ceaae8b (patch) | |
tree | e7b4fb6e65ec10f7a4a816454a5f326f07268ed1 /arch/arm/mach-imx/Kconfig | |
parent | 49553c2ef88749dd502687f4eb9c258bb10a4f44 (diff) |
ARM: imx: Add support for Vista Silicon Visstrim_m10 board
Vista Silicon Visstrim_m10 i.MX27 based board is used
as multimedia streaming server, access control and other
custom applications.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index c5c0369bb481..19ed16d0017e 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -163,6 +163,15 @@ config MACH_MX27_3DS | |||
163 | Include support for MX27PDK platform. This includes specific | 163 | Include support for MX27PDK platform. This includes specific |
164 | configurations for the board and its peripherals. | 164 | configurations for the board and its peripherals. |
165 | 165 | ||
166 | config MACH_IMX27_VISSTRIM_M10 | ||
167 | bool "Vista Silicon i.MX27 Visstrim_m10" | ||
168 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
169 | select IMX_HAVE_PLATFORM_IMX_UART | ||
170 | help | ||
171 | Include support for Visstrim_m10 platform and its different variants. | ||
172 | This includes specific configurations for the board and its | ||
173 | peripherals. | ||
174 | |||
166 | config MACH_IMX27LITE | 175 | config MACH_IMX27LITE |
167 | bool "LogicPD MX27 LITEKIT platform" | 176 | bool "LogicPD MX27 LITEKIT platform" |
168 | select IMX_HAVE_PLATFORM_IMX_UART | 177 | select IMX_HAVE_PLATFORM_IMX_UART |