diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-12 23:04:25 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-12 23:04:26 +0200 |
commit | 2b4b612638b8e87719f82ab7a9cda8925375eef6 (patch) | |
tree | d019b59746dde51d13cb7c1710a7923dd917051b /arch/arm64/configs | |
parent | 89a24d7d85bd4b5899d5a4bb63e56a30e5984300 (diff) | |
parent | 900bd8cb85277dd23713f92db72dedd59b62d9fd (diff) |
Merge tag 'sunxi-config64-for-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/defconfig
- enable Allwinner analogue audio codecs
* tag 'sunxi-config64-for-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
arm64: defconfig: Enable Allwinner built in CODECs
Link: https://lore.kernel.org/r/YsheC0hgyJB9kPsS@kista.localdomain
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c8cbb98ea6bc..4a4992e356e3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -804,6 +804,9 @@ CONFIG_SND_SOC_RCAR=m CONFIG_SND_SOC_RZ=m CONFIG_SND_SUN4I_I2S=m CONFIG_SND_SUN4I_SPDIF=m +CONFIG_SND_SUN50I_CODEC_ANALOG=m +CONFIG_SND_SUN8I_CODEC=m +CONFIG_SND_SUN8I_CODEC_ANALOG=m CONFIG_SND_SOC_TEGRA=m CONFIG_SND_SOC_TEGRA210_AHUB=m CONFIG_SND_SOC_TEGRA210_DMIC=m |