Browse Source

kernel: enable CONFIG_SND_PROC_FS by default (FS#54)

Some user space code relies on it

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
d22fc1973c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/generic/config-4.4

+ 2 - 2
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