menu "L3Cache"
config L3CACHE_EXTENSION
	bool "l3cache extension"
	depends on MM_LB_L3_EXTENSION
	default n
	help
	 support l3cache extension

config L3CACHE_EXTENSION_DSU
	bool "enabled only for arm dsu"
	depends on L3CACHE_EXTENSION
	default n
	help
	 support l3cache extension for arm dsu

config L3CACHE_EXTENSION_DYNAMIC
	bool "l3cache extension dynamic"
	depends on L3CACHE_EXTENSION && !L3CACHE_EXTENSION_DSU
	default n
	help
	 support l3cache extension on/off dynamicly

config L3CACHE_EXTENSION_DEBUG
	bool "l3cache extension debug"
	depends on L3CACHE_EXTENSION
	default n
	help
	 support l3cache extension debug

config L3CACHE_SHARE
	bool "l3cache share"
	default n
	help
	 support l3cache share

config L3CACHE_SHARE_PERF
	bool "l3cache share perf"
	depends on L3CACHE_SHARE && ARM64_DSU_PCTRL_DEVFREQ
	default n
	help
	 support l3cache share perf

config L3CACHE_SHARE_DEBUG
	bool "l3cache share debug"
	depends on L3CACHE_SHARE
	default n
	help
	 support l3cache share debug

config 64BIT_CCSIDR
	bool "64bit CCSIDR"
	default n
	help
	 support 64bit CCSIDR

config L3CACHE_PARTITION_CTRL
	bool "l3cache partition control"
	default n
	help
	 support l3cache partition control

config NAMTSO
	bool "namtso"
	default n
	help
	 support namtso

config NAMTSO_FLUSH_CMO
	bool "namtso flush cmo"
	depends on NAMTSO
	default n
	help
	 support namtso flush cmo

config NONSHAREABLE
	bool "nonshareable access"
	depends on NAMTSO
	default n
	help
	 support nonshareable access mntn

config NAMTSO_DEBUG
	bool "namtso debug"
	depends on NAMTSO
	default n
	help
	 support namtso debug

config L3CACHE_LP_DEBUG
	bool "l3cache lowpower debug"
	default n
	help
	 support l3cache low power debug

config L3CACHE_TZSP
    bool "l3cache_tzsp"
    default n
    help
     support l3cache_tzsp

config HYBRID_CACHE_DEBUG
    bool "hybrid cache debug"
    default n
    help
     support hybrid cache debug

 config ULP_CHECK_CPUID
	 bool "ulp check cpuid"
	 default n
	 help
	  support ulp check cpuid

config CACHE_GM_TEST
	bool "cache_gm_test"
	depends on L3CACHE_EXTENSION_DEBUG
	default n
	help
	 support cache_gm_test

endmenu
