xref: /openbmc/u-boot/drivers/remoteproc/Kconfig (revision ddf56bc7)
1#
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
16