15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
#
|
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
mainmenu "SMP Reassembly unit test"
|
|
|
|
config MCUMGR_TRANSPORT_REASSEMBLY_UNIT_TESTS
|
|
def_bool y
|
|
select MCUMGR_TRANSPORT_REASSEMBLY
|
|
help
|
|
Enable SMP Reassembly unit tests.
|
|
|
|
source "Kconfig.zephyr"
|