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:
Ioannis Glaropoulos 2019-08-15 15:29:51 +02:00 committed by Carles Cufí
commit a7a4c89579

View file

@ -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"