]> git.sur5r.net Git - u-boot/blobdiff - drivers/remoteproc/Kconfig
Merge git://git.denx.de/u-boot-dm
[u-boot] / drivers / remoteproc / Kconfig
index 437224b5491f8b54a9f0bf477565eecdd19bdd88..becae5f85dda39b257934d19182b8af00d0c6a4d 100644 (file)
@@ -1,7 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # (C) Copyright 2015
 # Texas Instruments Incorporated - http://www.ti.com/
-# SPDX-License-Identifier:     GPL-2.0+
 #
 
 menu "Remote Processor drivers"
@@ -21,4 +21,14 @@ config REMOTEPROC_SANDBOX
        help
          Say 'y' here to add support for test processor which does dummy
          operations for sandbox platform.
+
+config REMOTEPROC_TI_POWER
+       bool "Support for TI Power processor"
+       select REMOTEPROC
+       depends on DM
+       depends on ARCH_KEYSTONE
+       depends on OF_CONTROL
+       help
+         Say 'y' here to add support for TI power processors such as those
+         found on certain TI keystone and OMAP generation SoCs.
 endmenu