On Wed, Aug 20, 2025 at 11:29:45AM +0100, Jonathan Cameron wrote: > diff --git a/lib/Kconfig b/lib/Kconfig > index c483951b624f..cd8e5844f9bb 100644 > --- a/lib/Kconfig > +++ b/lib/Kconfig > @@ -543,6 +543,9 @@ config MEMREGION > config ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION > bool > > +config GENERIC_CPU_CACHE_MAINTENANCE > + bool Nit: you could select ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION here since the interface is now provided by the generic implementation. -- Catalin