SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / drivers / remoteproc / Kconfig
index 437224b..becae5f 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