diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2017-02-08 02:30:40 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-02-08 18:29:37 +0000 |
commit | e5028a259733ec2324893cb481023ed6cf7e9723 (patch) | |
tree | b74c6bb159235fb05ccba983cd2af78bcd39b73c /sound | |
parent | 2ad6f30de7087515a0bc2a718fca6681a57739a0 (diff) | |
download | linux-e5028a259733ec2324893cb481023ed6cf7e9723.tar.bz2 |
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/Kconfig | 2 |
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 config SND_SUN8I_CODEC_ANALOG tristate "Allwinner sun8i Codec Analog Controls Support" - depends on MACH_SUN8I || COMPILE_TEST + depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST select REGMAP help Say Y or M if you want to add support for the analog controls for |