mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
ASoC: codecs: rk817: drop I2C dependencies
The RK817 codec uses regmap API and not directly regmap I2C. It is the parent MFD who uses and selects regmap I2C. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220901101458.365354-2-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
9815746c48
commit
69e3e537ec
@ -1197,8 +1197,7 @@ config SND_SOC_RK3328
|
||||
|
||||
config SND_SOC_RK817
|
||||
tristate "Rockchip RK817 audio CODEC"
|
||||
depends on MFD_RK808 || COMPILE_TEST && I2C
|
||||
select REGMAP_I2C
|
||||
depends on MFD_RK808 || COMPILE_TEST
|
||||
|
||||
config SND_SOC_RL6231
|
||||
tristate
|
||||
|
Loading…
Reference in New Issue
Block a user