diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-21 15:29:57 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-21 15:33:50 +0200 |
commit | d22fc1973c952133b9db96b2d99355e2eeb44c25 (patch) | |
tree | 2ec4df173c75bbcd3ceb66035a1dd57421b92dec | |
parent | ab3bf82e016eb0c1d7fa253555e9ce8e95c9ff1d (diff) | |
download | upstream-d22fc1973c952133b9db96b2d99355e2eeb44c25.tar.gz upstream-d22fc1973c952133b9db96b2d99355e2eeb44c25.tar.bz2 upstream-d22fc1973c952133b9db96b2d99355e2eeb44c25.zip |
kernel: enable CONFIG_SND_PROC_FS by default (FS#54)
Some user space code relies on it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/generic/config-4.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index dfd8b130d7..7ff9705687 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -3773,7 +3773,7 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_PORTMAN2X4 is not set # CONFIG_SND_POWERPC_SOC is not set # CONFIG_SND_PPC is not set -# CONFIG_SND_PROC_FS is not set +CONFIG_SND_PROC_FS=y # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RAWMIDI_SEQ is not set # CONFIG_SND_RIPTIDE is not set @@ -3899,7 +3899,7 @@ CONFIG_SND_USB=y # CONFIG_SND_USB_USX2Y is not set # CONFIG_SND_USB_VARIAX is not set # CONFIG_SND_VERBOSE_PRINTK is not set -CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PROCFS is not set # CONFIG_SND_VIA82XX is not set # CONFIG_SND_VIA82XX_MODEM is not set # CONFIG_SND_VIRTUOSO is not set |