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 <Zephyr>/arch/arc/Kconfig:300

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → ARC Options → ARCv2 Family Options

config ARCH_CACHE_FLUSH_DETECT
    bool
    depends on ARC

At <Zephyr>/arch/x86/core/Kconfig.ia32:188

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/x86/Kconfig:327

Menu path: (Top) → X86 Architecture Options → Processor Capabilities → Detect support of CLFLUSH instruction at runtime

config ARCH_CACHE_FLUSH_DETECT
    bool
    default y
    depends on CLFLUSH_DETECT && !X86_64 && X86

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)