soc: esp32: move board config to soc context

log and libc optimization default config are soc related
and should be moved out from board context.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2021-08-16 20:24:32 -03:00 committed by Christopher Friedt
commit 57e7fba288
5 changed files with 18 additions and 8 deletions

View file

@ -10,13 +10,6 @@ config BOARD
config ENTROPY_ESP32_RNG
default y if ENTROPY_GENERATOR
if LOG
config LOG_DETECT_MISSED_STRDUP
default n
endif
if BT
config HEAP_MEM_POOL_SIZE

View file

@ -32,4 +32,3 @@ CONFIG_I2C_1=y
CONFIG_CLOCK_CONTROL=y
CONFIG_BOOTLOADER_ESP_IDF=y
CONFIG_MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE=n