generic: add missing symbol ARM64_CONTPTE
authorShiji Yang <[email protected]>
Thu, 27 Nov 2025 09:39:05 +0000 (17:39 +0800)
committerChristian Marangi <[email protected]>
Thu, 27 Nov 2025 12:38:17 +0000 (13:38 +0100)
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: https://github.com/openwrt/openwrt/pull/20954
Signed-off-by: Christian Marangi <[email protected]>
target/linux/generic/config-6.12

index dbf4fe49ddb40055d44bdc68e8b8abcf3089c4a0..2b96eb286cb4275fcaa4d631145a0485915b47c1 100644 (file)
@@ -339,6 +339,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
 # CONFIG_ARM64_AMU_EXTN is not set
 # CONFIG_ARM64_BTI is not set
 CONFIG_ARM64_CNP=y
+# CONFIG_ARM64_CONTPTE is not set
 # CONFIG_ARM64_E0PD is not set
 # CONFIG_ARM64_EPAN is not set
 # CONFIG_ARM64_ERRATUM_1024718 is not set