zephyr/boards/xtensa/xiao_esp32s3/Kconfig.defconfig
Jiaxuan Weng 33e3ddd4d5 boards: xtensa: Add support for xiao esp32s3
add board support and overlay for seeed xiao esp32s3.

Signed-off-by: Jiaxuan Weng <1391548050@qq.com>
2023-07-03 09:31:27 +02:00

19 lines
326 B
Plaintext

# Copyright (c) 2023 Seeed Studio inc.
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "xiao_esp32s3"
depends on BOARD_XIAO_ESP32S3
config ENTROPY_GENERATOR
default y
config HEAP_MEM_POOL_SIZE
default 98304 if WIFI
default 40960 if BT
default 4096
choice BT_HCI_BUS_TYPE
default BT_ESP32 if BT
endchoice