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

menuconfig AT_CMD_CUSTOM
	bool "Custom AT commands"

if AT_CMD_CUSTOM

module=AT_CMD_CUSTOM
module-dep=LOG
module-str= AT custom command library
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"

endif # AT_CMD_CUSTOM
