1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config SERVER_PORT
5	int "Server port to connect to"
6	default 4242
7
8source "Kconfig.zephyr"
9