From 45cc1ce1db1a6b05afd065322c2380d33fba87e5 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Tue, 14 Feb 2017 15:57:22 +0530 Subject: [PATCH] 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 --- cmd/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.3