Commit 5b7f4e5d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: codecs: allow compile testing without MFD drivers

Motorola CPCAP, Lochnagar Sound, Rockchip RK817 and Qualcomm
WCD9340/WCD9341 do not depend on parent MFD driver in build time and can
be compile tested without respective MFD part for increased build
coverage.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220826093659.1059276-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent b9320f54
...@@ -610,7 +610,7 @@ config SND_SOC_BT_SCO ...@@ -610,7 +610,7 @@ config SND_SOC_BT_SCO
config SND_SOC_CPCAP config SND_SOC_CPCAP
tristate "Motorola CPCAP codec" tristate "Motorola CPCAP codec"
depends on MFD_CPCAP depends on MFD_CPCAP || COMPILE_TEST
config SND_SOC_CQ0093VC config SND_SOC_CQ0093VC
tristate tristate
...@@ -972,7 +972,7 @@ config SND_SOC_LM49453 ...@@ -972,7 +972,7 @@ config SND_SOC_LM49453
config SND_SOC_LOCHNAGAR_SC config SND_SOC_LOCHNAGAR_SC
tristate "Lochnagar Sound Card" tristate "Lochnagar Sound Card"
depends on MFD_LOCHNAGAR depends on MFD_LOCHNAGAR || COMPILE_TEST
help help
This driver support the sound card functionality of the Cirrus This driver support the sound card functionality of the Cirrus
Logic Lochnagar audio development board. Logic Lochnagar audio development board.
...@@ -1197,7 +1197,7 @@ config SND_SOC_RK3328 ...@@ -1197,7 +1197,7 @@ config SND_SOC_RK3328
config SND_SOC_RK817 config SND_SOC_RK817
tristate "Rockchip RK817 audio CODEC" tristate "Rockchip RK817 audio CODEC"
depends on MFD_RK808 depends on MFD_RK808 || COMPILE_TEST
select REGMAP_I2C select REGMAP_I2C
config SND_SOC_RL6231 config SND_SOC_RL6231
...@@ -1745,7 +1745,7 @@ config SND_SOC_WCD934X ...@@ -1745,7 +1745,7 @@ config SND_SOC_WCD934X
tristate "WCD9340/WCD9341 Codec" tristate "WCD9340/WCD9341 Codec"
depends on COMMON_CLK depends on COMMON_CLK
select SND_SOC_WCD_MBHC select SND_SOC_WCD_MBHC
depends on MFD_WCD934X depends on MFD_WCD934X || COMPILE_TEST
help help
The WCD9340/9341 is a audio codec IC Integrated in The WCD9340/9341 is a audio codec IC Integrated in
Qualcomm SoCs like SDM845. Qualcomm SoCs like SDM845.
......
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