# SPDX-License-Identifier: GPL-2.0-only
config SECURITY_KYCP
	bool "Kylin Config Protect Support"
	depends on SECURITY && SECURITYFS
	default y
	help
	  Kylin Config Protect Function Support.

config SECURITY_KYCP_STATUS_DEFAULT
	int "Default status of kycp"
	depends on SECURITY_KYCP
	range 0 1
	default 1
	help
	  This option sets the default value for the kycp status.
	  0 means 'disabled', disable kycp function.
	  1 means 'enabled', enable kycp function.
