From 8badd3363ed98fc3809c02ad57c8ed6bc283aa20 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:19:32 -0700 Subject: 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 --- drivers/fpga/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/fpga') diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 4113de230cd..2034d0ebd9c 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -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 -- cgit v1.2.3 From 1edc21a78b84b174dd1d1213eb3671ce4f89ef18 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:19:33 -0700 Subject: fpga: Add a FPGA_STRATIX_II option There is no Kconfig option for this code, but it seems to be useful. Add one. Signed-off-by: Simon Glass --- drivers/fpga/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/fpga') diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 2034d0ebd9c..61490d6d8de 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -21,6 +21,12 @@ config FPGA_SOCFPGA This provides common functionality for Gen5 and Arria10 devices. +config FPGA_STRATIX_II + bool "Enable Stratix II FPGA drivers" + depends on FPGA_ALTERA + help + Say Y here to enable the Altera Stratix II FPGA-specific driver. + config FPGA_STRATIX_V bool "Enable Stratix V FPGA drivers" depends on FPGA_ALTERA -- cgit v1.2.3