.. | .. |
---|
236 | 236 | config ARCH_MTD_XIP |
---|
237 | 237 | bool |
---|
238 | 238 | |
---|
| 239 | +# Limited I-pipe compat (syscall routing only). |
---|
| 240 | +config IPIPE_COMPAT |
---|
| 241 | + bool |
---|
| 242 | + select DOVETAIL_LEGACY_SYSCALL_RANGE |
---|
| 243 | + |
---|
239 | 244 | config ARM_PATCH_PHYS_VIRT |
---|
240 | 245 | bool "Patch physical to virtual translations at runtime" if EMBEDDED |
---|
241 | 246 | default y |
---|
.. | .. |
---|
585 | 590 | config ARCH_MULTI_V6_V7 |
---|
586 | 591 | bool |
---|
587 | 592 | select MIGHT_HAVE_CACHE_L2X0 |
---|
| 593 | + select HAVE_IRQ_PIPELINE |
---|
| 594 | + select HAVE_DOVETAIL if CPU_HAS_ASID |
---|
588 | 595 | |
---|
589 | 596 | config ARCH_MULTI_CPU_AUTO |
---|
590 | 597 | def_bool !(ARCH_MULTI_V4 || ARCH_MULTI_V4T || ARCH_MULTI_V6_V7) |
---|
.. | .. |
---|
1237 | 1244 | MultiThreading at a cost of slightly increased overhead in some |
---|
1238 | 1245 | places. If unsure say N here. |
---|
1239 | 1246 | |
---|
| 1247 | +source "kernel/Kconfig.dovetail" |
---|
| 1248 | + |
---|
1240 | 1249 | config HAVE_ARM_SCU |
---|
1241 | 1250 | bool |
---|
1242 | 1251 | help |
---|