zephyr/boards/lairdconnect/bl654_dvk/Kconfig.defconfig
Jate Sujjavanich c50843a98c boards: Add bl654_dvk pa variant
Add pa variant definition to board.yml
Add bl654_dvk_nrf52840_pa files dts, yaml, defconfig
Update doc with information on variant and regulatory information

Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
2024-04-03 21:11:08 +01:00

28 lines
420 B
Plaintext

# BL654 DVK board configuration
# Copyright (c) 2019 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
if BOARD_BL654_DVK
config BT_CTLR
default BT
if DAC
config I2C
default y
endif # DAC
endif # BOARD_BL654_DVK
if BOARD_BL654_DVK_NRF52840_PA
# Limit max power for FCC compliance with power amplifier
choice BT_CTLR_TX_PWR
default BT_CTLR_TX_PWR_MINUS_4
endchoice
endif # BOARD_BL654_DVK_NRF52840_PA