projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13be543
)
remoteproc: fix kconfig dependencies for VIRTIO
author
Suman Anna
<s-anna@ti.com>
Sun, 21 Apr 2013 13:29:38 +0000
(16:29 +0300)
committer
Ohad Ben-Cohen
<ohad@wizery.com>
Sun, 21 Apr 2013 13:30:22 +0000
(16:30 +0300)
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>
drivers/remoteproc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/Kconfig
b/drivers/remoteproc/Kconfig
index
c3675ae
..
1ceb486
100644
(file)
--- a/
drivers/remoteproc/Kconfig
+++ b/
drivers/remoteproc/Kconfig
@@
-7,6
+7,7
@@
config REMOTEPROC
select CRC32
select FW_CONFIG
select VIRTIO
+ select VIRTUALIZATION
config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"