From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: always enable HAS_MEM_ACCESS Date: Wed, 16 Dec 2015 12:14:33 +0000 Message-ID: <1450268073.4053.45.camel@citrix.com> References: <1449849611-4993-1-git-send-email-cardoe@cardoe.com> <1450181476.16856.150.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450181476.16856.150.camel@citrix.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 Cc: Ian Jackson , Tamas K Lengyel , Wei Liu , Razvan Cojocaru , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 2015-12-15 at 12:11 +0000, Ian Campbell wrote: > On Fri, 2015-12-11 at 10:00 -0600, Doug Goldstein wrote: > > For all supported targets HAS_MEM_ACCESS is enabled so this drops the > > conditional and always makes it enabled. The goal here is to remove the > > setting in the top level config directory when kconfig changes land. > > > > Signed-off-by: Doug Goldstein > > Acked-by: Ian Campbell and now applied, thanks.