Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759384AbYBJKvU (ORCPT ); Sun, 10 Feb 2008 05:51:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756588AbYBJKvJ (ORCPT ); Sun, 10 Feb 2008 05:51:09 -0500 Received: from pasmtpa.tele.dk ([80.160.77.114]:33900 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756205AbYBJKvG (ORCPT ); Sun, 10 Feb 2008 05:51:06 -0500 Date: Sun, 10 Feb 2008 11:50:57 +0100 From: Sam Ravnborg To: Dave Hansen Cc: Avi Kivity , "linux-kernel@vger.kernel.org" , kvm-devel Subject: Re: [PATCH] make KVM selectable again Message-ID: <20080210105057.GD10790@uranus.ravnborg.org> References: <1202590755.14165.11.camel@nimitz.home.sr71.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1202590755.14165.11.camel@nimitz.home.sr71.net> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 704 Lines: 24 Hi Dave. > > I've verified that arch/x86/kvm/Kconfig was getting run by putting some > comments in it. It seems to me like just putting: > > config HAVE_KVM > bool > > isn't letting anything come into my .config at all. I'm not sure why we > do that, and then have: > > select HAVE_KVM > > in arch/x86/Kconfig. See rationale in Documentation/kbuild/kconfig-language.txt - last chapter. In this case the select was just placed wrongly. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/