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:185

Included via Kconfig:10Kconfig.zephyr:23arch/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:10Kconfig.zephyr:23arch/Kconfig:16

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.)