Commit d6c12f91 authored by James Smith's avatar James Smith Committed by Johan Hedberg
Browse files

soc: silabs: Add Kconfig options to enable RAIL Multiprotocol support



Adds Kconfig options to enable RAIL Multiprotocol support

Signed-off-by: default avatarJames Smith <james@loopj.com>
parent cc12a5ea
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
# Copyright The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0

menu "Gecko SDK configuration"
	depends on HAS_SILABS_GECKO

config SILABS_GECKO_RAIL_MULTIPROTOCOL
	bool "Use RAIL Multiprotocol library"
	depends on SOC_GECKO_USE_RAIL
	help
	  Enable the Silicon Labs RAIL multiprotocol library, which provides
	  coexistence and arbitration between multiple wireless protocols (for
	  example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.

endmenu
+8 −0
Original line number Diff line number Diff line
@@ -34,4 +34,12 @@ config RAIL_PA_ENABLE_CALIBRATION
	  calibration. This option is enabled by default, and is recommended for all
	  Series 2 devices.

config SILABS_SISDK_RAIL_MULTIPROTOCOL
	bool "Use RAIL Multiprotocol library"
	depends on SOC_GECKO_USE_RAIL
	help
	  Enable the Silicon Labs RAIL multiprotocol library, which provides
	  coexistence and arbitration between multiple wireless protocols (for
	  example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.

endmenu