Nishanth Menon | ddf56bc | 2015-09-17 15:42:39 -0500 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2015 |
| 3 | # Texas Instruments Incorporated - http://www.ti.com/ |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | menu "Remote Processor drivers" |
| 8 | |
| 9 | # REMOTEPROC gets selected by drivers as needed |
| 10 | # All users should depend on DM |
| 11 | config REMOTEPROC |
| 12 | bool |
| 13 | depends on DM |
| 14 | |
Nishanth Menon | 3df0b8b | 2015-09-17 15:42:40 -0500 | [diff] [blame] | 15 | # Please keep the configuration alphabetically sorted. |
| 16 | config REMOTEPROC_SANDBOX |
| 17 | bool "Support for Test processor for Sandbox" |
| 18 | select REMOTEPROC |
| 19 | depends on DM |
| 20 | depends on SANDBOX |
| 21 | help |
| 22 | Say 'y' here to add support for test processor which does dummy |
| 23 | operations for sandbox platform. |
Nishanth Menon | 4239284 | 2016-02-25 12:53:45 -0600 | [diff] [blame] | 24 | |
| 25 | config REMOTEPROC_TI_POWER |
| 26 | bool "Support for TI Power processor" |
| 27 | select REMOTEPROC |
| 28 | depends on DM |
| 29 | depends on ARCH_KEYSTONE |
| 30 | depends on OF_CONTROL |
| 31 | help |
| 32 | Say 'y' here to add support for TI power processors such as those |
| 33 | found on certain TI keystone and OMAP generation SoCs. |
Nishanth Menon | ddf56bc | 2015-09-17 15:42:39 -0500 | [diff] [blame] | 34 | endmenu |