diff mbox

[U-Boot,v2,6/7] defconfig: dra74_evm: enable disk driver model

Message ID 1454500780-20751-7-git-send-email-mugunthanvnm@ti.com
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Mugunthan V N Feb. 3, 2016, 11:59 a.m. UTC
Enable disk driver model for dra74_evm as dwc_ahci supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
---
 configs/dra74_evm_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Feb. 16, 2016, 4:01 p.m. UTC | #1
On 3 February 2016 at 04:59, Mugunthan V N <mugunthanvnm@ti.com> wrote:
> Enable disk driver model for dra74_evm as dwc_ahci supports
> driver model
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> ---
>  configs/dra74_evm_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig
index 9946261..263527c 100644
--- a/configs/dra74_evm_defconfig
+++ b/configs/dra74_evm_defconfig
@@ -23,3 +23,5 @@  CONFIG_DM_SPI=y
 CONFIG_DM_SPI_FLASH=y
 CONFIG_TIMER=y
 CONFIG_OMAP_TIMER=y
+CONFIG_DISK=y
+CONFIG_DWC_AHCI=y