zephyr/soc/xtensa/esp32_net/Kconfig.defconfig

13 lines
213 B
Plaintext
Raw Normal View History

# 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