From ea5a0eb06959bdeed59b6c6c91e09d6b2b4b404f Mon Sep 17 00:00:00 2001 From: Suman Anna Date: Tue, 27 Jun 2017 17:46:08 -0500 Subject: [PATCH] remoteproc: Drop VIRTUALIZATION dependency from REMOTEPROC A dependency to VIRTUALIZATION has been added to REMOTEPROC in v3.10 kernel in commit 7ab753a26418 ("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 056a23f60ef0 ("ARM: kvm: don't include drivers/virtio/Kconfig"). So, drop this unneeded VIRTUALIZATION dependency from REMOTEPROC. Signed-off-by: Suman Anna Signed-off-by: Bjorn Andersson --- drivers/remoteproc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index b950e6cd4ba29..ea344fbf378ad 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.39.5