Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8bd4ffd6 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Christoffer Dall
Browse files

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 <cdall@cs.columbia.edu>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarChristoffer Dall <christoffer.dall@linaro.org>
parent 0f4ca79e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -67,6 +67,4 @@ config KVM_ARM_TIMER
	---help---
	  Adds support for the Architected Timers in virtual machines

source drivers/virtio/Kconfig

endif # VIRTUALIZATION