hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/arch/arm/Kconfig
....@@ -236,6 +236,11 @@
236236 config ARCH_MTD_XIP
237237 bool
238238
239
+# Limited I-pipe compat (syscall routing only).
240
+config IPIPE_COMPAT
241
+ bool
242
+ select DOVETAIL_LEGACY_SYSCALL_RANGE
243
+
239244 config ARM_PATCH_PHYS_VIRT
240245 bool "Patch physical to virtual translations at runtime" if EMBEDDED
241246 default y
....@@ -585,6 +590,8 @@
585590 config ARCH_MULTI_V6_V7
586591 bool
587592 select MIGHT_HAVE_CACHE_L2X0
593
+ select HAVE_IRQ_PIPELINE
594
+ select HAVE_DOVETAIL if CPU_HAS_ASID
588595
589596 config ARCH_MULTI_CPU_AUTO
590597 def_bool !(ARCH_MULTI_V4 || ARCH_MULTI_V4T || ARCH_MULTI_V6_V7)
....@@ -1237,6 +1244,8 @@
12371244 MultiThreading at a cost of slightly increased overhead in some
12381245 places. If unsure say N here.
12391246
1247
+source "kernel/Kconfig.dovetail"
1248
+
12401249 config HAVE_ARM_SCU
12411250 bool
12421251 help