Skip to content

Commit 416945a

Browse files
carlescufiAnas Nashif
authored andcommitted
Bluetooth: controller: Disable PA/LNA for nRF51x
The PA/LNA feature is not functional on nRF51x series due to added interrupt latency. Disable this feature unconditionally for those ICs to avoid unexpected behavior. Signed-off-by: Carles Cufi <[email protected]>
1 parent 89689e0 commit 416945a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ comment "BLE Controller hardware configuration"
401401

402402
menuconfig BT_CTLR_GPIO_PA
403403
bool "Power Amplifier GPIO interface"
404+
depends on !SOC_SERIES_NRF51X
404405
help
405406
Enable GPIO interface to a Power Amplifier. This allows hardware
406407
designs using PA to let the Controller toggle their state based on
@@ -431,6 +432,7 @@ endif # BT_CTLR_GPIO_PA
431432

432433
menuconfig BT_CTLR_GPIO_LNA
433434
bool "Low Noise Amplifier GPIO interface"
435+
depends on !SOC_SERIES_NRF51X
434436
help
435437
Enable GPIO interface to a Low Noise Amplifier. This allows hardware
436438
designs using LNAs to let the Controller toggle their state based on

0 commit comments

Comments
 (0)