commit: 397944df3290ddc46dcc6a08cd71fb560700431b From: Suman Anna <s-anna@xxxxxx> Date: Sun, 21 Apr 2013 16:32:29 +0300 Subject: rpmsg: fix kconfig dependencies for VIRTIO Fix this: warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION) Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Suman Anna <s-anna@xxxxxx> [edit commit log] Signed-off-by: Ohad Ben-Cohen <ohad@xxxxxxxxxx> --- drivers/rpmsg/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig index f6e0ea6..69a2193 100644 --- a/drivers/rpmsg/Kconfig +++ b/drivers/rpmsg/Kconfig @@ -4,5 +4,6 @@ menu "Rpmsg drivers" config RPMSG tristate select VIRTIO + select VIRTUALIZATION endmenu -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html