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>
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
CONFIG_CPLUSPLUS=y
|
|
CONFIG_NET_BUF=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACK_SIZE=2048
|
|
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=128
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_CRC=y
|