Files
GUI d8709ba9fb [dm][hwcache] support hwcache (#11049)
Some ARCH not has std cache ops, such as RISC-V

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2025-12-13 16:32:25 +08:00

10 lines
217 B
Plaintext

menuconfig RT_USING_HWCACHE
bool "Using Hardware Cache device drivers"
depends on RT_USING_DM
depends on RT_USING_CACHE
default n
if RT_USING_HWCACHE
osource "$(SOC_DM_HWCACHE_DIR)/Kconfig"
endif