From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [RFC 05/29] build: convert HAS_PASSTHROUGH use to Kconfig Date: Tue, 6 Oct 2015 10:47:19 +0100 Message-ID: <561398A7.10707@citrix.com> References: <1444082620-3253-1-git-send-email-cardoe@cardoe.com> <1444082620-3253-6-git-send-email-cardoe@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444082620-3253-6-git-send-email-cardoe@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 05/10/15 23:03, Doug Goldstein wrote: > Use the Kconfig generated HAS_PASSTHROUGH defines for the code base. > > Signed-off-by: Doug Goldstein > Moving to a Kconfig style of selecting features changes the meaning of our HAS_ prefix. IMO, the HAS_ should disappear in the conversion, as the CONFIG_* itself existing indicates that kconfig has decided that a feature is present. ~Andrew