Skip to content

Commit de1b801

Browse files
DragonBluepAnsuel
authored andcommitted
generic: add missing symbol ARM64_CONTPTE
Add the missing symbol to fix build halt on aarch64 targets: ``` Contiguous PTE mappings for user memory (ARM64_CONTPTE) [Y/n/?] (NEW) make[7]: *** [scripts/kconfig/Makefile:85: syncconfig] Error 1 make[6]: *** [Makefile:686: syncconfig] Error 2 ``` Signed-off-by: Shiji Yang <[email protected]> Link: openwrt/openwrt#20954 Signed-off-by: Christian Marangi <[email protected]>
1 parent cc88cf5 commit de1b801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

target/linux/generic/config-6.12

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
339339
# CONFIG_ARM64_AMU_EXTN is not set
340340
# CONFIG_ARM64_BTI is not set
341341
CONFIG_ARM64_CNP=y
342+
# CONFIG_ARM64_CONTPTE is not set
342343
# CONFIG_ARM64_E0PD is not set
343344
# CONFIG_ARM64_EPAN is not set
344345
# CONFIG_ARM64_ERRATUM_1024718 is not set

0 commit comments

Comments
 (0)