diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2018-08-27 15:57:52 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-11 08:32:55 -0400 |
commit | c365ed7d4bc4173baad05a0c2d40d48ce8e41394 (patch) | |
tree | 27df49ae26e9b4f620ca406e58bb9ad04fd886b4 /drivers/remoteproc/Kconfig | |
parent | 1ad190bf5936ad87d0bd80ecf55a1ce09e9d3ae9 (diff) | |
download | u-boot-c365ed7d4bc4173baad05a0c2d40d48ce8e41394.tar.gz |
remoteproc: Introduce K3 remoteproc driver
Add support for K3 based remoteproc driver that
communicates with TISCI to start start a remote processor.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 812d30153b..9eb532bc7a 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -22,6 +22,15 @@ config K3_SYSTEM_CONTROLLER help Say 'y' here to add support for TI' K3 System Controller. +config REMOTEPROC_K3 + bool "Support for TI's K3 based remoteproc driver" + select REMOTEPROC + depends on DM + depends on ARCH_K3 + depends on OF_CONTROL + help + Say 'y' here to add support for TI' K3 remoteproc driver. + config REMOTEPROC_SANDBOX bool "Support for Test processor for Sandbox" select REMOTEPROC |