mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-08 00:06:59 +02: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>
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
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
|