Skip to content

Commit 4456ecc

Browse files
sylvioalveskartben
authored andcommitted
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 <[email protected]>
1 parent b0a0feb commit 4456ecc

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
CONFIG_ESP_SPIRAM=y
22
CONFIG_HEAP_MEM_POOL_SIZE=98304
3-
CONFIG_ESP_HEAP_SEARCH_ALL_REGIONS=n

soc/espressif/common/Kconfig.spiram

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ config ESP_SPIRAM
1515
menu "SPI RAM config"
1616
depends on ESP_SPIRAM
1717

18-
config ESP_HEAP_SEARCH_ALL_REGIONS
19-
bool "Search for all available heap regions"
20-
default y
21-
help
22-
This configuration enables searching all available heap
23-
regions. If the region of desired capability is exhausted,
24-
memory will be allocated from other available region.
25-
2618
config ESP_SPIRAM_HEAP_SIZE
2719
int "Size of SPIRAM heap"
2820
default 262134 if SYS_HEAP_SMALL_ONLY
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
CONFIG_ESP_SPIRAM=y
22
CONFIG_HEAP_MEM_POOL_SIZE=98304
3-
CONFIG_ESP_HEAP_SEARCH_ALL_REGIONS=n
43
CONFIG_FLASH=y
54
CONFIG_ENTROPY_GENERATOR=y
65
CONFIG_ZTEST=y

0 commit comments

Comments
 (0)