-
CONFIG_ARCH_CACHE_FLUSH_DETECT
¶
(No prompt – not directly user assignable.)
Type: bool
Direct dependencies¶
ARC
|| (CLFLUSH_DETECT
&& !X86_64
&& X86
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At arch/arc/Kconfig:302
Included via Kconfig:8
→ Kconfig.zephyr:34
→ arch/Kconfig:12
Menu path: (Top) → ARC Options → ARCv2 Family Options
config ARCH_CACHE_FLUSH_DETECT
bool
depends on ARC
At arch/x86/core/Kconfig.ia32:178
Included via Kconfig:8
→ Kconfig.zephyr:34
→ arch/Kconfig:12
→ arch/x86/Kconfig:279
Menu path: (Top) → X86 Architecture Options → Processor Capabilities → Detect support of CLFLUSH instruction at runtime
config ARCH_CACHE_FLUSH_DETECT bool default y depends onCLFLUSH_DETECT
&& !X86_64
&&X86
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)