diff options
author | Tien Fong Chee <tien.fong.chee@intel.com> | 2017-07-26 13:05:39 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-07-26 10:31:44 +0200 |
commit | c2caaee73e266ba3b6cef6c8bda348d8994fcebf (patch) | |
tree | d86ce688b66b2ff2a67cf6f7e8ba353a89f5ea1e /configs | |
parent | 6867e19a439264c80354cdd297f68fa22a98c632 (diff) | |
download | u-boot-c2caaee73e266ba3b6cef6c8bda348d8994fcebf.zip u-boot-c2caaee73e266ba3b6cef6c8bda348d8994fcebf.tar.gz u-boot-c2caaee73e266ba3b6cef6c8bda348d8994fcebf.tar.bz2 |
kconfig: Convert FPGA and FPGA_ALTERA configuration to Kconfig
This converts the following to Kconfig:
CONFIG_FPGA
CONFIG_FPGA_ALTERA
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')
-rw-r--r-- | configs/astro_mcf5373l_defconfig | 1 | ||||
-rw-r--r-- | configs/theadorable_debug_defconfig | 1 | ||||
-rw-r--r-- | configs/theadorable_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/astro_mcf5373l_defconfig b/configs/astro_mcf5373l_defconfig index 888bb33..add26ef 100644 --- a/configs/astro_mcf5373l_defconfig +++ b/configs/astro_mcf5373l_defconfig @@ -12,4 +12,5 @@ CONFIG_CMD_FPGA_LOADMK=y CONFIG_CMD_CACHE=y CONFIG_CMD_DATE=y CONFIG_CMD_JFFS2=y +CONFIG_FPGA_ALTERA=y CONFIG_MTD_NOR_FLASH=y diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig index ada88e7..4d07929 100644 --- a/configs/theadorable_debug_defconfig +++ b/configs/theadorable_debug_defconfig @@ -44,6 +44,7 @@ CONFIG_EFI_PARTITION=y # CONFIG_SPL_PARTITION_UUIDS is not set CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y +CONFIG_FPGA_ALTERA=y CONFIG_DM_GPIO=y # CONFIG_MMC is not set CONFIG_SPI_FLASH=y diff --git a/configs/theadorable_defconfig b/configs/theadorable_defconfig index a9b5fab..d89d860 100644 --- a/configs/theadorable_defconfig +++ b/configs/theadorable_defconfig @@ -38,6 +38,7 @@ CONFIG_EFI_PARTITION=y # CONFIG_PARTITION_UUIDS is not set # CONFIG_SPL_PARTITION_UUIDS is not set CONFIG_SPL_OF_TRANSLATE=y +CONFIG_FPGA_ALTERA=y CONFIG_DM_GPIO=y # CONFIG_MMC is not set CONFIG_SPI_FLASH=y |