mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 09:02:20 +08:00
Some ARCH not has std cache ops, such as RISC-V Signed-off-by: GuEe-GUI <2991707448@qq.com>
10 lines
217 B
Plaintext
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
|