zephyr/drivers/crypto/Kconfig.xec
Pisit Sawangvonganan b8a8173c1f drivers: kconfig: fix typo
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>
2025-07-01 10:58:54 -10:00

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.