diff options
author | Sameer Pujar <spujar@nvidia.com> | 2021-02-04 07:21:16 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-02-05 00:08:16 +0300 |
commit | 70ba3b1adbf5994b00acda837e9b7344c6c96a90 (patch) | |
tree | 7f0fad5038a15fc5ef5bfc2437df743a40d37720 /arch/arm64/configs | |
parent | f7d62396798cac36dc1ea530afc3e560f52ce327 (diff) | |
download | linux-70ba3b1adbf5994b00acda837e9b7344c6c96a90.tar.xz |
arm64: defconfig: Enable RT5659
Enable the RT5659 audio codec driver. Jetson AGX Xavier has RT5658 codec
which is compatible with this driver. This enables user to test external
audio.
Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Cc: Oder Chiou <oder_chiou@realtek.com>
Cc: Bard Liao <bardliao@realtek.com>
Diffstat (limited to 'arch/arm64/configs')
-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 3f6a2f50b7cf..35dc0f45abb4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -746,6 +746,7 @@ CONFIG_SND_SOC_AK4613=m CONFIG_SND_SOC_ES7134=m CONFIG_SND_SOC_ES7241=m CONFIG_SND_SOC_PCM3168A_I2C=m +CONFIG_SND_SOC_RT5659=m CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m CONFIG_SND_SOC_TAS571X=m CONFIG_SND_SOC_WCD934X=m |