diff options
| author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2012-12-16 11:30:00 -0800 | 
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-12-17 10:50:41 -0800 | 
| commit | 17bb5fecc450fe8df4d44016b9d49759ff0932e3 (patch) | |
| tree | 70f2518dcaa914512495e5183272fff2632f27e5 | |
| parent | 7a5c6065669c6c226f19e5ad5c9b3d3400b2b136 (diff) | |
| download | olio-linux-3.10-17bb5fecc450fe8df4d44016b9d49759ff0932e3.tar.xz olio-linux-3.10-17bb5fecc450fe8df4d44016b9d49759ff0932e3.zip  | |
ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audio
Many TI OMAP SoC based boards that uses twl4030 as codec have
been updated to use the unified audio driver (omap-twl4030)
since they have similar audio setup.
So, is good to have it built to add audio support to these boards.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
| -rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 244568d5dc3..82ce8d738fa 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -174,6 +174,7 @@ CONFIG_SND_DEBUG=y  CONFIG_SND_USB_AUDIO=m  CONFIG_SND_SOC=m  CONFIG_SND_OMAP_SOC=m +CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m  CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m  CONFIG_USB=y  CONFIG_USB_DEBUG=y  |