zephyr/boards/xtensa/esp32/Kconfig.defconfig

19 lines
278 B
Plaintext
Raw Normal View History

# ESP32 board configuration
# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "esp32"
depends on BOARD_ESP32
config ENTROPY_ESP32_RNG
default y if ENTROPY_GENERATOR
if LOG
config LOG_DETECT_MISSED_STRDUP
default n
endif