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:
Dirk Brandewie 2015-09-29 07:08:57 -07:00 committed by Anas Nashif
commit 05135ef318
6 changed files with 0 additions and 6 deletions

View file

@ -173,7 +173,6 @@ config PROFILER_SLEEP
endmenu
menu "Security Options"
depends on ENHANCED_SECURITY
config CUSTOM_SECURITY
bool

View file

@ -1,4 +1,3 @@
CONFIG_ENHANCED_SECURITY=y
CONFIG_CUSTOM_SECURITY=y
CONFIG_STACK_CANARIES=y

View file

@ -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

View file

@ -1,4 +1,3 @@
CONFIG_ENHANCED_SECURITY=y
CONFIG_CUSTOM_SECURITY=y
CONFIG_STACK_CANARIES=y

View file

@ -1,4 +1,3 @@
CONFIG_ENHANCED_SECURITY=y
CONFIG_CUSTOM_SECURITY=y
CONFIG_STACK_CANARIES=y

View file

@ -1,4 +1,3 @@
CONFIG_ENHANCED_SECURITY=y
CONFIG_CUSTOM_SECURITY=y
CONFIG_STACK_CANARIES=y