Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-boot
[oweals/u-boot.git] / drivers / remoteproc / Kconfig
index d0b76be1188e99fbd3b8916e70bf4298ebb84448..9eb532bc7a782d57f6281c361318c1b8162473ed 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"
@@ -13,6 +13,24 @@ config REMOTEPROC
        depends on DM
 
 # Please keep the configuration alphabetically sorted.
+config K3_SYSTEM_CONTROLLER
+       bool "Support for TI' K3 System Controller"
+       select REMOTEPROC
+       depends on DM
+       depends on ARCH_K3
+       depends on OF_CONTROL
+       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