Skip to content

Commit

Permalink
ALSA: Make SND_PCMTEST depend on DEBUG_FS
Browse files Browse the repository at this point in the history
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: Ruan Jinjie <ruanjinjie@huawei.com>
Acked-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20230817093740.1732738-1-ruanjinjie@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Ruan Jinjie authored and tiwai committed Aug 18, 2023
1 parent a707885 commit 828b871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ config SND_ALOOP

config SND_PCMTEST
tristate "Virtual PCM test driver"
depends on DEBUG_FS
select SND_PCM
help
Say 'Y' or 'M' to include support for the Virtual PCM test driver.
Expand Down

0 comments on commit 828b871

Please sign in to comment.