Skip to content

Commit ca6e51d

Browse files
osalvadorvilardagatorvalds
authored andcommitted
arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
Enable arm64 platform to use the MHP_MEMMAP_ON_MEMORY feature. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Oscar Salvador <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Cc: Anshuman Khandual <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Pavel Tatashin <[email protected]> Cc: Vlastimil Babka <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent f91ef22 commit ca6e51d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ config ZONE_DMA32
316316
bool "Support DMA32 zone" if EXPERT
317317
default y
318318

319+
config ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
320+
def_bool y
321+
319322
config SMP
320323
def_bool y
321324

0 commit comments

Comments
 (0)