Skip to content

Commit

Permalink
ANDROID: soc/tegra: disable ARCH_TEGRA_210_SOC with LTO
Browse files Browse the repository at this point in the history
Disable CONFIG_ARCH_TEGRA_210_SOC with LTO to work around an issue
with ThinLTO.

Bug: 145210207
Link: ClangBuiltLinux/linux#510
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Change-Id: I792b52370ff66749ee2783d4d54032ee013ca5aa
Signed-off-by: Diab Neiroukh <lazerl0rd@thezest.dev>
Signed-off-by: CloudedQuartz <ravenklawasd@gmail.com>
Signed-off-by: GeoPD <geoemmanuelpd2001@gmail.com>
Signed-off-by: Dmitrii <bankersenator@gmail.com>
  • Loading branch information
samitolvanen authored and KanishkTheDerp committed Jul 25, 2024
1 parent 42d1194 commit 3ec5ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/tegra/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ config ARCH_TEGRA_132_SOC
config ARCH_TEGRA_210_SOC
bool "NVIDIA Tegra210 SoC"
select PINCTRL_TEGRA210
depends on !LTO_CLANG
help
Enable support for the NVIDIA Tegra210 SoC. Also known as Tegra X1,
the Tegra210 has four Cortex-A57 cores paired with four Cortex-A53
Expand Down

0 comments on commit 3ec5ab4

Please sign in to comment.