On Mon, Sep 04, 2017 at 09:58:07PM +0530, Bhupinder Thakur wrote:
> Hi Jan,
> 
> 
> On 28 August 2017 at 14:41, Jan Beulich <jbeul...@suse.com> wrote:
> >>>> On 28.08.17 at 10:56, <bhupinder.tha...@linaro.org> 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.

Just use CONFIG_ARM directly?

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to