Skip to content

Commit

Permalink
system: remove unused C2 cache kconfig option
Browse files Browse the repository at this point in the history
  • Loading branch information
ESP-Marius committed Mar 29, 2023
1 parent 37ac0ad commit 2608c1e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions components/esp_system/port/soc/esp32c2/Kconfig.cache
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
menu "Cache config"

choice ESP32C2_MMU_PAGE_SIZE
# TODO: IDF-3821
prompt "Cache page size"
default ESP32C2_MMU_PAGE_SIZE_64KB
help
Cache page size to be set on application startup

config ESP32C2_MMU_PAGE_SIZE_16KB
bool "16KB"
config ESP32C2_MMU_PAGE_SIZE_32KB
bool "32KB"
config ESP32C2_MMU_PAGE_SIZE_64KB
bool "64KB"
endchoice

config ESP32C2_INSTRUCTION_CACHE_WRAP
# TODO: IDF-4194
bool
Expand All @@ -23,11 +8,4 @@ menu "Cache config"
If enabled, instruction cache will use wrap mode to read spi flash.
The wrap length is fixed to 32B


config ESP32C2_MMU_PAGE_MODE
int
default 0 if ESP32C2_MMU_PAGE_SIZE_16KB
default 1 if ESP32C2_MMU_PAGE_SIZE_32KB
default 2 if ESP32C2_MMU_PAGE_SIZE_64KB

endmenu

0 comments on commit 2608c1e

Please sign in to comment.