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.
12 lines
374 B
12 lines
374 B
# 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 symmetric crypto (AES/Hash) driver. |
|
Symmetric crypto provides a single hardware interface |
|
to AES and hash engines.
|
|
|