diff options
author | Felipe Balbi <balbi@ti.com> | 2014-11-18 13:07:01 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-12-05 11:38:03 -0500 |
commit | 866d1808e7889ee002b9424703b14b790e97acaf (patch) | |
tree | 5201d257a1cfa2e3f5439f64c701b186f3cc87c8 /arch/arm | |
parent | 8996a0bc626eda44865862751ea1fa094d8faa36 (diff) |
ARM: omap2plus_defconfig: enable AM33XX SoC sound
Without this, sound on AM437x Starter Kit will
not work.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 197c3460641b..a0cd438f1151 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -281,6 +281,8 @@ CONFIG_SND_VERBOSE_PRINTK=y | |||
281 | CONFIG_SND_DEBUG=y | 281 | CONFIG_SND_DEBUG=y |
282 | CONFIG_SND_USB_AUDIO=m | 282 | CONFIG_SND_USB_AUDIO=m |
283 | CONFIG_SND_SOC=m | 283 | CONFIG_SND_SOC=m |
284 | CONFIG_SND_EDMA_SOC=m | ||
285 | CONFIG_SND_AM33XX_SOC_EVM=m | ||
284 | CONFIG_SND_OMAP_SOC=m | 286 | CONFIG_SND_OMAP_SOC=m |
285 | CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m | 287 | CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m |
286 | CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=m | 288 | CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=m |