Kconfig 217 B

123456789
  1. menuconfig RT_USING_HWCACHE
  2. bool "Using Hardware Cache device drivers"
  3. depends on RT_USING_DM
  4. depends on RT_USING_CACHE
  5. default n
  6. if RT_USING_HWCACHE
  7. osource "$(SOC_DM_HWCACHE_DIR)/Kconfig"
  8. endif