This commit updates the dependency symbols needed in the microkernel config overlay files. Change-Id: I0a846956a7d0d6aaa93cd4bf11ba3853f6301220 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
CONFIG_ENHANCED_SECURITY=y
|
|
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_DRV_RANDOM=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|