We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d42408 commit e914c1bCopy full SHA for e914c1b
soc/silabs/Kconfig
@@ -310,4 +310,13 @@ config SOC_GECKO_CUSTOM_RADIO_PHY
310
management, sending and receiving packets on radio phy. User has
311
to provide the radio_config.c and radio_config.h files for the phy.
312
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
+
322
endif # SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2
0 commit comments