mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
fpga: Add a LATTICE option
There is no Kconfig option for this code, but it seems to be useful. Add one. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -54,6 +54,12 @@ config FPGA_INTEL_SDM_MAILBOX
|
||||
Enable FPGA driver for writing full bitstream into Intel FPGA
|
||||
devices through SDM (Secure Device Manager) Mailbox.
|
||||
|
||||
config FPGA_LATTICE
|
||||
bool "Enable Lattice FPGA driver"
|
||||
help
|
||||
This is used for the lattice FPGAs. Please check the source code as
|
||||
there is no documentation for this at present.
|
||||
|
||||
config FPGA_XILINX
|
||||
bool "Enable Xilinx FPGA drivers"
|
||||
select FPGA
|
||||
|
||||
Reference in New Issue
Block a user