]> git.sur5r.net Git - u-boot/commit
ata: ahci_mvebu: add scsi support
authorKen Ma <make@marvell.com>
Fri, 25 May 2018 07:49:26 +0000 (15:49 +0800)
committerStefan Roese <sr@denx.de>
Tue, 29 May 2018 06:33:05 +0000 (08:33 +0200)
commit6ac8538b0bcbe749bb358b7d134026a510d741e3
treebe980f34a081fe65913dd5f73133bbdd4ac7bf0e
parent329dd3244fd8ba44538b7f10caff220c1a91d16e
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>
drivers/ata/Kconfig
drivers/ata/ahci_mvebu.c