mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig
This converts the following to Kconfig: CONFIG_CMD_FPGA_LOADBP CONFIG_CMD_FPGA_LOADFS CONFIG_CMD_FPGA_LOADMK CONFIG_CMD_FPGA_LOADP Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
26
cmd/Kconfig
26
cmd/Kconfig
@@ -593,6 +593,32 @@ config CMD_FPGA
|
||||
help
|
||||
FPGA support.
|
||||
|
||||
config CMD_FPGA_LOADBP
|
||||
bool "fpga loadbp - load partial bitstream (Xilinx only)"
|
||||
depends on CMD_FPGA
|
||||
help
|
||||
Supports loading an FPGA device from a bitstream buffer containing
|
||||
a partial bitstream.
|
||||
|
||||
config CMD_FPGA_LOADFS
|
||||
bool "fpga loadfs - load bitstream from FAT filesystem (Xilinx only)"
|
||||
depends on CMD_FPGA
|
||||
help
|
||||
Supports loading an FPGA device from a FAT filesystem.
|
||||
|
||||
config CMD_FPGA_LOADMK
|
||||
bool "fpga loadmk - load bitstream from image"
|
||||
depends on CMD_FPGA
|
||||
help
|
||||
Supports loading an FPGA device from a image generated by mkimage.
|
||||
|
||||
config CMD_FPGA_LOADP
|
||||
bool "fpga loadp - load partial bitstream"
|
||||
depends on CMD_FPGA
|
||||
help
|
||||
Supports loading an FPGA device from a bitstream buffer containing
|
||||
a partial bitstream.
|
||||
|
||||
config CMD_FPGAD
|
||||
bool "fpgad - dump FPGA registers"
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user