zephyr/samples/microkernel/test/test_stackprot/prj_arm.conf
Juan Manuel Cruz e808b2125b Kbuild: Updates to the microkernel config overlays.
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>
2016-02-05 20:14:07 -05:00

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