Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1453352

[PATCH v7 08/16] ARM: multi_v7_defconfig: Enable STi FDMA driver

From Peter Griffin <peter.griffin@linaro.org>
Newsgroups linux.kernel
Subject [PATCH v7 08/16] ARM: multi_v7_defconfig: Enable STi FDMA driver
Date 2016-08-01 19:20 +0200
Message-ID <s1p2G-MQ-25@gated-at.bofh.it> (permalink)
References <s1p2F-MQ-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This DMA controller is found on all STi chipsets.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 3ac30f0..541c914 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -747,6 +747,7 @@ CONFIG_DMA_OMAP=y
 CONFIG_QCOM_BAM_DMA=y
 CONFIG_XILINX_VDMA=y
 CONFIG_DMA_SUN6I=y
+CONFIG_ST_FDMA=m
 CONFIG_STAGING=y
 CONFIG_SENSORS_ISL29018=y
 CONFIG_SENSORS_ISL29028=y
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v7 00/16] Add support for FDMA DMA controller and slim core rproc found on STi chipsets Peter Griffin <peter.griffin@linaro.org> - 2016-08-01 19:20 +0200
  [PATCH v7 08/16] ARM: multi_v7_defconfig: Enable STi FDMA driver Peter Griffin <peter.griffin@linaro.org> - 2016-08-01 19:20 +0200
  [PATCH v7 10/16] ARM: DT: STiH407: Add i2s_out pinctrl configuration Peter Griffin <peter.griffin@linaro.org> - 2016-08-01 19:20 +0200
  [PATCH v7 06/16] ARM: STi: DT: STiH407: Add FDMA driver dt nodes. Peter Griffin <peter.griffin@linaro.org> - 2016-08-01 19:40 +0200
  [PATCH v7 07/16] MAINTAINERS: Add FDMA driver files to STi section. Peter Griffin <peter.griffin@linaro.org> - 2016-08-01 19:50 +0200
  [PATCH v7 12/16] ARM: DT: STiH407: Add spdif_out pinctrl config Peter Griffin <peter.griffin@linaro.org> - 2016-08-01 19:50 +0200
  [PATCH v7 01/16] remoteproc: st_slim_rproc: add a slimcore rproc driver Peter Griffin <peter.griffin@linaro.org> - 2016-08-01 19:50 +0200
    Re: [PATCH v7 01/16] remoteproc: st_slim_rproc: add a slimcore rproc  driver Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-08-10 21:30 +0200
  [PATCH v7 03/16] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Peter Griffin <peter.griffin@linaro.org> - 2016-08-01 21:10 +0200

csiph-web