[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 05/10] arm: make it possible to enable/disable UART drivers
On Tue, 22 May 2018, Jan Beulich wrote: > >>> Stefano Stabellini <sstabellini@xxxxxxxxxx> 05/22/18 2:53 AM >>> > >All the UART drivers are silent options. Add one line descriptions so > >that can be de/selected via menuconfig. > > > >Signed-off-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> > > Please don't forget to Cc maintainers. You and Andrew will be CCed on this patch from now on > >--- a/xen/drivers/char/Kconfig > >+++ b/xen/drivers/char/Kconfig > >@@ -1,11 +1,11 @@ > >config HAS_NS16550 > >- bool > >+ bool "NS16550 UART driver" > > Here as well as ... > > > >@@ -53,7 +53,8 @@ config HAS_SCIF > >or Renesas R-Car Gen 2/3 based board say Y. > > > >config HAS_EHCI > >- bool > >+ bool "EHCI UART driver" > > ... here iirc Julien had already pointed out that the drivers should not > become > optional on x86, I see, not only they should be enabled by default, but it should NOT be possible to disable them. I got it, I'll fix. > i.e. in the former case you want to attach a conditional to the > prompt while in the latter case I don't see why you add the prompt in the > first > place if you mean to make it x86-specific. Which by itself is questionable > though: Why would this driver be x86-specific, when so far it (consciously) > hasn't been? If anything I could see it depend on HAS_PCI. I'll reply here, but I have read the rest of the thread on this point. I think we might as well disable it for now on ARM until somebody tells us that it is useful to have. > >+ depends on x86 > > Is Kconfig case-insensitive? The option is X86. I'll fix _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |