diff options
author | Clément Péron <peron.clem@gmail.com> | 2019-08-11 22:31:44 +0200 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2019-08-12 08:35:44 +0200 |
commit | 9b1e6ce34a1ab6d205effa7da38ea520f04d4e03 (patch) | |
tree | 045e8fe0fe1986717227cd7fb2679641eab9e706 /arch/arm64/configs/defconfig | |
parent | arm64: defconfig: Enable IR SUNXI option (diff) | |
download | linux-9b1e6ce34a1ab6d205effa7da38ea520f04d4e03.tar.xz linux-9b1e6ce34a1ab6d205effa7da38ea520f04d4e03.zip |
arm64: defconfig: Enable Sun4i SPDIF module
Allwinner A64 and H6 use the Sun4i SPDIF driver.
Enable this to allow a proper support.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c03618c17b04..2aa82650e8e5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -559,6 +559,7 @@ CONFIG_SND_SOC_ROCKCHIP_RT5645=m CONFIG_SND_SOC_RK3399_GRU_SOUND=m CONFIG_SND_SOC_SAMSUNG=y CONFIG_SND_SOC_RCAR=m +CONFIG_SND_SUN4I_SPDIF=m CONFIG_SND_SOC_AK4613=m CONFIG_SND_SOC_ES7134=m CONFIG_SND_SOC_ES7241=m |