From 581c1f37af51aa4605071e6b1ad4b2e27516f9e9 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson <kenneth@southpole.se> Date: Fri, 13 Nov 2015 20:21:22 +0100 Subject: [PATCH] kconfig: needed for openwrt module configuration --- sound/core/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/core/Kconfig b/sound/core/Kconfig index b413ed05e7..746c6e4cd5 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -7,13 +7,13 @@ config SND_PCM select SND_TIMER config SND_HWDEP - tristate + tristate "Sound hardware support" config SND_RAWMIDI tristate config SND_COMPRESS_OFFLOAD - tristate + tristate "Compression offloading support" # To be effective this also requires INPUT - users should say: # select SND_JACK if INPUT=y || INPUT=SND -- GitLab