Merge branch 'clk-fixes' into clk-next
[firefly-linux-kernel-4.4.55.git] / sound / core / Kconfig
index 1507469425ece3a6ce7cec21264bc4231e427643..6c96feeaf01eb08794be6321fa0ac35aba66b3e8 100644 (file)
@@ -182,9 +182,18 @@ config SND_SUPPORT_OLD_API
          Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
          or older).
 
+config SND_PROC_FS
+        bool "Sound Proc FS Support" if EXPERT
+        depends on PROC_FS
+        default y
+        help
+          Say 'N' to disable Sound proc FS, which may reduce code size about
+          9KB on x86_64 platform.
+          If unsure say Y.
+
 config SND_VERBOSE_PROCFS
        bool "Verbose procfs contents"
-       depends on PROC_FS
+       depends on SND_PROC_FS
        default y
        help
          Say Y here to include code for verbose procfs contents (provides
@@ -227,9 +236,6 @@ config SND_PCM_XRUN_DEBUG
 config SND_VMASTER
        bool
 
-config SND_KCTL_JACK
-       bool
-
 config SND_DMA_SGBUF
        def_bool y
        depends on X86