Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1676232

[PATCH 1/4] rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIO

From Suman Anna <s-anna@ti.com>
Newsgroups linux.kernel
Subject [PATCH 1/4] rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIO
Date 2017-06-28 00:50 +0200
Message-ID <tX7t0-6Yu-19@gated-at.bofh.it> (permalink)
References <tX7sZ-6Yu-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


A dependency to VIRTUALIZATION has been added to RPMSG_VIRTIO (back
when it was named RPMSG) in v3.10 kernel in commit 397944df3290
("rpmsg: fix kconfig dependencies for VIRTIO") to resolve Kconfig
warnings due to the inclusion of the virtio configuration file from
the ARM's KVM config file. The KVM config was fixed properly in the
subsequent release in commit 8bd4ffd6b3a9 ("ARM: kvm: don't include
drivers/virtio/Kconfig"). So, drop this unneeded VIRTUALIZATION
dependency from RPMSG_VIRTIO.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 drivers/rpmsg/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
index 2a5d2b446de2..1323a245763b 100644
--- a/drivers/rpmsg/Kconfig
+++ b/drivers/rpmsg/Kconfig
@@ -36,6 +36,5 @@ config RPMSG_VIRTIO
 	tristate
 	select RPMSG
 	select VIRTIO
-	select VIRTUALIZATION
 
 endmenu
-- 
2.13.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] Some remoteproc/rpmsg Kconfig cleanups Suman Anna <s-anna@ti.com> - 2017-06-28 00:50 +0200
  [PATCH 3/4] remoteproc: Drop redundant REMOTEPROC dependency from driver Kconfigs Suman Anna <s-anna@ti.com> - 2017-06-28 00:50 +0200
  [PATCH 1/4] rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIO Suman Anna <s-anna@ti.com> - 2017-06-28 00:50 +0200
  [PATCH 4/4] remoteproc/keystone: Fix circular dependencies for ARM configs Suman Anna <s-anna@ti.com> - 2017-06-28 00:50 +0200
    Re: [PATCH 4/4] remoteproc/keystone: Fix circular dependencies for  ARM configs Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-06-28 01:50 +0200
      Re: [PATCH 4/4] remoteproc/keystone: Fix circular dependencies for  ARM configs Suman Anna <s-anna@ti.com> - 2017-06-28 20:00 +0200

csiph-web