-
CONFIG_ARCH_CACHE_FLUSH_DETECT
¶
(No prompt – not directly user assignable.)
Type: bool
Direct dependencies¶
ARC
|| (CLFLUSH_DETECT
&& X86
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
CLFLUSH_DETECT
&&X86
Kconfig definitions¶
At arch/arc/Kconfig:185
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → ARC Options → ARCv2 Family Options
config ARCH_CACHE_FLUSH_DETECT
bool
depends on ARC
At arch/x86/Kconfig:250
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → X86 Architecture Options → Processor Capabilities
config ARCH_CACHE_FLUSH_DETECT bool default "y" ifCLFLUSH_DETECT
&&X86
depends onCLFLUSH_DETECT
&&X86
(Definitions include propagated dependencies, including from if’s and menus.)