Re: [Xen-devel] [PATCH v4 05/10] make it possible to enable/disable UART drivers

2018-06-01 Thread Jan Beulich
>>> On 01.06.18 at 17:28, wrote: > On Fri, 1 Jun 2018, Jan Beulich wrote: >> >>> On 31.05.18 at 23:48, wrote: >> > @@ -54,6 +54,7 @@ config HAS_SCIF >> > >> > config HAS_EHCI >> >bool >> > + depends on X86 >> >> Just FTR: I won't NAK this, but I also won't ACK it. > > Just this one line

Re: [Xen-devel] [PATCH v4 05/10] make it possible to enable/disable UART drivers

2018-06-01 Thread Stefano Stabellini
On Fri, 1 Jun 2018, Jan Beulich wrote: > >>> On 31.05.18 at 23:48, wrote: > > @@ -54,6 +54,7 @@ config HAS_SCIF > > > > config HAS_EHCI > > bool > > + depends on X86 > > Just FTR: I won't NAK this, but I also won't ACK it. Just this one line change, right? You would be fine with acking

Re: [Xen-devel] [PATCH v4 05/10] make it possible to enable/disable UART drivers

2018-06-01 Thread Jan Beulich
>>> On 31.05.18 at 23:48, wrote: > @@ -54,6 +54,7 @@ config HAS_SCIF > > config HAS_EHCI > bool > + depends on X86 Just FTR: I won't NAK this, but I also won't ACK it. Jan ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https:

[Xen-devel] [PATCH v4 05/10] make it possible to enable/disable UART drivers

2018-05-31 Thread Stefano Stabellini
All the UART drivers are silent options. Add one line descriptions so that can be de/selected via menuconfig. Add an x86 dependency to HAS_EHCI: EHCI PCI has not been used on ARM. In fact, it depends on PCI, and moreover we have drivers for several embedded UARTs for various ARM boards. Signed-of