diff options
author | Nishanth Menon <nm@ti.com> | 2019-05-22 19:19:21 +0300 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2019-06-19 11:59:48 +0300 |
commit | 3cd277c6d021b19a531f897942e688b494b16225 (patch) | |
tree | c8336fa191626a5581804d96b3d58cf9a3f9fc13 /arch/arm64/configs/defconfig | |
parent | 803d3a1870e26ec9748443e47e287c7cc3e45187 (diff) | |
download | linux-3cd277c6d021b19a531f897942e688b494b16225.tar.xz |
arm64: defconfig: Enable TI's J721E SoC platform
Enable J721E SoC support from TI.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
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 4d583514258c..83a509dc247d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -696,6 +696,7 @@ CONFIG_ARCH_TEGRA_210_SOC=y CONFIG_ARCH_TEGRA_186_SOC=y CONFIG_ARCH_TEGRA_194_SOC=y CONFIG_ARCH_K3_AM6_SOC=y +CONFIG_ARCH_K3_J721E_SOC=y CONFIG_SOC_TI=y CONFIG_TI_SCI_PM_DOMAINS=y CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y |