12 lines
342 B
Text
12 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.
|