The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definitions

At arch/arc/Kconfig:189

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → ARC Options → ARCv2 Family Options

config ARCH_CACHE_FLUSH_DETECT
    bool
    depends on ARC

At arch/x86/Kconfig:292

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → X86 Architecture Options → Processor Capabilities

config ARCH_CACHE_FLUSH_DETECT
    bool
    default "y" if CLFLUSH_DETECT && X86
    depends on CLFLUSH_DETECT && X86

(Definitions include propagated dependencies, including from if’s and menus.)