[PATCH v2 2/2] ASoC: codecs: rk3308: depend on ARM64 || COMPILE_TEST
From: Luca Ceresoli
Date: Wed Apr 03 2024 - 07:03:46 EST
This codec is only known to exist in the RK3308 ARM64 SoC, so depend on it
except for compile test cases. Note that the driver won't probe without
CONFIG_OF, but ARM64 selects OF already so it is not needed.
Suggested-by: Mark Brown <broonie@xxxxxxxxxx>
Signed-off-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>
---
sound/soc/codecs/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 1752814fffdd..4e47bb6850aa 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1436,6 +1436,7 @@ config SND_SOC_PEB2466
config SND_SOC_RK3308
tristate "Rockchip RK3308 audio CODEC"
+ depends on ARM64 || COMPILE_TEST
select REGMAP_MMIO
help
This is a device driver for the audio codec embedded in the
--
2.34.1