We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4e128 commit 8c02ffcCopy full SHA for 8c02ffc
arch/arm/core/mpu/Kconfig
@@ -71,6 +71,7 @@ config CUSTOM_SECTION_MIN_ALIGN_SIZE
71
72
config ARM_MPU_PXN
73
bool
74
+ default y
75
depends on ARMV8_1_M_MAINLINE
76
help
77
Enable support for Armv8.1-m MPU's Privileged Execute Never (PXN) attr.
soc/arm/mps3/Kconfig
@@ -15,7 +15,6 @@ config SOC_MPS3_CORSTONE300
15
select ARMV8_1_M_MVEI
16
select ARMV8_1_M_MVEF
17
select ARMV8_1_M_PMU
18
- select ARM_MPU_PXN if ARM_MPU
19
20
config SOC_MPS3_CORSTONE310
21
select CPU_CORTEX_M85
@@ -26,7 +25,6 @@ config SOC_MPS3_CORSTONE310
26
25
27
28
29
30
31
config ARMV8_1_M_PMU_EVENTCNT
32
int
0 commit comments