Commit 2bc536a235382f2a14fbbefd4fa9cd6089c9d0d0

Authored by Stas Sergeev
Committed by Takashi Iwai
1 parent 4dfd79546d

snd-pcsp: depend on CONFIG_EXPERIMENTAL

Considering all the feedbacks I got, depending snd-pcsp on
CONFIG_EXPERIMENTAL looks like the only safe way to get out
of all the troubles at one go. :)

Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sound/drivers/Kconfig
... ... @@ -8,6 +8,7 @@
8 8 tristate "PC-Speaker support (READ HELP!)"
9 9 depends on PCSPKR_PLATFORM && X86_PC && HIGH_RES_TIMERS
10 10 depends on INPUT
  11 + depends on EXPERIMENTAL
11 12 depends on SND
12 13 select SND_PCM
13 14 help