zephyr/drivers/crypto/Kconfig.xec
Manimaran A 3cc7d37b70 drivers: crypto: MEC172x crypto driver supporting hash
Implement zephyr crypto driver hash API's using calls to
MEC172x ROM hash API's. Hardware supports zephyr driver
hash modes: SHA-224, 256, 384, and 512. Driver supports
synchronous (blocking) mode at this time.

Signed-off-by: Manimaran A <manimaran.a@microchip.com>
2023-05-16 12:07:24 +02:00

13 lines
373 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 symmetic crypto (AES/Hash) driver.
Symmetric crypto provides a single hardware interface
to AES and hash engines.