zephyr/boards/riscv/esp32c3_devkitm/Kconfig.defconfig
Felipe Neves d4ed7f69d4 drivers: entropy: esp32: enable rng driver
for esp32c3 allowing wifi subsystem to use inside
its driver.

Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
2021-09-30 06:39:55 -04:00

22 lines
No EOL
374 B
Text

# ESP32C3 devkitm board configuration
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "esp32c3"
depends on BOARD_ESP32C3_DEVKITM
config ENTROPY_ESP32_RNG
default y if ENTROPY_GENERATOR
if BT
config HEAP_MEM_POOL_SIZE
default 16384
choice BT_HCI_BUS_TYPE
default BT_ESP32
endchoice
endif # BT