# SPDX-License-Identifier: GPL-2.0
menu "UOS Driver config"

config UOS_INVENTION
	tristate "UOS new inventions"
	default y
	---help---
	Enable uos inventions.

config UOS_SUPPORT
	def_bool n

config UOS_USB_FORBID_RULE
	tristate "UOS usb forbid rules"
	depends on UOS_INVENTION
	default y
	help
	Enable support for usb functions forbid rules

config UOS_LIGHTNING
	tristate "UOS lightning drivers"
	depends on SECURITY_HOOKMANAGER
	default m
	select UOS_SUPPORT
	---help---
	 Enable support for performance optimizes.

config UOS_PROC
	tristate "UOS specific directory in proc"
	depends on UOS_INVENTION
	default y
	---help---
	Enable support for  UOS-specific directory in proc

config UOS_TOUCHPAD_SWITCH
	tristate "UOS TOUCHPAD SWITCH"
	depends on UOS_INVENTION
	default y
	---help---
	Enable support for uos touchpad switch

endmenu
