On 8/4/20 2:50 AM, Mike Rapoport wrote: > diff --git a/mm/Kconfig b/mm/Kconfig > index f2104cc0d35c..8378175e72a4 100644 > --- a/mm/Kconfig > +++ b/mm/Kconfig > @@ -872,4 +872,8 @@ config ARCH_HAS_HUGEPD > config MAPPING_DIRTY_HELPERS > bool > > +config SECRETMEM > + def_bool ARCH_HAS_SET_DIRECT_MAP && !EMBEDDED use tab above, not spaces. > + select GENERIC_ALLOCATOR > + > endmenu -- ~Randy