Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1708164
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 6/6] arm64: defconfig: enable DMA driver for hi3660 |
| Date | 2017-08-10 04:40 +0200 |
| Message-ID | <ucLy9-7Ry-15@gated-at.bofh.it> (permalink) |
| References | <ucLy9-7Ry-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Wang Ruyi <wangruyi@huawei.com> enable DMA driver for hi3660. Signed-off-by: Wang Ruyi <wangruyi@huawei.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 81008e1..ab085d0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -457,6 +457,7 @@ CONFIG_RTC_DRV_TEGRA=y CONFIG_RTC_DRV_XGENE=y CONFIG_DMADEVICES=y CONFIG_DMA_BCM2835=m +CONFIG_K3_DMA=y CONFIG_MV_XOR_V2=y CONFIG_PL330_DMA=y CONFIG_TEGRA20_APB_DMA=y -- 2.10.2
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] arm64: defconfig: enable configs for HiKey960 Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 6/6] arm64: defconfig: enable DMA driver for hi3660 Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 4/6] arm64: defconfig: enable support for serial port connected device Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 2/6] arm64: defconfig: enable support hi6421v530 PMIC Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 3/6] arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200
csiph-web