From: Mugunthan V N Date: Mon, 15 Feb 2016 10:01:42 +0000 (+0530) Subject: defconfig: am437x_sk_evm: enable dma driver model X-Git-Tag: v2016.03-rc3~57^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4942ba23183a1746dc11077f234e768b4b588e42;p=u-boot defconfig: am437x_sk_evm: enable dma driver model enable dma driver model for am437x_sk_evm as ti-edma3 supports driver model Signed-off-by: Mugunthan V N Reviewed-by: Simon Glass Reviewed-by: Jagan Teki --- diff --git a/configs/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig index 9eb41f9322..3e916db972 100644 --- a/configs/am437x_sk_evm_defconfig +++ b/configs/am437x_sk_evm_defconfig @@ -23,3 +23,4 @@ CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_TIMER=y CONFIG_OMAP_TIMER=y +CONFIG_DMA=y