From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] ARM: kvm: don't include drivers/virtio/Kconfig Date: Fri, 21 Jun 2013 13:50:20 -0700 Message-ID: <20130621205020.GA6815@lvm> References: <201306212233.23062.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux ARM Kernel List , kvm@vger.kernel.org To: Arnd Bergmann Return-path: Received: from mail-pa0-f43.google.com ([209.85.220.43]:35394 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1945963Ab3FUUsD (ORCPT ); Fri, 21 Jun 2013 16:48:03 -0400 Received: by mail-pa0-f43.google.com with SMTP id hz11so8363301pad.2 for ; Fri, 21 Jun 2013 13:48:02 -0700 (PDT) Content-Disposition: inline In-Reply-To: <201306212233.23062.arnd@arndb.de> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 21, 2013 at 10:33:22PM +0200, Arnd Bergmann wrote: > 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 > > diff --git a/arch/arm/kvm/Kconfig b/arch/arm/kvm/Kconfig > index 370e1a8..017db7c 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 Thanks, queued for 3.11. -Christoffer