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

config SSF_NRF_RPC
	bool
	default y
	imply NRF_RPC
	imply MBOX_NRFX_IDS

if SSF_NRF_RPC
rsource "nrf_rpc/Kconfig"
endif
