Re: [Xen-devel] [PATCHv6] 13/28] build: convert HAS_GDBSX use to Kconfig

2015-11-30 Thread Jan Beulich
>>> On 24.11.15 at 18:52, wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -5,4 +5,8 @@ menu "Common Features" > config HAS_DEVICE_TREE > bool > > +# Select HAS_GDBSX if GDBSX is supported > +config HAS_GDBSX > + bool Wasn't there a select of this

[Xen-devel] [PATCHv6] 13/28] build: convert HAS_GDBSX use to Kconfig

2015-11-24 Thread Doug Goldstein
Use the Kconfig generated CONFIG_HAS_GDBSX defines in the code base. CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein Acked-by: Andrew Cooper Tested-by: