summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.xyz>2017-02-07 13:30:40 -0500
committerMark Brown <broonie@kernel.org>2017-02-08 13:29:37 -0500
commite5028a259733ec2324893cb481023ed6cf7e9723 (patch)
treeb74c6bb159235fb05ccba983cd2af78bcd39b73c /sound
parent2ad6f30de7087515a0bc2a718fca6681a57739a0 (diff)
ASoC: sunxi: allow the analog codec driver to be built on ARM64
As the 64-bit Allwinner H5 SoC has the same analog codec part (also the same digital part) as H3, enable the driver to be built on ARM64 Allwinner platform, so that it can be used on H5. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/sunxi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sunxi/Kconfig b/sound/soc/sunxi/Kconfig
index 13a8267f17c7..22408bc2d6ec 100644
--- a/sound/soc/sunxi/Kconfig
+++ b/sound/soc/sunxi/Kconfig
@@ -22,7 +22,7 @@ config SND_SUN8I_CODEC
22 22
23config SND_SUN8I_CODEC_ANALOG 23config SND_SUN8I_CODEC_ANALOG
24 tristate "Allwinner sun8i Codec Analog Controls Support" 24 tristate "Allwinner sun8i Codec Analog Controls Support"
25 depends on MACH_SUN8I || COMPILE_TEST 25 depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
26 select REGMAP 26 select REGMAP
27 help 27 help
28 Say Y or M if you want to add support for the analog controls for 28 Say Y or M if you want to add support for the analog controls for