summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-05 16:26:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-07 12:19:45 +0100
commit358ba37082ee094f89abaab63c1272fc50ac1f9f (patch)
treeea796edc5bff6c33d336e2b516563176052049aa /drivers/ata/Kconfig
parent9dfc9a8e752fe511fe2e844f522c8a5b059bedef (diff)
downloadbarebox-358ba37082ee094f89abaab63c1272fc50ac1f9f.tar.gz
barebox-358ba37082ee094f89abaab63c1272fc50ac1f9f.tar.xz
ata: Add ahci support
This adds ahci controller support based on U-Boot ahci support. Unlike U-Boot we do not push the SCSI layer in between, but use the ata interface directly. Tested on a Freescale i.MX53. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index c66f13de9f..3eca3902bc 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -33,6 +33,11 @@ config DISK_ATA
help
Support for native ATA/IDE drives
+config DISK_AHCI
+ bool "AHCI support"
+ select DISK_ATA
+ select DISK_DRIVE
+
comment "interface types"
config DISK_INTF_PLATFORM_IDE