Skip to content

Commit f166795

Browse files
Nicolas Saenz Julienneffainelli
authored andcommitted
arm64: defconfig: Set bcm2835-dma as built-in
With the introduction of 738987a ("mmc: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()") sdhost-bcm2835 now waits for its DMA channel to be available when defined in the device-tree (it would previously default to PIO). Albeit the right behaviour, the MMC host is needed for booting. So this makes sure the DMA channel shows up in time. Fixes: 738987a ("mmc: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()") Signed-off-by: Nicolas Saenz Julienne <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
1 parent bb6d3fb commit f166795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ CONFIG_RTC_DRV_SNVS=m
681681
CONFIG_RTC_DRV_IMX_SC=m
682682
CONFIG_RTC_DRV_XGENE=y
683683
CONFIG_DMADEVICES=y
684-
CONFIG_DMA_BCM2835=m
684+
CONFIG_DMA_BCM2835=y
685685
CONFIG_DMA_SUN6I=m
686686
CONFIG_FSL_EDMA=y
687687
CONFIG_IMX_SDMA=y

0 commit comments

Comments
 (0)