diff options
author | Tony Lindgren <tony@atomide.com> | 2018-03-01 23:34:17 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-06 22:25:36 +0300 |
commit | 499ed74eb510617425a0ca1a68230464d3b9aecb (patch) | |
tree | fe789e5973fe9b8170330a972d71249ebf1a719a /arch/arm/configs | |
parent | 57625de768b1127d022c86048887dd329e70572f (diff) | |
download | linux-499ed74eb510617425a0ca1a68230464d3b9aecb.tar.xz |
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>
Diffstat (limited to 'arch/arm/configs')
-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 CONFIG_LOGO=y CONFIG_SOUND=m CONFIG_SND=m +CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_VERBOSE_PRINTK=y |