From: Ruan Jinjie Date: Thu, 17 Aug 2023 09:37:39 +0000 (+0800) Subject: ALSA: Make SND_PCMTEST depend on DEBUG_FS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=828b871ac11a2a7d7c061e2a29a0f0a1225c694a;p=linux.git 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: Ruan Jinjie Acked-by: Ivan Orlov Link: https://lore.kernel.org/r/20230817093740.1732738-1-ruanjinjie@huawei.com Signed-off-by: Takashi Iwai --- diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 41c171468c1e0..6debd8e95cb7a 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig @@ -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.