Implement a crypto sha256 driver for it51xxx series. Signed-off-by: Yunshao Chiang <Yunshao.Chiang@ite.com.tw>
11 lines
342 B
Text
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.
|