2023-08-16 21:04:12 +08:00
|
|
|
# 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
|
2024-05-23 07:44:17 +08:00
|
|
|
select POSIX_C_LIB_EXT
|
2023-08-16 21:04:12 +08:00
|
|
|
help
|
|
|
|
Enable CRC checking for memory regions from the shell.
|
|
|
|
endif # CRC
|