Deprecate BT_CTLR, and add a new HAS_BT_CTLR as a virtual option which specific users (like BT_LL_SW_SPLIT) select. This also means that we can remove all places that were forcefully enabling the BT_CTLR option, and instead we now depend on devicetree to get some local LL HCI driver enabled which in turn also enables the HAS_BT_CTLR option. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
24 lines
392 B
Text
24 lines
392 B
Text
# BL654 DVK board configuration
|
|
|
|
# Copyright (c) 2019 Laird Connectivity
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_BL654_DVK
|
|
|
|
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
|