From: Arnd Bergmann Date: Fri, 21 Jun 2013 20:33:22 +0000 (+0200) Subject: ARM: kvm: don't include drivers/virtio/Kconfig X-Git-Tag: v3.11-rc1~104^2~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bd4ffd6b3a98f00267051dc095076ea2ff06ea8;p=profile%2Fivi%2Fkernel-x86-ivi.git ARM: kvm: don't include drivers/virtio/Kconfig The virtio configuration has recently moved and is now visible everywhere. Including the file again from KVM as we used to need earlier now causes dependency problems: warning: (CAIF_VIRTIO && VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION) Cc: Christoffer Dall Signed-off-by: Arnd Bergmann Signed-off-by: Christoffer Dall --- diff --git a/arch/arm/kvm/Kconfig b/arch/arm/kvm/Kconfig index 49dd64e..ebf5015 100644 --- a/arch/arm/kvm/Kconfig +++ b/arch/arm/kvm/Kconfig @@ -67,6 +67,4 @@ config KVM_ARM_TIMER ---help--- Adds support for the Architected Timers in virtual machines -source drivers/virtio/Kconfig - endif # VIRTUALIZATION