diff options
author | Arnd Bergmann <arnd@arndb.de> | 2025-01-15 17:04:38 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2025-01-15 17:04:38 +0300 |
commit | 5eb5d4c6d4a31319a982c43669f46099c088b5d5 (patch) | |
tree | df5b51f79624bd54842af240724ddf5619a6abd2 | |
parent | 499a3dda0b17f7ceb568a29b9f9d2c8cfcf2a97a (diff) | |
parent | 184caba444cfd4b90231de7d071b9966c115c29f (diff) | |
download | linux-5eb5d4c6d4a31319a982c43669f46099c088b5d5.tar.xz |
Merge tag 'ti-k3-config-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/defconfig
TI K3 defconfig updates for v6.14
- Enable M4F remote proc support for AM62x based platforms such as
BeaglePlay, phyboard, verdin, SK etc.
* tag 'ti-k3-config-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux:
arm64: defconfig: Enable TI K3 M4 remoteproc driver
Link: https://lore.kernel.org/r/20250110210759.fd6a3ed7q52zkpnw@rogue
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-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 79595d67f2db..971d8135db08 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1410,6 +1410,7 @@ CONFIG_QCOM_Q6V5_PAS=m CONFIG_QCOM_SYSMON=m CONFIG_QCOM_WCNSS_PIL=m CONFIG_TI_K3_DSP_REMOTEPROC=m +CONFIG_TI_K3_M4_REMOTEPROC=m CONFIG_TI_K3_R5_REMOTEPROC=m CONFIG_RPMSG_CHAR=m CONFIG_RPMSG_CTRL=m |