1# Copyright (c) 2022 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config CUSTOM_OS_NAME_VALUE
5	string "Custom OS name"
6	default "Fake OS Name"
7
8config BUILD_DATE_TIME_TEST
9	bool "Build date time test"
10	select MCUMGR_GRP_OS_INFO_BUILD_DATE_TIME
11
12config LIMITED_TEST
13	bool "Limited buffer size test"
14
15source "Kconfig.zephyr"
16