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 /configs/socfpga_de10_nano_defconfig | |
parent | c2caaee73e266ba3b6cef6c8bda348d8994fcebf (diff) | |
download | u-boot-fa23ba1aa5ba57ea36a8dec55219a1d4dcbab30a.tar.gz u-boot-fa23ba1aa5ba57ea36a8dec55219a1d4dcbab30a.tar.xz u-boot-fa23ba1aa5ba57ea36a8dec55219a1d4dcbab30a.zip |
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 'configs/socfpga_de10_nano_defconfig')
-rw-r--r-- | configs/socfpga_de10_nano_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_de10_nano_defconfig b/configs/socfpga_de10_nano_defconfig index 547eb3f4e9..2e7a6339fb 100644 --- a/configs/socfpga_de10_nano_defconfig +++ b/configs/socfpga_de10_nano_defconfig @@ -38,6 +38,7 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_SPL_DM=y CONFIG_DFU_MMC=y +CONFIG_FPGA_SOCFPGA=y CONFIG_DM_GPIO=y CONFIG_DWAPB_GPIO=y CONFIG_SYS_I2C_DW=y |