Re: [PATCH v2 1/5] xen/char: Default HAS_NS16550 to y only for X86 and ARM

2021-05-14 Thread Connor Davis
On 5/13/21 11:34 PM, Elliott Mitchell wrote: On Thu, May 13, 2021 at 10:17:08PM -0600, Connor Davis wrote: Defaulting to yes only for X86 and ARM reduces the requirements for a minimal build when porting new architectures. Signed-off-by: Connor Davis --- xen/drivers/char/Kconfig | 2 +- 1

Re: [PATCH v2 1/5] xen/char: Default HAS_NS16550 to y only for X86 and ARM

2021-05-13 Thread Elliott Mitchell
On Thu, May 13, 2021 at 10:17:08PM -0600, Connor Davis wrote: > Defaulting to yes only for X86 and ARM reduces the requirements > for a minimal build when porting new architectures. > > Signed-off-by: Connor Davis > --- > xen/drivers/char/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[PATCH v2 1/5] xen/char: Default HAS_NS16550 to y only for X86 and ARM

2021-05-13 Thread Connor Davis
Defaulting to yes only for X86 and ARM reduces the requirements for a minimal build when porting new architectures. Signed-off-by: Connor Davis --- xen/drivers/char/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/char/Kconfig b/xen/drivers/char/Kconfig ind