13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
|
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_ESP32_NET
|
||
|
|
||
|
config SOC
|
||
|
default "esp32_net"
|
||
|
|
||
|
config MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE
|
||
|
default n
|
||
|
|
||
|
endif
|