1# Copyright (c) 2016,2023 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3# 4config CRC 5 bool "Cyclic redundancy check (CRC) Support" 6 help 7 Enable use of CRC. 8 9if CRC 10config CRC_SHELL 11 bool "CRC Shell" 12 depends on SHELL 13 select GETOPT 14 help 15 Enable CRC checking for memory regions from the shell. 16endif # CRC 17