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.
19 lines
417 B
19 lines
417 B
menu "Hardware crypto devices"
|
|
|
|
config DM_CRYPTO
|
|
bool "Enable Driver Model for CRYPTO drivers (UCLASS_CRYPTO)"
|
|
depends on DM
|
|
---help---
|
|
This config enables the dm crypto support.
|
|
|
|
config SPL_DM_CRYPTO
|
|
bool "Enable Driver Model for CRYPTO drivers in spl"
|
|
depends on SPL_DM
|
|
---help---
|
|
This config enables the dm crypto support.
|
|
|
|
source drivers/crypto/fsl/Kconfig
|
|
source drivers/crypto/rockchip/Kconfig
|
|
|
|
endmenu
|