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

source "Kconfig.zephyr"

menu "macrobatics sample"

config CUSTOM_CONF
	bool "A custom config"
	default n
	help
	  A custom config made for testing

endmenu