:orphan: .. title:: CONFIG_SOC_ANDES_V5_L2_CACHE .. kconfig:: CONFIG_SOC_ANDES_V5_L2_CACHE CONFIG_SOC_ANDES_V5_L2_CACHE ############################ *Enable Andes V5 L2 cache controller* *Enable Andes V5 L2 cache controller* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`CACHE_ENABLE ` && \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 `) || (\ :kconfig:`CACHE_ENABLE ` && \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/riscv/riscv-privilege/andes_v5/Kconfig.soc:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration → Enable cache .. code-block:: kconfig config SOC_ANDES_V5_L2_CACHE bool "Enable Andes V5 L2 cache controller" default y depends on CACHE_ENABLE && SOC_SERIES_RISCV_ANDES_V5 ---- At ``/riscv/riscv-privilege/andes_v5/Kconfig.soc:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration → Enable cache .. code-block:: kconfig config SOC_ANDES_V5_L2_CACHE bool "Enable Andes V5 L2 cache controller" default y depends on CACHE_ENABLE && SOC_SERIES_RISCV_ANDES_V5 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*