Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
520 B

# Copyright (c) 2016,2023 Intel Corporation
# Copyright (c) 2024 Intercreate, Inc.
# SPDX-License-Identifier: Apache-2.0
#
config CRC
bool "Cyclic redundancy check (CRC) Support"
help
Enable use of CRC.
if CRC
config CRC_SHELL
bool "CRC Shell"
depends on SHELL
select POSIX_C_LIB_EXT
help
Enable CRC checking for memory regions from the shell.
config CRC32_K_4_2_TABLE_256
bool "Use 256-length table for CRC32-K/4.2"
help
Enable the 256-length instead of 16-length table for CRC32-K/4.2.
endif # CRC