ata: change Tegra124 to Tegra
authorPreetham Ramchandra <pchandru@nvidia.com>
Mon, 12 Mar 2018 11:40:38 +0000 (17:10 +0530)
committerTejun Heo <tj@kernel.org>
Wed, 14 Mar 2018 15:24:21 +0000 (08:24 -0700)
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>
drivers/ata/Kconfig

index a7120d6..26b7999 100644 (file)
@@ -211,10 +211,10 @@ config AHCI_SUNXI
          If unsure, say N.
 
 config AHCI_TEGRA
-       tristate "NVIDIA Tegra124 AHCI SATA support"
+       tristate "NVIDIA Tegra AHCI SATA support"
        depends on ARCH_TEGRA
        help
-         This option enables support for the NVIDIA Tegra124 SoC's
+         This option enables support for the NVIDIA Tegra SoC's
          onboard AHCI SATA.
 
          If unsure, say N.