Commit 828b871a authored by Ruan Jinjie's avatar Ruan Jinjie Committed by Takashi Iwai

ALSA: Make SND_PCMTEST depend on DEBUG_FS

Since pcmtest is a test module that manipulates or gets
notification via debugfs, without DEBUG_FS it can not work fine.
So make SND_PCMTEST depend on DEBUG_FS.
Signed-off-by: default avatarRuan Jinjie <ruanjinjie@huawei.com>
Acked-by: default avatarIvan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20230817093740.1732738-1-ruanjinjie@huawei.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a707885a
...@@ -111,6 +111,7 @@ config SND_ALOOP ...@@ -111,6 +111,7 @@ config SND_ALOOP
config SND_PCMTEST config SND_PCMTEST
tristate "Virtual PCM test driver" tristate "Virtual PCM test driver"
depends on DEBUG_FS
select SND_PCM select SND_PCM
help help
Say 'Y' or 'M' to include support for the Virtual PCM test driver. Say 'Y' or 'M' to include support for the Virtual PCM test driver.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment