zephyr/boards/arm/rm1xx_dvk/Kconfig.defconfig
Jamie McCrae 6791aaec62 boards: arm: rm1xx_dvk: Add Laird Connectivity RM1xx development board
This is a development board which supports LoRa and Bluetooth Low
Energy functionality

Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
2021-11-10 09:05:07 -06:00

15 lines
219 B
Plaintext

# rm1xx_dvk board configuration
# Copyright (c) 2021 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
if BOARD_RM1XX_DVK
config BOARD
default "rm1xx_dvk"
config BT_CTLR
default BT
endif # BOARD_RM1XX_DVK