diff options
author | Olof Johansson <olof@lixom.net> | 2020-02-11 23:49:37 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-02-11 23:49:38 +0100 |
commit | d7a9c595118ad377b1c68524578271eb16f81a00 (patch) | |
tree | 86c9c9be50f148db3a9791b010eebe42f3a560f6 /arch | |
parent | Merge tag 'sunxi-config-for-5.6-2' of https://git.kernel.org/pub/scm/linux/ke... (diff) | |
parent | arm64: defconfig: Set bcm2835-dma as built-in (diff) | |
download | linux-d7a9c595118ad377b1c68524578271eb16f81a00.tar.xz linux-d7a9c595118ad377b1c68524578271eb16f81a00.zip |
Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains ARM64 defconfig changes for v5.6, please pull
the following:
- Nicolas enables the BCM2835 DMA engine controller as built-in since
the bcm2835 SD host controller depends on the DMA engine to be
available.
* tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broadcom/stblinux:
arm64: defconfig: Set bcm2835-dma as built-in
Link: https://lore.kernel.org/r/20200210145621.22599-1-f.fainelli@gmail.com
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4631a1190719..905109f6814f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -683,7 +683,7 @@ CONFIG_RTC_DRV_SNVS=m CONFIG_RTC_DRV_IMX_SC=m CONFIG_RTC_DRV_XGENE=y CONFIG_DMADEVICES=y -CONFIG_DMA_BCM2835=m +CONFIG_DMA_BCM2835=y CONFIG_DMA_SUN6I=m CONFIG_FSL_EDMA=y CONFIG_IMX_SDMA=y |