diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2017-04-24 09:51:31 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-05-09 18:14:16 (GMT) |
commit | 02a4b4297901e5bc2d478fab5b3bbfac3d1adeac (patch) | |
tree | 3ad359f3f774f13adbbd307cccc30628a5bcefcf /drivers/block/Kconfig | |
parent | 33a5e2c5e7048136e242c08fd804136cdfda3501 (diff) | |
download | u-boot-fsl-qoriq-02a4b4297901e5bc2d478fab5b3bbfac3d1adeac.tar.xz |
drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device
Implement a sata driver for Synopsys DWC sata device based on
U-boot driver model.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 88e66e2..6cbe145 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -48,4 +48,14 @@ config SATA_CEVA ZynqMP. Support up to 2 external devices. Complient with SATA 3.1 and AHCI 1.3 specifications with hot-plug detect feature. + +config DWC_AHCI + bool "Enable Synopsys DWC AHCI driver support" + select SCSI_AHCI + select PHY + depends on DM_SCSI + help + Enable this driver to support Sata devices through + Synopsys DWC AHCI module. + endmenu |