diff options
author | Tony Lindgren <tony@atomide.com> | 2018-03-01 15:34:17 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-06 14:25:36 -0500 |
commit | 499ed74eb510617425a0ca1a68230464d3b9aecb (patch) | |
tree | fe789e5973fe9b8170330a972d71249ebf1a719a | |
parent | 57625de768b1127d022c86048887dd329e70572f (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_defconfig | 1 |
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 | |||
369 | CONFIG_LOGO=y | 369 | CONFIG_LOGO=y |
370 | CONFIG_SOUND=m | 370 | CONFIG_SOUND=m |
371 | CONFIG_SND=m | 371 | CONFIG_SND=m |
372 | CONFIG_SND_OSSEMUL=y | ||
372 | CONFIG_SND_MIXER_OSS=m | 373 | CONFIG_SND_MIXER_OSS=m |
373 | CONFIG_SND_PCM_OSS=m | 374 | CONFIG_SND_PCM_OSS=m |
374 | CONFIG_SND_VERBOSE_PRINTK=y | 375 | CONFIG_SND_VERBOSE_PRINTK=y |