File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ comment "Common BLE Controller module configuration"
3030
3131choice BLE_CONTROLLER_VARIANT
3232 prompt "BLE Controller variant"
33- default BLE_CONTROLLER_S112 if SOC_NRF52810
33+ default BLE_CONTROLLER_S112 if ( SOC_NRF52810 || SOC_NRF52811)
3434 default BLE_CONTROLLER_S132 if SOC_NRF52832
3535 default BLE_CONTROLLER_S140 if SOC_NRF52840
3636 help
3737 Select a BLE Controller variant.
3838
3939config BLE_CONTROLLER_S112
40- depends on (SOC_NRF52810 || SOC_NRF52832)
40+ depends on (SOC_NRF52810 || SOC_NRF52811 || SOC_NRF52832)
4141 bool "s112"
4242
4343config BLE_CONTROLLER_S132
4444 depends on (SOC_NRF52810 || SOC_NRF52832)
4545 bool "s132"
4646
4747config BLE_CONTROLLER_S140
48- depends on SOC_NRF52840
48+ depends on (SOC_NRF52811 || SOC_NRF52840)
4949 bool "s140"
5050
5151endchoice
You can’t perform that action at this time.
0 commit comments