You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
342 B
11 lines
342 B
# 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.
|
|
|