diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2014-07-18 10:12:30 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-07-18 17:52:33 -0400 |
commit | ccfde50810ae916564765a2f8ee6d7163b025594 (patch) | |
tree | 4bece12013ff61e9ab9f547ac7cbdeacc79b49b7 /drivers/ata/Kconfig | |
parent | 0e38699387fd2fd433618bb67612f3aae676fbae (diff) |
ata: Add support for the Tegra124 SATA controller
This adds support for the integrated AHCI-compliant Serial ATA
controller present on the NVIDIA Tegra124 system-on-chip.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 7671dbac6015..e65d400efd44 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -141,6 +141,15 @@ config AHCI_SUNXI If unsure, say N. +config AHCI_TEGRA + tristate "NVIDIA Tegra124 AHCI SATA support" + depends on ARCH_TEGRA + help + This option enables support for the NVIDIA Tegra124 SoC's + onboard AHCI SATA. + + If unsure, say N. + config AHCI_XGENE tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support" depends on PHY_XGENE |