config SECURITY_CTFORGE
	bool "CTForge support"
	depends on SECURITY
	default n
	help
	  This selects CTForge, which extends DAC support with additional
	  system-wide security settings beyond regular Linux discretionary
	  access controls. 

	  If you are unsure how to answer this question, answer N.

config CTK_SANSEC
	tristate "CTyunOS ctk_sansec module"
	default m
	help
	  Sansec PCI device driver


config CTKFROGE_TEST
	bool "CTForge test log proc interface"
	depends on SECURITY_CTFORGE
	default y
	help
	  Testing CTforge log api function. Set Y, enable proc
	  ctforge_test_log interface.

config CRYPTO_DEV_NAQU_SEC
	tristate "Support for NAQU SEC crypto cipher accelerator"
	select CRYPTO_AUTHENC
	select CRYPTO_RAS
	select CRYPTO_DH
	select CRYPTO_ECDH

	depends on ARM64 || COMPILE_TEST
	depends on PCI && PCI_MSI
	help
	  Support for NAQU SEC Engine

	  To compile this as a module, choose M here: the module
	  will be called naqu_sec.

source security/ctforge/ctmac/Kconfig
source security/ctforge/ctk_data_protect/Kconfig
