[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 22/27 v8] xen/arm: vpl011: Add support for vuart console in xenconsole
Hi Jan, On 28 August 2017 at 14:41, Jan Beulich <JBeulich@xxxxxxxx> wrote: >>>> On 28.08.17 at 10:56, <bhupinder.thakur@xxxxxxxxxx> wrote: >> --- a/config/arm32.mk >> +++ b/config/arm32.mk >> @@ -1,5 +1,6 @@ >> CONFIG_ARM := y >> CONFIG_ARM_32 := y >> +CONFIG_VUART_CONSOLE := y >> CONFIG_ARM_$(XEN_OS) := y >> >> CONFIG_XEN_INSTALL_SUFFIX := >> diff --git a/config/arm64.mk b/config/arm64.mk >> index aa45772..861d0a4 100644 >> --- a/config/arm64.mk >> +++ b/config/arm64.mk >> @@ -1,5 +1,6 @@ >> CONFIG_ARM := y >> CONFIG_ARM_64 := y >> +CONFIG_VUART_CONSOLE := y >> CONFIG_ARM_$(XEN_OS) := y > > I think this wants to be solved better than by starting to again > introduce CONFIG_* values here. I think I can remove this flag from here since it is used currently for xenconsole only to enable VUART console support for ARM. I can directly define the flag in the tools/console Makefile based on CONFIG_ARM option. Regards, Bhupinder _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |