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

menu "SMS Sample Settings"

config SMS_SEND_PHONE_NUMBER
	string "Phone number, including country code, where the SMS message is sent"
	default ""

endmenu

menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu
