soc: esp32xx: remove unused kconfig entry
ESP_HEAP_SEARCH_ALL_REGIONS kconfig entry is not used and can be totally removed. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
b0a0febe58
commit
4456ecc0a3
3 changed files with 0 additions and 10 deletions
|
@ -15,14 +15,6 @@ config ESP_SPIRAM
|
|||
menu "SPI RAM config"
|
||||
depends on ESP_SPIRAM
|
||||
|
||||
config ESP_HEAP_SEARCH_ALL_REGIONS
|
||||
bool "Search for all available heap regions"
|
||||
default y
|
||||
help
|
||||
This configuration enables searching all available heap
|
||||
regions. If the region of desired capability is exhausted,
|
||||
memory will be allocated from other available region.
|
||||
|
||||
config ESP_SPIRAM_HEAP_SIZE
|
||||
int "Size of SPIRAM heap"
|
||||
default 262134 if SYS_HEAP_SMALL_ONLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue