6791aaec62
This is a development board which supports LoRa and Bluetooth Low Energy functionality Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
15 lines
219 B
Plaintext
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
|