You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Iot_Cs_best/kernel_liteos_a-OpenHarmony.../security/Kconfig

31 lines
754 B

config SECURITY
bool "Enable Security Module"
default y
help
This option will enable security module. This is a basic feature,
so you should say Y here.
config SECURITY_CAPABILITY
bool "Enable Syscall Capability"
default y
depends on SECURITY
help
This option will enable capability control for syscalls. This is a basic feature,
so you should say Y here.
config SECURITY_VID
bool "Enable visual ID"
default y
depends on SECURITY
help
This option will enable visual ID for timer. This is a basic feature,
so you should say Y here.
config SECURITY_BOOT
bool "Enable security boot"
default n
depends on SECURITY
help
This option will enable security boot.