X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Kconfig;h=6112a7778e1130d1a3c8f4f2e8625d558a51c549;hb=aab7e80d5fbc3aeb5feddae88c9cbb649d23345a;hp=9af31e3e77a2e36e7b0cd72384b6d4081c132a54;hpb=307367eaffc8638e10ba1784fc66bfe623ae79e2;p=u-boot diff --git a/Kconfig b/Kconfig index 9af31e3e77..6112a7778e 100644 --- a/Kconfig +++ b/Kconfig @@ -118,6 +118,7 @@ config FIT_VERBOSE config FIT_SIGNATURE bool "Enable signature verification of FIT uImages" depends on FIT + depends on DM select RSA help This option enables signature verification of FIT uImages, @@ -165,3 +166,5 @@ source "drivers/Kconfig" source "fs/Kconfig" source "lib/Kconfig" + +source "test/Kconfig"