From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 22:22:05 -0600 Subject: [U-Boot] [PATCH 7/7] defconfig: dra7xx_evm: enable CONFIG_BLK and disk driver model for SCSI In-Reply-To: <1490358287-15304-8-git-send-email-jjhiblot@ti.com> References: <1490358287-15304-1-git-send-email-jjhiblot@ti.com> <1490358287-15304-8-git-send-email-jjhiblot@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 24 March 2017 at 06:24, Jean-Jacques Hiblot wrote: > Enable disk driver model for dra7xx_evm as dwc_ahci supports > driver model. As a consequence we must also enable CONFIG_BLK and > CONFIG_DM_USB. > > Signed-off-by: Mugunthan V N > Signed-off-by: Jean-Jacques Hiblot > --- > configs/dra7xx_evm_defconfig | 4 ++++ > configs/dra7xx_hs_evm_defconfig | 4 ++++ > 2 files changed, 8 insertions(+) Reviewed-by: Simon Glass