blob: 444682624ace992f5abdcb0d58105f38974b6b0a [file] [log] [blame]
Nishanth Menonddf56bc2015-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
15endmenu