diff options
author | Tien Fong Chee <tien.fong.chee@intel.com> | 2017-07-26 13:05:40 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-07-26 10:31:44 +0200 |
commit | fa23ba1aa5ba57ea36a8dec55219a1d4dcbab30a (patch) | |
tree | 82dc438c854380f5832ea81137398c21d20b1509 /drivers/fpga/Kconfig | |
parent | c2caaee73e266ba3b6cef6c8bda348d8994fcebf (diff) |
kconfig: Convert FPGA_SOCFPGA configuration to Kconfig
This converts the following to Kconfig:
CONFIG_FPGA_SOCFPGA
Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'drivers/fpga/Kconfig')
-rw-r--r-- | drivers/fpga/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index a760944306..6b2c866319 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -13,6 +13,14 @@ config FPGA_ALTERA Enable Altera FPGA specific functions which includes bitstream (in BIT format), fpga and device validation. +config FPGA_SOCFPGA + bool "Enable Gen5 and Arria10 common FPGA drivers" + select FPGA_ALTERA + help + Say Y here to enable the Gen5 and Arria10 common FPGA driver + + This provides common functionality for Gen5 and Arria10 devices. + config FPGA_CYCLON2 bool "Enable Altera FPGA driver for Cyclone II" depends on FPGA_ALTERA |