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
|
@ -1,3 +1,2 @@
|
||||||
CONFIG_ESP_SPIRAM=y
|
CONFIG_ESP_SPIRAM=y
|
||||||
CONFIG_HEAP_MEM_POOL_SIZE=98304
|
CONFIG_HEAP_MEM_POOL_SIZE=98304
|
||||||
CONFIG_ESP_HEAP_SEARCH_ALL_REGIONS=n
|
|
||||||
|
|
|
@ -15,14 +15,6 @@ config ESP_SPIRAM
|
||||||
menu "SPI RAM config"
|
menu "SPI RAM config"
|
||||||
depends on ESP_SPIRAM
|
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
|
config ESP_SPIRAM_HEAP_SIZE
|
||||||
int "Size of SPIRAM heap"
|
int "Size of SPIRAM heap"
|
||||||
default 262134 if SYS_HEAP_SMALL_ONLY
|
default 262134 if SYS_HEAP_SMALL_ONLY
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
CONFIG_ESP_SPIRAM=y
|
CONFIG_ESP_SPIRAM=y
|
||||||
CONFIG_HEAP_MEM_POOL_SIZE=98304
|
CONFIG_HEAP_MEM_POOL_SIZE=98304
|
||||||
CONFIG_ESP_HEAP_SEARCH_ALL_REGIONS=n
|
|
||||||
CONFIG_FLASH=y
|
CONFIG_FLASH=y
|
||||||
CONFIG_ENTROPY_GENERATOR=y
|
CONFIG_ENTROPY_GENERATOR=y
|
||||||
CONFIG_ZTEST=y
|
CONFIG_ZTEST=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue