mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
remoteproc: fix kconfig dependencies for VIRTIO
Fix this: warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION) Cc: stable@vger.kernel.org Signed-off-by: Suman Anna <s-anna@ti.com> [edit commit log] Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
This commit is contained in:
parent
13be5432d8
commit
b9777859ec
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ config REMOTEPROC
|
||||||
select CRC32
|
select CRC32
|
||||||
select FW_CONFIG
|
select FW_CONFIG
|
||||||
select VIRTIO
|
select VIRTIO
|
||||||
|
select VIRTUALIZATION
|
||||||
|
|
||||||
config OMAP_REMOTEPROC
|
config OMAP_REMOTEPROC
|
||||||
tristate "OMAP remoteproc support"
|
tristate "OMAP remoteproc support"
|
||||||
|
|
Loading…
Add table
Reference in a new issue