aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2018-03-01 15:34:17 -0500
committerTony Lindgren <tony@atomide.com>2018-03-06 14:25:36 -0500
commit499ed74eb510617425a0ca1a68230464d3b9aecb (patch)
treefe789e5973fe9b8170330a972d71249ebf1a719a
parent57625de768b1127d022c86048887dd329e70572f (diff)
ARM: omap2plus_defconfig: Add SND_OSSEMUL
We have SND_MIXER_OSS and SND_PCM_OSS but they now depend on SND_OSSEMUL selecting SOUND_OSS_CORE. Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/configs/omap2plus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 5eace3090a61..1900dee82e41 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -369,6 +369,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
369CONFIG_LOGO=y 369CONFIG_LOGO=y
370CONFIG_SOUND=m 370CONFIG_SOUND=m
371CONFIG_SND=m 371CONFIG_SND=m
372CONFIG_SND_OSSEMUL=y
372CONFIG_SND_MIXER_OSS=m 373CONFIG_SND_MIXER_OSS=m
373CONFIG_SND_PCM_OSS=m 374CONFIG_SND_PCM_OSS=m
374CONFIG_SND_VERBOSE_PRINTK=y 375CONFIG_SND_VERBOSE_PRINTK=y