Add global option for legacy configurations and enable by default for backward compatibility. Disable option on tests and keep it on legacy samples and tests. Jira: ZEP-964 Change-Id: I0831e2aa74d438b1ac74eb762186cb220a504beb Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
CONFIG_STACK_CANARIES=y
|
|
CONFIG_RANDOM_GENERATOR=y
|
|
|
|
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_LEGACY_KERNEL=y
|