From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Re: [PATCH] xen: change XEN_PLATFORM_PCI to bool default y Date: Thu, 22 Sep 2011 12:35:04 -0700 Message-ID: <4E7B8DE8.1070809@goop.org> References: <1316608670-23167-1-git-send-email-stefano.stabellini@eu.citrix.com> <20110921185102.GJ17357@phenom.oracle.com> <1316632095.5182.33.camel@dagon.hellion.org.uk> <4E7A69DD.1080501@goop.org> <1316672473.27431.0.camel@dagon.hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1316672473.27431.0.camel@dagon.hellion.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "xen-devel@lists.xensource.com" , Stefano Stabellini , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 09/21/2011 11:21 PM, Ian Campbell wrote: > On Wed, 2011-09-21 at 23:49 +0100, Jeremy Fitzhardinge wrote: >>> That would work too. Even better would be to make it an invisible >>> Kconfig symbol which PVHVM just selects. >> Eh, select is pretty nasty. > Select of a non user visible symbol is perfectly fine. It's only when > you select something a user can also set that things get nasty. It doesn't matter if its user-visible. If the selected symbol acquires other dependencies, the selection won't set them. J