#
# Copyright (c) 2019 - 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

menu "Multiprotocol service layer (MPSL)"

config MPSL_FEM_ONLY
	bool "Support only radio front-end module (FEM)"
	help
	  Support only radio front-end module (FEM) feature. The MPSL library is linked
	  into a build without the initialization. Using other MPSL features is not possible.

rsource "fem/Kconfig"

if !MPSL_FEM_ONLY

rsource "cx/Kconfig"
rsource "init/Kconfig"
rsource "pin_debug/Kconfig"
rsource "pm/Kconfig"

endif # !MPSL_FEM_ONLY

endmenu
