aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorLoc Ho <lho@apm.com>2014-03-14 19:53:20 -0400
committerTejun Heo <tj@kernel.org>2014-03-17 15:54:40 -0400
commit81d01bfa51300d14191e0013856a7b25f809468f (patch)
treed3b9ea2f3e61289b7973ea8d8dc881a39a9768e2 /drivers/ata/Kconfig
parent1ccaead5f5a66162fafd1ce1e6282df04e181d0a (diff)
ata: Add APM X-Gene SoC AHCI SATA host controller driver
This patch adds support for the APM X-Gene SoC AHCI SATA host controller driver. It requires the corresponding APM X-Gene SoC PHY driver. This initial version only supports Gen3 speed. Signed-off-by: Loc Ho <lho@apm.com> Signed-off-by: Tuan Phan <tphan@apm.com> Signed-off-by: Suman Tripathi <stripathi@apm.com> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 0bec5ac14103..9f3e3269c09a 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -124,6 +124,13 @@ config AHCI_SUNXI
124 124
125 If unsure, say N. 125 If unsure, say N.
126 126
127config AHCI_XGENE
128 tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
129 depends on SATA_AHCI_PLATFORM && (ARM64 || COMPILE_TEST)
130 select PHY_XGENE
131 help
132 This option enables support for APM X-Gene SoC SATA host controller.
133
127config SATA_FSL 134config SATA_FSL
128 tristate "Freescale 3.0Gbps SATA support" 135 tristate "Freescale 3.0Gbps SATA support"
129 depends on FSL_SOC 136 depends on FSL_SOC