From: Siva Durga Prasad Paladugu Date: Tue, 14 Feb 2017 10:27:22 +0000 (+0530) Subject: cmd: Kconfig: Add config CMD_FPGA_LOAD_SECURE to Kconfig X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45cc1ce1db1a6b05afd065322c2380d33fba87e5;p=thirdparty%2Fu-boot.git cmd: Kconfig: Add config CMD_FPGA_LOAD_SECURE to Kconfig Add new config CMD_FPGA_LOAD_SECURE to Kconfig. This config enables the support for loading encrypted bitstreams. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 124cfedfffa..3dfb2ea9044 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -448,6 +448,12 @@ config CMD_FPGA help FPGA support. +config CMD_FPGA_LOAD_SECURE + bool "fpga loads" + help + Enables the fpga loade command which is used to load encrypted + bitstreams on to FPGA. + config CMD_REMOTEPROC bool "remoteproc" depends on REMOTEPROC