mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 16:01:27 +00:00
remoteproc: Enable ARM64 remoteproc driver by default for K3 ARCH
If SYS_K3_SPL_ATF is enabled, for K3 ARCH enable the remoteproc ARM64 driver by default so that it does not have to be defined in each board defconfig file. Signed-off-by: Judith Mendez <jm@ti.com> Reviewed-by: Andrew Davis <afd@ti.com>
This commit is contained in:
parent
fbb3d49517
commit
74e1ef648e
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ config REMOTEPROC_TI_K3_ARM64
|
||||||
depends on DM
|
depends on DM
|
||||||
depends on ARCH_K3
|
depends on ARCH_K3
|
||||||
depends on OF_CONTROL
|
depends on OF_CONTROL
|
||||||
|
default y if SYS_K3_SPL_ATF
|
||||||
help
|
help
|
||||||
Say y here to support TI's ARM64 processor subsystems
|
Say y here to support TI's ARM64 processor subsystems
|
||||||
on various TI K3 family of SoCs through the remote processor
|
on various TI K3 family of SoCs through the remote processor
|
||||||
|
|
Loading…
Add table
Reference in a new issue