diff options
author | Mugunthan V N | 2016-02-15 15:31:42 +0530 |
---|---|---|
committer | Jagan Teki | 2016-02-23 16:14:46 +0530 |
commit | 4942ba23183a1746dc11077f234e768b4b588e42 (patch) | |
tree | 8483e34361fdf3ca1899ca6b7034c8f20aead644 /configs | |
parent | 1218e5c50701a533ada60e65c5b5f71944173478 (diff) |
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 <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am437x_sk_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig index 9eb41f93222..3e916db972e 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 |