1#
2# Copyright (c) 2022 Nordic Semiconductor ASA
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6mainmenu "SMP Reassembly unit test"
7
8config MCUMGR_TRANSPORT_REASSEMBLY_UNIT_TESTS
9	def_bool y
10	select MCUMGR_TRANSPORT_REASSEMBLY
11	help
12	  Enable SMP Reassembly unit tests.
13
14source "Kconfig.zephyr"
15