Re: [Xen-devel] [PATCHv6] 07/28] build: convert HAS_NS16550 use to Kconfig

2015-11-30 Thread Jan Beulich
>>> On 24.11.15 at 18:51, wrote: > --- /dev/null > +++ b/xen/drivers/char/Kconfig > @@ -0,0 +1,5 @@ > + > +config UART_NS16550 > + bool "16550-series UART support" Iirc we agreed not to have any user visible prompts for the moment; I think Ian was quite explicit about

[Xen-devel] [PATCHv6] 07/28] build: convert HAS_NS16550 use to Kconfig

2015-11-24 Thread Doug Goldstein
Use the Kconfig generated CONFIG_HAS_NS16550 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: