Files
zephyr/boards/seeed_studio/xiao_ble/Kconfig.defconfig
Jamie McCrae c1565b3d14 boards: arm: xiao_ble: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:57 +01:00

22 lines
312 B
Plaintext

# XIAO BLE board configuration
# Copyright (c) 2022 Marcin Niestroj
# SPDX-License-Identifier: Apache-2.0
if BOARD_XIAO_BLE
config BT_CTLR
default BT
if USB_DEVICE_STACK
config UART_CONSOLE
default CONSOLE
config USB_DEVICE_INITIALIZE_AT_BOOT
default y
endif # USB_DEVICE_STACK
endif # BOARD_XIAO_BLE