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:
parent
d04a58bd1e
commit
57e7fba288
5 changed files with 18 additions and 8 deletions
|
@ -14,4 +14,10 @@ config IRQ_OFFLOAD_INTNUM
|
|||
config MP_NUM_CPUS
|
||||
default 2
|
||||
|
||||
config MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE
|
||||
default n
|
||||
|
||||
config LOG_DETECT_MISSED_STRDUP
|
||||
default n
|
||||
|
||||
endif
|
||||
|
|
|
@ -26,4 +26,10 @@ config IRQ_OFFLOAD_INTNUM
|
|||
config MP_NUM_CPUS
|
||||
default 1
|
||||
|
||||
config MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE
|
||||
default n
|
||||
|
||||
config LOG_DETECT_MISSED_STRDUP
|
||||
default n
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue