diff options
author | Tien Fong Chee | 2017-07-26 13:05:40 +0800 |
---|---|---|
committer | Marek Vasut | 2017-07-26 10:31:44 +0200 |
commit | fa23ba1aa5ba57ea36a8dec55219a1d4dcbab30a (patch) | |
tree | 82dc438c854380f5832ea81137398c21d20b1509 /include/configs | |
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 'include/configs')
-rw-r--r-- | include/configs/socfpga_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 7e63b558296..69da618d9ef 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -105,9 +105,6 @@ */ #ifdef CONFIG_TARGET_SOCFPGA_GEN5 #ifdef CONFIG_CMD_FPGA -#define CONFIG_FPGA -#define CONFIG_FPGA_ALTERA -#define CONFIG_FPGA_SOCFPGA #define CONFIG_FPGA_COUNT 1 #endif #endif |