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


Groups > linux.kernel > #1676228 > unrolled thread

[PATCH 2/4] remoteproc: Drop VIRTUALIZATION dependency from REMOTEPROC

Started bySuman Anna <s-anna@ti.com>
First post2017-06-28 00:50 +0200
Last post2017-06-28 00:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/4] remoteproc: Drop VIRTUALIZATION dependency from REMOTEPROC Suman Anna <s-anna@ti.com> - 2017-06-28 00:50 +0200

#1676228 — [PATCH 2/4] remoteproc: Drop VIRTUALIZATION dependency from REMOTEPROC

FromSuman Anna <s-anna@ti.com>
Date2017-06-28 00:50 +0200
Subject[PATCH 2/4] remoteproc: Drop VIRTUALIZATION dependency from REMOTEPROC
Message-ID<tX7sZ-6Yu-9@gated-at.bofh.it>
A dependency to VIRTUALIZATION has been added to REMOTEPROC in v3.10
kernel in commit b9777859ec01 ("remoteproc: 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 REMOTEPROC.

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

diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index b950e6cd4ba2..ea344fbf378a 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -6,7 +6,6 @@ config REMOTEPROC
 	select CRC32
 	select FW_LOADER
 	select VIRTIO
-	select VIRTUALIZATION
 	help
 	  Support for remote processors (such as DSP coprocessors). These
 	  are mainly used on embedded systems.
-- 
2.13.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web