blob: 437224b5491f8b54a9f0bf477565eecdd19bdd88 [file] [log] [blame]
Nishanth Menon08b9dc22015-09-17 15:42:39 -05001#
2# (C) Copyright 2015
3# Texas Instruments Incorporated - http://www.ti.com/
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7menu "Remote Processor drivers"
8
9# REMOTEPROC gets selected by drivers as needed
10# All users should depend on DM
11config REMOTEPROC
12 bool
13 depends on DM
14
Nishanth Menon889ee972015-09-17 15:42:40 -050015# Please keep the configuration alphabetically sorted.
16config 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 Menon08b9dc22015-09-17 15:42:39 -050024endmenu