blob: e0e6dbc28e89cf8f43d163264fddca9efd24a5f7 [file] [log] [blame]
# XIAO BLE board configuration
# Copyright (c) 2022 Marcin Niestroj
# SPDX-License-Identifier: Apache-2.0
if BOARD_XIAO_BLE
config BOARD
default "xiao_ble"
config BT_CTLR
default BT
endif # BOARD_XIAO_BLE
if USB_DEVICE_STACK
config UART_CONSOLE
default CONSOLE
config USB_DEVICE_INITIALIZE_AT_BOOT
default y
endif # USB_DEVICE_STACK