Bluetooth: controller: remove obsolete Kconfig options
Remove now-unused Kconfig options used for specifying radio front end module configuration. These are now handled in devicetree. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
7ff74e0ab9
commit
fc0d56a663
1 changed files with 0 additions and 109 deletions
|
@ -682,115 +682,6 @@ config BT_CTLR_USER_CPR_INTERVAL_MIN
|
|||
|
||||
endmenu
|
||||
|
||||
comment "BLE Controller hardware configuration"
|
||||
|
||||
menuconfig BT_CTLR_GPIO_PA
|
||||
bool "Power Amplifier GPIO interface"
|
||||
depends on !SOC_SERIES_NRF51X
|
||||
help
|
||||
Enable GPIO interface to a Power Amplifier. This allows hardware
|
||||
designs using PA to let the Controller toggle their state based on
|
||||
radio activity.
|
||||
|
||||
if BT_CTLR_GPIO_PA
|
||||
|
||||
config BT_CTLR_GPIO_PA_PIN
|
||||
int "Power Amplifier GPIO pin number"
|
||||
range 0 47 if SOC_NRF52840 || SOC_NRF5340_CPUNET
|
||||
range 0 31
|
||||
help
|
||||
GPIO Pin number connected to a Power Amplifier.
|
||||
|
||||
config BT_CTLR_GPIO_PA_POL_INV
|
||||
bool "Inverted polarity for the PA pin"
|
||||
help
|
||||
Enable inverted polarity (active low) for the PA pin.
|
||||
|
||||
config BT_CTLR_GPIO_PA_OFFSET
|
||||
int "Time from PA ON to Tx ready"
|
||||
default 5
|
||||
range 0 15
|
||||
help
|
||||
Time before Tx ready to turn on PA in micro seconds.
|
||||
|
||||
endif # BT_CTLR_GPIO_PA
|
||||
|
||||
menuconfig BT_CTLR_GPIO_LNA
|
||||
bool "Low Noise Amplifier GPIO interface"
|
||||
depends on !SOC_SERIES_NRF51X
|
||||
help
|
||||
Enable GPIO interface to a Low Noise Amplifier. This allows hardware
|
||||
designs using LNAs to let the Controller toggle their state based on
|
||||
radio activity.
|
||||
|
||||
if BT_CTLR_GPIO_LNA
|
||||
|
||||
config BT_CTLR_GPIO_LNA_PIN
|
||||
int "Low Noise Amplifier GPIO pin number"
|
||||
range 0 47 if SOC_NRF52840 || SOC_NRF5340_CPUNET
|
||||
range 0 31
|
||||
help
|
||||
GPIO Pin number connected to a Low Noise Amplifier.
|
||||
|
||||
config BT_CTLR_GPIO_LNA_POL_INV
|
||||
bool "Inverted polarity for the LNA pin"
|
||||
help
|
||||
Enable inverted polarity (active low) for the LNA pin.
|
||||
|
||||
config BT_CTLR_GPIO_LNA_OFFSET
|
||||
int "Time from LNA ON to Rx ready"
|
||||
default 5
|
||||
range 0 15
|
||||
help
|
||||
Time before Rx ready to turn on LNA in micro seconds.
|
||||
|
||||
endif # BT_CTLR_GPIO_LNA
|
||||
|
||||
menuconfig BT_CTLR_FEM_NRF21540
|
||||
bool "nRF21540 GPIO interface"
|
||||
depends on !SOC_SERIES_NRF51X
|
||||
select BT_CTLR_GPIO_PA
|
||||
select BT_CTLR_GPIO_LNA
|
||||
help
|
||||
Enable PDN and CSN GPIO interface for the nRF21540. This allows
|
||||
hardware designs using the nRF21540 to let the controller toggle
|
||||
their state based on radio activity.
|
||||
|
||||
if BT_CTLR_FEM_NRF21540
|
||||
|
||||
config BT_CTLR_GPIO_PDN_PIN
|
||||
int "FEM PDN pin number"
|
||||
range 0 47 if SOC_NRF52840 || SOC_NRF5340_CPUNET
|
||||
range 0 31
|
||||
help
|
||||
GPIO Pin number connected to the PDN pin of the nRF21540 FEM.
|
||||
|
||||
config BT_CTLR_GPIO_PDN_POL_INV
|
||||
bool "Inverted polarity for the PDN pin"
|
||||
help
|
||||
Enable inverted polarity (active low) for the PDN pin.
|
||||
|
||||
config BT_CTLR_GPIO_CSN_PIN
|
||||
int "FEM CSN pin number"
|
||||
range 0 47 if SOC_NRF52840 || SOC_NRF5340_CPUNET
|
||||
range 0 31
|
||||
help
|
||||
GPIO Pin number connected to the CSN pin of the nRF21540 FEM.
|
||||
|
||||
config BT_CTLR_GPIO_CSN_POL_INV
|
||||
bool "Inverted polarity for the CSN pin"
|
||||
default y
|
||||
help
|
||||
Enable inverted polarity (active low) for the CSN pin.
|
||||
|
||||
config BT_CTLR_GPIO_PDN_CSN_OFFSET
|
||||
int "Time from PDN and CSN toggle to PA/LNA pin toggle"
|
||||
range 0 20
|
||||
help
|
||||
Time from PDN and CSN toggle to PA/LNA pin toggle in micro seconds.
|
||||
|
||||
endif # BT_CTLR_FEM_NRF21540
|
||||
|
||||
comment "BLE Controller debug configuration"
|
||||
|
||||
config BT_CTLR_PROFILE_ISR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue