diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-13 00:05:29 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-13 00:05:30 +0300 |
commit | 8c1541b161a6926648abe44df0da6d9acc55745d (patch) | |
tree | 3bf19e94be1529effb5ff20b26333aa24fef1dab /arch/arm64/configs | |
parent | 2b4b612638b8e87719f82ab7a9cda8925375eef6 (diff) | |
parent | 28b4dcc8f0108e2c430b63b0325c61ae97d6dc79 (diff) | |
download | linux-8c1541b161a6926648abe44df0da6d9acc55745d.tar.xz |
Merge tag 'tegra-for-5.20-arm64-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/defconfig
arm64: tegra: Default configuration updates for v5.20-rc1
Updates the arm64 default configuration to enable the OPE driver as a
module.
* tag 'tegra-for-5.20-arm64-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
arm64: defconfig: Build Tegra OPE module
Link: https://lore.kernel.org/r/20220708185608.676474-8-thierry.reding@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 4a4992e356e3..585552b3abd5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -811,6 +811,7 @@ CONFIG_SND_SOC_TEGRA=m CONFIG_SND_SOC_TEGRA210_AHUB=m CONFIG_SND_SOC_TEGRA210_DMIC=m CONFIG_SND_SOC_TEGRA210_I2S=m +CONFIG_SND_SOC_TEGRA210_OPE=m CONFIG_SND_SOC_TEGRA186_ASRC=m CONFIG_SND_SOC_TEGRA186_DSPK=m CONFIG_SND_SOC_TEGRA210_ADMAIF=m |