aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/qcom/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-02-23 01:19:12 +0000
committerMark Brown <broonie@kernel.org>2022-02-23 02:04:14 +0000
commitb83eb8be4f2ca9d6beb1a8b66f666ef7039b7a64 (patch)
tree225b0fb151eba745957b29f450258926a78fcd14 /sound/soc/qcom/Kconfig
parentASoC: mediatek: mt8195: enable apll tuner (diff)
downloadwireguard-linux-b83eb8be4f2ca9d6beb1a8b66f666ef7039b7a64.tar.xz
wireguard-linux-b83eb8be4f2ca9d6beb1a8b66f666ef7039b7a64.zip
ASoC: sc7280: Really depends on SOUNDWIRE
The sc7280 driver really does depend on SOUNDWIRE since it calls various sdw_ functions (eg, sdw_enable_stream(), sdw_prepare_stream()) which do not have stubs when that is disabled so we can't build with COMPILE_TEST. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220223011913.2753938-1-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/Kconfig')
-rw-r--r--sound/soc/qcom/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
index dd5949eb6b15..f09dc0fcff0b 100644
--- a/sound/soc/qcom/Kconfig
+++ b/sound/soc/qcom/Kconfig
@@ -178,7 +178,7 @@ config SND_SOC_SC7180
config SND_SOC_SC7280
tristate "SoC Machine driver for SC7280 boards"
- depends on I2C && SOUNDWIRE || COMPILE_TEST
+ depends on I2C && SOUNDWIRE
select SND_SOC_QCOM_COMMON
select SND_SOC_LPASS_SC7280
select SND_SOC_MAX98357A