diff options
author | Suman Anna <s-anna@ti.com> | 2013-04-21 09:29:38 -0400 |
---|---|---|
committer | Ohad Ben-Cohen <ohad@wizery.com> | 2013-04-21 09:30:22 -0400 |
commit | b9777859ec015a78dae1476e317d04f851bfdd0d (patch) | |
tree | 4868108a42405e943a03294914dd34fcc49f0690 /drivers/remoteproc/Kconfig | |
parent | 13be5432d8721d89cadae105663761f45f427842 (diff) |
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>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index c3675ae3cc9e..1ceb4867c97a 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -7,6 +7,7 @@ config REMOTEPROC | |||
7 | select CRC32 | 7 | select CRC32 |
8 | select FW_CONFIG | 8 | select FW_CONFIG |
9 | select VIRTIO | 9 | select VIRTIO |
10 | select VIRTUALIZATION | ||
10 | 11 | ||
11 | config OMAP_REMOTEPROC | 12 | config OMAP_REMOTEPROC |
12 | tristate "OMAP remoteproc support" | 13 | tristate "OMAP remoteproc support" |