On 17.04.2020 17:50, Andrew Cooper wrote: > --- a/xen/arch/x86/Kconfig > +++ b/xen/arch/x86/Kconfig > @@ -49,6 +49,22 @@ config PV > > If unsure, say Y. > > +config PV32 > + bool "Support for 32bit PV guests" > + depends on PV > + default y
I guess I can see why you don't want an EXPERT dependency here, but I guess we really need to settle on our (as a community) position on the growth of varying configs people can build and expect to be supported. Jan