Kconfig 754 字节
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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.