diff options
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r-- | sound/core/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index f3a07fb2e690..4262a1c87731 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -142,7 +142,7 @@ config SND_SUPPORT_OLD_API | |||
142 | 142 | ||
143 | config SND_VERBOSE_PROCFS | 143 | config SND_VERBOSE_PROCFS |
144 | bool "Verbose procfs contents" | 144 | bool "Verbose procfs contents" |
145 | depends on SND | 145 | depends on SND && PROC_FS |
146 | default y | 146 | default y |
147 | help | 147 | help |
148 | Say Y here to include code for verbose procfs contents (provides | 148 | Say Y here to include code for verbose procfs contents (provides |
@@ -175,7 +175,7 @@ config SND_DEBUG_DETECT | |||
175 | config SND_PCM_XRUN_DEBUG | 175 | config SND_PCM_XRUN_DEBUG |
176 | bool "Enable PCM ring buffer overrun/underrun debugging" | 176 | bool "Enable PCM ring buffer overrun/underrun debugging" |
177 | default n | 177 | default n |
178 | depends on SND_DEBUG | 178 | depends on SND_DEBUG && SND_VERBOSE_PROCFS |
179 | help | 179 | help |
180 | Say Y to enable the PCM ring buffer overrun/underrun debugging. | 180 | Say Y to enable the PCM ring buffer overrun/underrun debugging. |
181 | It is usually not required, but if you have trouble with | 181 | It is usually not required, but if you have trouble with |