kernel: remove Security options dependency on ENHANCED_SECURITY
ENHANCED_SECURITY is being used to enable security options the projects that require security options explicitly enable these options the dependency is not required. Change-Id: Iec96e32bd7a5faa78672d355aad368f48b0ee087 Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
This commit is contained in:
parent
b2cd0aae54
commit
05135ef318
6 changed files with 0 additions and 6 deletions
|
@ -173,7 +173,6 @@ config PROFILER_SLEEP
|
|||
endmenu
|
||||
|
||||
menu "Security Options"
|
||||
depends on ENHANCED_SECURITY
|
||||
|
||||
config CUSTOM_SECURITY
|
||||
bool
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ENHANCED_SECURITY=y
|
||||
CONFIG_CUSTOM_SECURITY=y
|
||||
CONFIG_STACK_CANARIES=y
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Let stack canaries use non-random number generator.
|
||||
# This option is NOT to be used in production code.
|
||||
CONFIG_ENHANCED_SECURITY=y
|
||||
CONFIG_CUSTOM_SECURITY=y
|
||||
CONFIG_STACK_CANARIES=y
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ENHANCED_SECURITY=y
|
||||
CONFIG_CUSTOM_SECURITY=y
|
||||
CONFIG_STACK_CANARIES=y
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ENHANCED_SECURITY=y
|
||||
CONFIG_CUSTOM_SECURITY=y
|
||||
CONFIG_STACK_CANARIES=y
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ENHANCED_SECURITY=y
|
||||
CONFIG_CUSTOM_SECURITY=y
|
||||
CONFIG_STACK_CANARIES=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue