Skip to content

Commit e914c1b

Browse files
committed
soc: silabs: Add new Kconfig option to enable RAIL Multiprotocol support
Adds a new Kconfig option to enable RAIL Multiprotocol support on silabs SoCs. Signed-off-by: James Smith <[email protected]>
1 parent 5d42408 commit e914c1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

soc/silabs/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,13 @@ config SOC_GECKO_CUSTOM_RADIO_PHY
310310
management, sending and receiving packets on radio phy. User has
311311
to provide the radio_config.c and radio_config.h files for the phy.
312312

313+
config SOC_GECKO_RAIL_MULTIPROTOCOL
314+
bool "Use RAIL Multiprotocol library"
315+
depends on SOC_GECKO_USE_RAIL
316+
default n
317+
help
318+
Enable the Silicon Labs RAIL multiprotocol library, which provides
319+
coexistence and arbitration between multiple wireless protocols (for
320+
example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.
321+
313322
endif # SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2

0 commit comments

Comments
 (0)