menuconfig MODULES_MC_NN_CONTROL
	bool "mc_nn_control"
	default n
	---help---
		Enable support for mc_nn_control"

menuconfig USER_MC_NN_CONTROL
	bool "mc_nn_control running as userspace module"
	default y
	depends on BOARD_PROTECTED && MODULES_MC_NN_CONTROL
	---help---
		Put mc_nn_control in userspace memory
