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>
This commit is contained in:
parent
8badd3363e
commit
1edc21a78b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue