commit | 6ac8538b0bcbe749bb358b7d134026a510d741e3 | [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 | 329dd3244fd8ba44538b7f10caff220c1a91d16e [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>