diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-01 13:19:33 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-07 14:33:48 -0500 |
commit | 1edc21a78b84b174dd1d1213eb3671ce4f89ef18 (patch) | |
tree | 99784d09e353eabc7a18e32f3a7a6168dd2372c0 | |
parent | 8badd3363ed98fc3809c02ad57c8ed6bc283aa20 (diff) | |
download | u-boot-1edc21a78b84b174dd1d1213eb3671ce4f89ef18.tar.gz u-boot-1edc21a78b84b174dd1d1213eb3671ce4f89ef18.tar.bz2 u-boot-1edc21a78b84b174dd1d1213eb3671ce4f89ef18.zip |
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 <sjg@chromium.org>
-rw-r--r-- | drivers/fpga/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 2034d0ebd9..61490d6d8d 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 |