diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2016-10-18 10:39:15 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-10-18 20:12:06 +0530 |
commit | 5cb7b365d3634e1432deeae9e7ed53d87a8eb995 (patch) | |
tree | 4cdd8223341af500a4c836ae08e631d2b2e645a5 /arch/arm/configs/multi_v7_defconfig | |
parent | 4ba975a8965adb58ebe2f5395ba5c950239fc19e (diff) | |
download | op-kernel-dev-5cb7b365d3634e1432deeae9e7ed53d87a8eb995.zip op-kernel-dev-5cb7b365d3634e1432deeae9e7ed53d87a8eb995.tar.gz |
ARM: multi_v7_defconfig: Enable STi FDMA driver
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>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 0a06af9..ce9ab5a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -790,6 +790,7 @@ CONFIG_DMA_OMAP=y CONFIG_QCOM_BAM_DMA=y CONFIG_XILINX_DMA=y CONFIG_DMA_SUN6I=y +CONFIG_ST_FDMA=m CONFIG_STAGING=y CONFIG_SENSORS_ISL29018=y CONFIG_SENSORS_ISL29028=y |