Commits
Suman Anna committed b18dfc43cf4
remoteproc: Drop VIRTUALIZATION dependency from REMOTEPROC [ Upstream commit 384700d4653e7ad6d774bf2f217aaca1bcbe62e8 ] 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. [s-anna@ti.com: cherry-pick commit '384700d4653e' from v4.13] Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>