Re: [Xen-devel] [PATCHv6] 08/28] build: convert HAS_IOPORTS use to Kconfig

2015-12-03 Thread Jan Beulich
>>> On 03.12.15 at 01:39, wrote: > On 11/30/15 9:01 AM, Jan Beulich wrote: > On 30.11.15 at 15:56, wrote: >> On 24.11.15 at 18:51, wrote: --- a/xen/drivers/char/Kconfig +++ b/xen/drivers/char/Kconfig @@ -3,3 +3,8 @@ config UART_NS16550 bool "16550-series UART suppo

Re: [Xen-devel] [PATCHv6] 08/28] build: convert HAS_IOPORTS use to Kconfig

2015-12-02 Thread Doug Goldstein
On 11/30/15 9:01 AM, Jan Beulich wrote: On 30.11.15 at 15:56, wrote: > On 24.11.15 at 18:51, wrote: >>> --- a/xen/drivers/char/Kconfig >>> +++ b/xen/drivers/char/Kconfig >>> @@ -3,3 +3,8 @@ config UART_NS16550 >>> bool "16550-series UART support" >>> help >>> This selects t

Re: [Xen-devel] [PATCHv6] 08/28] build: convert HAS_IOPORTS use to Kconfig

2015-11-30 Thread Jan Beulich
>>> On 30.11.15 at 15:56, wrote: On 24.11.15 at 18:51, wrote: >> --- a/xen/drivers/char/Kconfig >> +++ b/xen/drivers/char/Kconfig >> @@ -3,3 +3,8 @@ config UART_NS16550 >> bool "16550-series UART support" >> help >>This selects the 16550-series UART support. For most system

Re: [Xen-devel] [PATCHv6] 08/28] build: convert HAS_IOPORTS use to Kconfig

2015-11-30 Thread Jan Beulich
>>> On 24.11.15 at 18:51, wrote: > --- a/xen/drivers/char/Kconfig > +++ b/xen/drivers/char/Kconfig > @@ -3,3 +3,8 @@ config UART_NS16550 > bool "16550-series UART support" > help > This selects the 16550-series UART support. For most systems, say Y. > + > +# Select HAS_IOPORTS

[Xen-devel] [PATCHv6] 08/28] build: convert HAS_IOPORTS use to Kconfig

2015-11-24 Thread Doug Goldstein
Use the Kconfig generated CONFIG_HAS_IOPORTS 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: Andrew Cooper --- xen/Rules.mk | 1 - xen/arch/x86/Kconfig | 1 + xen/arch/x86/Rule