menuconfig MODULES_UUV_ATT_CONTROL
	bool "uuv_att_control"
	default n
	---help---
		Enable support for uuv_att_control

menuconfig USER_UUV_ATT_CONTROL
	bool "uuv_att_control running as userspace module"
	default y
	depends on BOARD_PROTECTED && MODULES_UUV_ATT_CONTROL
	---help---
		Put uuv_att_control in userspace memory
