summaryrefslogtreecommitdiff
path: root/arch/arm/configs/socfpga_defconfig
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2016-06-14 15:51:48 -0500
committerDinh Nguyen <dinguyen@opensource.altera.com>2016-06-20 11:01:00 -0500
commit2baf9e9ec0d2528c94f0af41ccc014f63bb3ca03 (patch)
treea69386adf2b7bdd844dddf5d10dbf2a32efbebe8 /arch/arm/configs/socfpga_defconfig
parent417adec309702ba88d64ffd4a852b261685a8090 (diff)
ARM: socfpga: enable PL330 DMA in socfpga_defconfig
Enable the PL330 DMA and DMATEST on SoCFPGA. make savedefconfig says CONFIG_FHANDLE is not needed in the defconfig, remove it. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> --- v2: Also enable DMATEST as a kernel module
Diffstat (limited to 'arch/arm/configs/socfpga_defconfig')
-rw-r--r--arch/arm/configs/socfpga_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig
index e37c18bd3e6a..9f84be5b3ac5 100644
--- a/arch/arm/configs/socfpga_defconfig
+++ b/arch/arm/configs/socfpga_defconfig
@@ -1,5 +1,4 @@
CONFIG_SYSVIPC=y
-CONFIG_FHANDLE=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
@@ -98,6 +97,9 @@ CONFIG_NOP_USB_XCEIV=y
CONFIG_USB_GADGET=y
CONFIG_MMC=y
CONFIG_MMC_DW=y
+CONFIG_DMADEVICES=y
+CONFIG_PL330_DMA=y
+CONFIG_DMATEST=m
CONFIG_FPGA=y
CONFIG_FPGA_MGR_SOCFPGA=y
CONFIG_EXT2_FS=y