>>> 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
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
>>> 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:
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