diff mbox

[U-Boot,6/6] defconfig: dra72_evm: enable sata driver model

Message ID 1453106863-18128-7-git-send-email-mugunthanvnm@ti.com
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Jan. 18, 2016, 8:47 a.m. UTC
Enable sata driver model for dra72_evm as dwc_ahci supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 configs/dra72_evm_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Jan. 19, 2016, 6:11 p.m. UTC | #1
On Mon, Jan 18, 2016 at 02:17:43PM +0530, Mugunthan V N wrote:

> Enable sata driver model for dra72_evm as dwc_ahci supports
> driver model
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/configs/dra72_evm_defconfig b/configs/dra72_evm_defconfig
index b57ecca..b22438e 100644
--- a/configs/dra72_evm_defconfig
+++ b/configs/dra72_evm_defconfig
@@ -22,3 +22,5 @@  CONFIG_SYS_NS16550=y
 CONFIG_TI_QSPI=y
 CONFIG_DM_SPI=y
 CONFIG_DM_SPI_FLASH=y
+CONFIG_SATA=y
+CONFIG_DWC_AHCI=y