]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
fpga: Add a FPGA_STRATIX_II option
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:33 +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 2034d0ebd9c8e0846f73c88772909ec80cd83da4..61490d6d8de845616657c01260b20922626a13ea 100644 (file)
@@ -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