Kconfig (026477c1141b67e98e3bd8bdedb7d4b88a3ecd09) Kconfig (a982ac06b069f6ee9ea1b64f4ce68cdf2e138742)
1# ALSA soundcard-configuration
2config SND_TIMER
3 tristate
4 depends on SND
5
6config SND_PCM
7 tristate
8 select SND_TIMER

--- 132 unchanged lines hidden (view full) ---

141 or older).
142
143config SND_VERBOSE_PROCFS
144 bool "Verbose procfs contents"
145 depends on SND && PROC_FS
146 default y
147 help
148 Say Y here to include code for verbose procfs contents (provides
1# ALSA soundcard-configuration
2config SND_TIMER
3 tristate
4 depends on SND
5
6config SND_PCM
7 tristate
8 select SND_TIMER

--- 132 unchanged lines hidden (view full) ---

141 or older).
142
143config SND_VERBOSE_PROCFS
144 bool "Verbose procfs contents"
145 depends on SND && PROC_FS
146 default y
147 help
148 Say Y here to include code for verbose procfs contents (provides
149 usefull information to developers when a problem occurs). On the
149 useful information to developers when a problem occurs). On the
150 other side, it makes the ALSA subsystem larger.
151
152config SND_VERBOSE_PRINTK
153 bool "Verbose printk"
154 depends on SND
155 help
156 Say Y here to enable verbose log messages. These messages
157 will help to identify source file and position containing

--- 26 unchanged lines hidden ---
150 other side, it makes the ALSA subsystem larger.
151
152config SND_VERBOSE_PRINTK
153 bool "Verbose printk"
154 depends on SND
155 help
156 Say Y here to enable verbose log messages. These messages
157 will help to identify source file and position containing

--- 26 unchanged lines hidden ---