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

menuconfig CAF
	bool "Common Application Framework"
	select APP_EVENT_MANAGER
	select CAF_MODULE_STATE_EVENTS
	help
	  Enable Common Application Framework for use with the application.

if CAF
rsource "events/Kconfig"
rsource "modules/Kconfig"
endif # CAF
