commit | c3f0ca135e8b803de8dafccb1809d553398c1f21 | [log] [tgz] |
---|---|---|
author | Ken Ma <make@marvell.com> | Fri May 25 15:49:26 2018 +0800 |
committer | Stefan Roese <sr@denx.de> | Tue May 29 08:33:05 2018 +0200 |
tree | be980f34a081fe65913dd5f73133bbdd4ac7bf0e | |
parent | b48339702d5a86659b4f4b9c3267d7bf3e5db49a [diff] |
ata: ahci_mvebu: add scsi support Mvebu AHCI is AHCI driver which uses SCSI under the hood. This patch adjusts AHCI setup to support SCSI by creating a SCSI device as a child. Since the functions of creating SCSI device need the kconfig option DM_SCSI, so let AHCI_MVEBU select DM_SCSI. Signed-off-by: Ken Ma <make@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Stefan Roese <sr@denx.de>