diff options
Diffstat (limited to 'roms/u-boot/drivers/crypto/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/crypto/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/crypto/Kconfig b/roms/u-boot/drivers/crypto/Kconfig new file mode 100644 index 000000000..1ea116be7 --- /dev/null +++ b/roms/u-boot/drivers/crypto/Kconfig @@ -0,0 +1,5 @@ +menu "Hardware crypto devices" + +source drivers/crypto/fsl/Kconfig + +endmenu |