Add CONFIG_CRC for building CRC related routines. CRC routines are now being built for each application, whether used or not and are add in the build system unconditionally. Keep CONFIG_CRC enabled by default for now and until all users have converted to use the new option. Partial fix for #50654 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
# Allow worker threads to capture all resources
|
|
CONFIG_MAIN_THREAD_PRIORITY=11
|
|
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
# Enable SMP
|
|
CONFIG_SMP=y
|
|
CONFIG_CRC=y
|