10d163575Sopenharmony_ciconfig SECURITY
20d163575Sopenharmony_ci    bool "Enable Security Module"
30d163575Sopenharmony_ci    default y
40d163575Sopenharmony_ci    help
50d163575Sopenharmony_ci      This option will enable security module. This is a basic feature,
60d163575Sopenharmony_ci      so you should say Y here.
70d163575Sopenharmony_ci
80d163575Sopenharmony_ciconfig SECURITY_CAPABILITY
90d163575Sopenharmony_ci    bool "Enable Syscall Capability"
100d163575Sopenharmony_ci    default y
110d163575Sopenharmony_ci	depends on SECURITY
120d163575Sopenharmony_ci    help
130d163575Sopenharmony_ci      This option will enable capability control for syscalls. This is a basic feature,
140d163575Sopenharmony_ci      so you should say Y here.
150d163575Sopenharmony_ci
160d163575Sopenharmony_ciconfig SECURITY_VID
170d163575Sopenharmony_ci    bool "Enable visual ID"
180d163575Sopenharmony_ci    default y
190d163575Sopenharmony_ci	depends on SECURITY
200d163575Sopenharmony_ci    help
210d163575Sopenharmony_ci      This option will enable visual ID for timer. This is a basic feature,
220d163575Sopenharmony_ci      so you should say Y here.
230d163575Sopenharmony_ci
240d163575Sopenharmony_ciconfig SECURITY_BOOT
250d163575Sopenharmony_ci    bool "Enable security boot"
260d163575Sopenharmony_ci    default n
270d163575Sopenharmony_ci    depends on SECURITY
280d163575Sopenharmony_ci    help
290d163575Sopenharmony_ci      This option will enable security boot.
300d163575Sopenharmony_ci
31