zephyr/lib/crc/Kconfig
Anas Nashif e6885a4515 lib: crc: move from lib/os to lib/crc
Move crc implementation to own directory and reduce clutter in lib/os.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-18 08:52:16 +03:00

17 lines
321 B
Plaintext

# Copyright (c) 2016,2023 Intel Corporation
# 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 GETOPT
help
Enable CRC checking for memory regions from the shell.
endif # CRC