aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorSoeren Moch <smoch@web.de>2019-03-01 13:10:59 +0100
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:09 +0200
commit046a69b84808ed86a59bb32a970da912c1e78c94 (patch)
tree9c57523c2937769f10eb1768fffdd362ea73a256 /drivers/ata/Kconfig
parentd5326dfa7a757794c5a4865fba6b899e280a022b (diff)
downloadu-boot-046a69b84808ed86a59bb32a970da912c1e78c94.zip
u-boot-046a69b84808ed86a59bb32a970da912c1e78c94.tar.gz
u-boot-046a69b84808ed86a59bb32a970da912c1e78c94.tar.bz2
ata: dwc_ahsata: Add ahci driver model support
Disable this support for cm_fx6 to avoid breakage. Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 7ebee75..593e9cb 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -66,6 +66,14 @@ config DWC_AHSATA
Enable this driver to support the DWC AHSATA SATA controller found
in i.MX5 and i.MX6 SoCs.
+config DWC_AHSATA_AHCI
+ bool "Enable DWC AHSATA AHCI driver support"
+ depends on DWC_AHSATA
+ depends on AHCI
+ default y
+ help
+ Enable this option unless you need your private ahci implementation
+
config FSL_SATA
bool "Enable Freescale SATA controller driver support"
select LIBATA