[Xen-devel] [PATCH v3 06/10] xen: remove HAS_ prefix from UART Kconfig options

2018-05-22 Thread Stefano Stabellini
UART drivers are now selectable by the user. To mark the change, remove the HAS_ prefix. Use HAS_* options to mark which options are available on which architecture. Use HAS_*_ALWAYS_ON options to mark which options are silent and always enabled on a given architecture. Make NS16550 and EHCI sile

Re: [Xen-devel] [PATCH v3 06/10] xen: remove HAS_ prefix from UART Kconfig options

2018-05-29 Thread Jan Beulich
>>> On 23.05.18 at 02:25, wrote: > UART drivers are now selectable by the user. To mark the change, remove > the HAS_ prefix. I'm not sure we need to go this far at this point - for MEM_ACCESS this looks reasonable, but here it looks more like clutter to me. > Use HAS_* options to mark which opt

Re: [Xen-devel] [PATCH v3 06/10] xen: remove HAS_ prefix from UART Kconfig options

2018-05-30 Thread Stefano Stabellini
On Tue, 29 May 2018, Jan Beulich wrote: > >>> On 23.05.18 at 02:25, wrote: > > UART drivers are now selectable by the user. To mark the change, remove > > the HAS_ prefix. > > I'm not sure we need to go this far at this point - for MEM_ACCESS this > looks reasonable, but here it looks more like c