]> git.ipfire.org Git - people/ms/u-boot.git/blob - drivers/remoteproc/Kconfig
drivers: Introduce a simplified remoteproc framework
[people/ms/u-boot.git] / drivers / remoteproc / Kconfig
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
15 endmenu