diff options
author | Olof Johansson <olof@lixom.net> | 2015-10-22 19:10:28 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-22 19:10:28 +0200 |
commit | b52d2320276cfeb8e8eccdc1b87a3c078da255cf (patch) | |
tree | 817fc5300de9f0c83ed38f627b08d4a06d7939c6 /arch/arm | |
parent | Merge tag 'renesas-defconfig2-for-v4.4' of git://git.kernel.org/pub/scm/linux... (diff) | |
parent | ARM: socfpga_defconfig: enable fpga manager (diff) | |
download | linux-b52d2320276cfeb8e8eccdc1b87a3c078da255cf.tar.xz linux-b52d2320276cfeb8e8eccdc1b87a3c078da255cf.zip |
Merge tag 'socfpga_defconfig_for_v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/defconfig
SoCFPGA defconfig update for v4.4
- Add the FPGA manager config option
* tag 'socfpga_defconfig_for_v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
ARM: socfpga_defconfig: enable fpga manager
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/socfpga_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index a2956c3112f1..8128b93ed72c 100644 --- a/arch/arm/configs/socfpga_defconfig +++ b/arch/arm/configs/socfpga_defconfig @@ -86,6 +86,8 @@ CONFIG_USB_DWC2=y CONFIG_USB_DWC2_HOST=y CONFIG_MMC=y CONFIG_MMC_DW=y +CONFIG_FPGA=y +CONFIG_FPGA_MGR_SOCFPGA=y CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y |