]> git.sur5r.net Git - u-boot/blobdiff - drivers/remoteproc/Kconfig
cfi_flash: Fix whitespace with casting
[u-boot] / drivers / remoteproc / Kconfig
index 437224b5491f8b54a9f0bf477565eecdd19bdd88..d0b76be1188e99fbd3b8916e70bf4298ebb84448 100644 (file)
@@ -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