···133133 help134134 Enable support for the NVIDIA Tegra234 SoC.135135136136+config ARCH_TEGRA_241_SOC137137+ bool "NVIDIA Tegra241 SoC"138138+ help139139+ Enable support for the NVIDIA Tegra241 SoC.140140+136141endif137142endif138143
···6464 switch (tegra_get_chip_id()) {6565 case TEGRA194:6666 case TEGRA234:6767+ case TEGRA241:6768 case TEGRA264:6869 if (tegra_get_platform() == 0)6970 return true;