Utilize a code spell-checking tool to scan for and correct spelling errors in `Kconfig` files within the `drivers` directory. Additionally, incorporates a fix recommended by the reviewer. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
# Copyright (c) 2022 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
config CRYPTO_MCHP_XEC_SYMCR
|
|
bool "Microchip XEC symmetric crypto (AES/Hash) driver"
|
|
default y
|
|
depends on DT_HAS_MICROCHIP_XEC_SYMCR_ENABLED
|
|
help
|
|
Enable Microchip XEC symmetric crypto (AES/Hash) driver.
|
|
Symmetric crypto provides a single hardware interface
|
|
to AES and hash engines.
|