summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni2014-04-15 17:00:03 +0200
committerTejun Heo2014-05-04 21:28:59 +0200
commita3464ed2f14d19ba923930f7c0c284499d64eb5b (patch)
tree6d9632d2ba95262876cc25bf762fe0d8f26fc9cb /drivers/ata/Kconfig
parentDocumentation: dt-bindings: reformat and order list of ahci-platform compatibles (diff)
downloadkernel-qcow2-linux-a3464ed2f14d19ba923930f7c0c284499d64eb5b.tar.gz
kernel-qcow2-linux-a3464ed2f14d19ba923930f7c0c284499d64eb5b.tar.xz
kernel-qcow2-linux-a3464ed2f14d19ba923930f7c0c284499d64eb5b.zip
ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces
The Marvell Armada 380 SoC includes two AHCI compatible interfaces. However, like all DMA-capable Marvell interface, they require special handling to configure MBus windows. Therefore, this commit adds a new ahci_mvebu driver, which relies on the libahci_platform.c code recently introduced. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 20e03a7eb8b4..58d04cb31cec 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -123,6 +123,15 @@ config AHCI_IMX
If unsure, say N.
+config AHCI_MVEBU
+ tristate "Marvell EBU AHCI SATA support"
+ depends on ARCH_MVEBU
+ help
+ This option enables support for the Marvebu EBU SoC's
+ onboard AHCI SATA.
+
+ If unsure, say N.
+
config AHCI_SUNXI
tristate "Allwinner sunxi AHCI SATA support"
depends on ARCH_SUNXI