mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00

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>
11 lines
196 B
Text
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
|