u-boot/drivers/crypto/Kconfig
Michal Simek 953d335d39 Kconfig: Add missing quotes around source file
All errors are generated by ./tools/qconfig.py -b -j8 -i whatever.
Error look like this:
drivers/crypto/Kconfig:9: warning: style: quotes recommended around
'drivers/crypto/nuvoton/Kconfig' in 'source drivers/crypto/nuvoton/Kconfig'

Signed-off-by: Michal Simek <michal.simek@amd.com>
2024-04-22 11:01:48 -06:00

11 lines
196 B
Text

menu "Hardware crypto devices"
source "drivers/crypto/hash/Kconfig"
source "drivers/crypto/fsl/Kconfig"
source "drivers/crypto/aspeed/Kconfig"
source "drivers/crypto/nuvoton/Kconfig"
endmenu