Hi, On 03/03/2017 07:59 PM, Konrad Rzeszutek Wilk wrote:
diff --git a/xen/common/Kconfig b/xen/common/Kconfig index f2ecbc4..7e2feac 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -237,4 +237,10 @@ config FAST_SYMBOL_LOOKUP The only user of this is Live patching.If unsure, say Y. + +config VPL011_CONSOLE + bool "Emulated pl011 console support" + default yI thought by default it would be 'n'? Or perhaps defauly y if CONFIG_ARM or such?
I forgot to answer to this. The new config should go in arch/arm/Kconfig because the emulation is living there.
Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
