Skip to content

Commit 207b393

Browse files
bjornspockcarlescufi
authored andcommitted
Bluetooth: controller: Add PA/LNA pin range for nRF5340 SoC
Added correct SOC_NRF5340_CPUNET pin range for BT_CTLR_GPIO_PA_PIN and BT_CTLR_GPIO_LNA_PIN. Signed-off-by: Bjørn Spockeli <[email protected]> Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 35122d4 commit 207b393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ if BT_CTLR_GPIO_PA
636636

637637
config BT_CTLR_GPIO_PA_PIN
638638
int "Power Amplifier GPIO pin number"
639-
range 0 47 if SOC_NRF52840
639+
range 0 47 if SOC_NRF52840 || SOC_NRF5340_CPUNET
640640
range 0 31
641641
help
642642
GPIO Pin number connected to a Power Amplifier.
@@ -667,7 +667,7 @@ if BT_CTLR_GPIO_LNA
667667

668668
config BT_CTLR_GPIO_LNA_PIN
669669
int "Low Noise Amplifier GPIO pin number"
670-
range 0 47 if SOC_NRF52840
670+
range 0 47 if SOC_NRF52840 || SOC_NRF5340_CPUNET
671671
range 0 31
672672
help
673673
GPIO Pin number connected to a Low Noise Amplifier.

0 commit comments

Comments
 (0)