From: Preetham Ramchandra Date: Mon, 12 Mar 2018 11:40:38 +0000 (+0530) Subject: ata: change Tegra124 to Tegra X-Git-Tag: Ubuntu-5.10.0-12.13~8151^2~6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=34d232eb2d0947f1a5430cbb193781e6562496ce;p=mirror_ubuntu-hirsute-kernel.git 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 Acked-by: Thierry Reding Signed-off-by: Tejun Heo --- 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 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.