diff options
| author | Jean-Jacques Hiblot <[email protected]> | 2017-04-24 11:51:31 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-05-09 12:14:16 -0600 |
| commit | 02a4b4297901e5bc2d478fab5b3bbfac3d1adeac (patch) | |
| tree | 3ad359f3f774f13adbbd307cccc30628a5bcefcf /drivers/block/Kconfig | |
| parent | 33a5e2c5e7048136e242c08fd804136cdfda3501 (diff) | |
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 <[email protected]>
Signed-off-by: Jean-Jacques Hiblot <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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 88e66e2377a..6cbe1454b83 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 |
