From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Mon, 18 Jan 2016 14:17:43 +0530 Subject: [U-Boot] [PATCH 6/6] defconfig: dra72_evm: enable sata driver model In-Reply-To: <1453106863-18128-1-git-send-email-mugunthanvnm@ti.com> References: <1453106863-18128-1-git-send-email-mugunthanvnm@ti.com> Message-ID: <1453106863-18128-7-git-send-email-mugunthanvnm@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable sata driver model for dra72_evm as dwc_ahci supports driver model Signed-off-by: Mugunthan V N --- configs/dra72_evm_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.0.rc3