diff options
author | Preetham Ramchandra <pchandru@nvidia.com> | 2018-03-12 07:40:38 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-03-14 11:24:21 -0400 |
commit | 34d232eb2d0947f1a5430cbb193781e6562496ce (patch) | |
tree | 7877a92f693ae2c475579e0c83ab458ff5d1160c | |
parent | 294840feefb7fefb49a276544cbd29aac28e5e7d (diff) |
ata: change Tegra124 to Tegra
ahci_tegra driver now supports Tegra124, Tegra132 and Tegra210,
so change Tegra124 to Tegra.
Signed-off-by: Preetham Chandru R <pchandru@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r-- | drivers/ata/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index a7120d621154..26b79991ba29 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -211,10 +211,10 @@ config AHCI_SUNXI | |||
211 | If unsure, say N. | 211 | If unsure, say N. |
212 | 212 | ||
213 | config AHCI_TEGRA | 213 | config AHCI_TEGRA |
214 | tristate "NVIDIA Tegra124 AHCI SATA support" | 214 | tristate "NVIDIA Tegra AHCI SATA support" |
215 | depends on ARCH_TEGRA | 215 | depends on ARCH_TEGRA |
216 | help | 216 | help |
217 | This option enables support for the NVIDIA Tegra124 SoC's | 217 | This option enables support for the NVIDIA Tegra SoC's |
218 | onboard AHCI SATA. | 218 | onboard AHCI SATA. |
219 | 219 | ||
220 | If unsure, say N. | 220 | If unsure, say N. |