diff options
author | Mahesh Mahadevan <r9aadq@freescale.com> | 2011-10-26 16:52:48 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:02:59 +0800 |
commit | 00cf4137e070a62f4cce4a714448dd127b903364 (patch) | |
tree | b1aaca0897f0a75232d34563e4b3903c24ed60a8 /arch/arm/mach-mx6/Kconfig | |
parent | 6a881ff9d783e68bd2233d35cdfa8ba8d99002a9 (diff) |
ENGR00160874 Enable SSI audio support on the MX6
The MX6 Sabre-lite board uses the SGTL codec through
SSI to play audio. Add support for SSI audio on the MX6
Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/Kconfig')
-rw-r--r-- | arch/arm/mach-mx6/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig index d9f689468882..c1fdd01cc7ce 100644 --- a/arch/arm/mach-mx6/Kconfig +++ b/arch/arm/mach-mx6/Kconfig @@ -4,6 +4,7 @@ config ARCH_MX6Q bool select USB_ARCH_HAS_EHCI select ARCH_MXC_IOMUX_V3 + select ARCH_MXC_AUDMUX_V2 select ARM_GIC select ARCH_HAS_CPUFREQ select IMX_HAVE_PLATFORM_IMX_UART |