zephyr/drivers/crypto/Kconfig.it51xxx
Yunshao Chiang 8f8b223ff2 drivers: crypto: add it51xxx sha256 driver
Implement a crypto sha256 driver for it51xxx series.

Signed-off-by: Yunshao Chiang <Yunshao.Chiang@ite.com.tw>
2025-05-16 19:07:37 +02:00

11 lines
342 B
Text

# Copyright (c) 2025 ITE Corporation.
# SPDX-License-Identifier: Apache-2.0
config CRYPTO_IT51XXX_SHA
bool "ITE IT51XXX SHA driver"
default y
depends on DT_HAS_ITE_IT51XXX_SHA_ENABLED
select SOC_IT51XXX_SHA256_HW_ACCELERATE
help
The IT51XXX hardware supports SHA-256 calculation, which is faster than
the firmware implementation.