diff options
author | MD Danish Anwar <danishanwar@ti.com> | 2023-08-08 16:01:31 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2023-08-10 06:38:54 +0300 |
commit | b7314d6938759d6da8b9992d0eade4606daf72a6 (patch) | |
tree | 093954f49f474f4ef691affa3c1289fd0a62c986 /arch/arm64/configs | |
parent | 8127ab5fbaeea40d32a43b168ec247909f85bcf6 (diff) | |
download | linux-b7314d6938759d6da8b9992d0eade4606daf72a6.tar.xz |
arm64: defconfig: Enable TI PRUSS
The Programmable Realtime Unit - Industrial Communication Subsystem
(PRU-ICSS) known as PRUSS, is a low-latency microcontroller subsystem
used for industrial networking and other hard real-time functions in
the TI K3 SoCs such as AM654x, AM64x.
AM654x-EVM, AM64xx-EVM, and iot2050 use the PRUSS driver.
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>
Link: https://lore.kernel.org/r/20230808130131.3081482-1-danishanwar@ti.com
Signed-off-by: Nishanth Menon <nm@ti.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 700d5571f12b..d90256a92b17 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1318,6 +1318,7 @@ CONFIG_ARCH_TEGRA_186_SOC=y CONFIG_ARCH_TEGRA_194_SOC=y CONFIG_ARCH_TEGRA_234_SOC=y CONFIG_TI_SCI_PM_DOMAINS=y +CONFIG_TI_PRUSS=m CONFIG_ARM_IMX_BUS_DEVFREQ=y CONFIG_ARM_IMX8M_DDRC_DEVFREQ=m CONFIG_ARM_MEDIATEK_CCI_DEVFREQ=m |