]> git.baikalelectronics.ru Git - uboot.git/commitdiff
fpga: Add a LATTICE option
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:32 +0000 (13:19 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:48 +0000 (14:33 -0500)
There is no Kconfig option for this code, but it seems to be useful. Add
one.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/fpga/Kconfig

index 4113de230cd966676e8c4a4accc51fd039cc952f..2034d0ebd9c8e0846f73c88772909ec80cd83da4 100644 (file)
@@ -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