Kconfig.cache 287 B

1234567891011
  1. menu "Cache config"
  2. config ESP32C2_INSTRUCTION_CACHE_WRAP
  3. # TODO: IDF-4194
  4. bool
  5. prompt "Instruction cache wrap"
  6. help
  7. If enabled, instruction cache will use wrap mode to read spi flash.
  8. The wrap length is fixed to 32B
  9. endmenu