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