File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright The Zephyr Project Contributors
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ menu "Gecko SDK configuration"
5
+ depends on HAS_SILABS_GECKO
6
+
7
+ config SILABS_GECKO_RAIL_MULTIPROTOCOL
8
+ bool "Use RAIL Multiprotocol library"
9
+ depends on SOC_GECKO_USE_RAIL
10
+ help
11
+ Enable the Silicon Labs RAIL multiprotocol library, which provides
12
+ coexistence and arbitration between multiple wireless protocols (for
13
+ example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.
14
+
15
+ endmenu
Original file line number Diff line number Diff line change @@ -34,4 +34,12 @@ config RAIL_PA_ENABLE_CALIBRATION
34
34
calibration. This option is enabled by default, and is recommended for all
35
35
Series 2 devices.
36
36
37
+ config SILABS_SISDK_RAIL_MULTIPROTOCOL
38
+ bool "Use RAIL Multiprotocol library"
39
+ depends on SOC_GECKO_USE_RAIL
40
+ help
41
+ Enable the Silicon Labs RAIL multiprotocol library, which provides
42
+ coexistence and arbitration between multiple wireless protocols (for
43
+ example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.
44
+
37
45
endmenu
You can’t perform that action at this time.
0 commit comments