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>
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
CONFIG_CUSTOM_SECURITY=y
|
|
CONFIG_STACK_CANARIES=y
|
|
|
|
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|