Skip to content

Commit 8b6b9b6

Browse files
committed
soc: st: stm32mp13: enable direct memory map
Enable dynamic configuration of region mapping with a 1:1 virtual-to-physical address mapping. This configuration is aligned with the static declaration of the MMU table using MMU_REGION_FLAT_ENTRY macro. Signed-off-by: Arnaud Pouliquen <[email protected]>
1 parent 735a280 commit 8b6b9b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/st/stm32/stm32mp13x/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ config SOC_SERIES_STM32MP13X
1212
select ARM_ARCH_TIMER
1313
select SYS_CLOCK_EXISTS
1414
select XIP
15+
select KERNEL_DIRECT_MAP

0 commit comments

Comments
 (0)