bluetooth: controller: conditionally define NRF_RADIO_TXPOWER_POS4DBM
nRF5340 does not support a Radio TX power of 4dBm, so we introduce a dependency for the respective Kconfig option for TX power, so the option is never defined for nRF5340. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
53e4c215ee
commit
a7a4c89579
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ config BT_CTLR_TX_PWR_PLUS_5
|
|||
|
||||
config BT_CTLR_TX_PWR_PLUS_4
|
||||
bool "+4 dBm"
|
||||
depends on SOC_SERIES_NRF51X || SOC_COMPATIBLE_NRF52X
|
||||
|
||||
config BT_CTLR_TX_PWR_PLUS_3
|
||||
bool "+3 dBm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue