Re: [PATCH RESEND 1/2] xen/Kconfig: define EXPERT a bool rather than a string

2020-05-12 Thread Stefano Stabellini
On Tue, 12 May 2020, Julien Grall wrote: > Hi, > > It would be good a have an ack for the small Arm changes. Acked-by: Stefano Stabellini > I will wait until > tomorrow morning (UK time) and commit it if I see no objection. > > Cheers, > > On 30/04/2020 15:25, Julien Grall wrote: > > From: J

Re: [PATCH RESEND 1/2] xen/Kconfig: define EXPERT a bool rather than a string

2020-05-12 Thread Julien Grall
Hi, It would be good a have an ack for the small Arm changes. I will wait until tomorrow morning (UK time) and commit it if I see no objection. Cheers, On 30/04/2020 15:25, Julien Grall wrote: From: Julien Grall Since commit f80fe2b34f08 "xen: Update Kconfig to Linux v5.4" EXPERT can only

Re: [PATCH RESEND 1/2] xen/Kconfig: define EXPERT a bool rather than a string

2020-05-07 Thread Dario Faggioli
On Thu, 2020-04-30 at 15:25 +0100, Julien Grall wrote: > From: Julien Grall > > Since commit f80fe2b34f08 "xen: Update Kconfig to Linux v5.4" EXPERT > can only have two values (enabled or disabled). So switch from a > string > to a bool. > > Take the opportunity to replace all "EXPERT = y" to "E