nRF52840 - Set TX power - Kconfig dependency problem

Hey guys, I'm trying to set the max tx power for our nRF52840 project and I'm getting this error:

CONFIG_BT_CTLR_TX_PWR_MINUS_1 was assigned the value y, but got the value n. Missing dependencies:
SOC_SERIES_NRF53X

I scoured the Kconfig file for "SOC_COMPATIBLE_NRF52X" and all I'm seeing is:

BT_CTLR_TX_PWR_PLUS_4
BT_CTLR_TX_PWR_PLUS_3
BT_CTLR_TX_PWR_MINUS_40
Are there other options? Must we do any tx power tweaks at runtime?
Thanks!

Related