On 16.05.2025 11:45, Roger Pau Monne wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -35,6 +35,11 @@ config GRANT_TABLE > > If unsure, say Y. > > +config HAS_GRANT_CACHE_FLUSH > + bool > + depends on GRANT_TABLE > + default ARM
To keep arch stuff out of common file as much as possible, I think this instead wants to be a "select ..." from ARM. Then: Reviewed-by: Jan Beulich <jbeul...@suse.com> Jan