diff options
author | Javier Martin <javier.martin@vista-silicon.com> | 2011-03-01 09:02:08 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 13:29:21 -0500 |
commit | a5e2051b720fb5bcb35f0edfc80c108448acb713 (patch) | |
tree | d9f0e3174651aee8c2fb954494b8ca9c2a3e111b /arch/arm/mach-imx/Kconfig | |
parent | 3fc6b60976d01feda083e2a05b3c40217ad32799 (diff) |
ARM: Add SSI and aic3204 code to Visstrim_M10 boards.
Visstrim_M10 boards have an TI tlv320aic3204 codec
attached to SSI1.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index c1724185c242..17e2c6dce987 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -265,6 +265,7 @@ config MACH_IMX27LITE | |||
265 | bool "LogicPD MX27 LITEKIT platform" | 265 | bool "LogicPD MX27 LITEKIT platform" |
266 | select SOC_IMX27 | 266 | select SOC_IMX27 |
267 | select IMX_HAVE_PLATFORM_IMX_UART | 267 | select IMX_HAVE_PLATFORM_IMX_UART |
268 | select IMX_HAVE_PLATFORM_IMX_SSI | ||
268 | help | 269 | help |
269 | Include support for MX27 LITEKIT platform. This includes specific | 270 | Include support for MX27 LITEKIT platform. This includes specific |
270 | configurations for the board and its peripherals. | 271 | configurations for the board and its peripherals. |