[PATCH 0/3] arm64: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra

From: Krzysztof Kozlowski

Date: Tue Feb 17 2026 - 04:16:57 EST


Renesas was fixed (thanks folks!), so let's fix this one myself.

By convention, only one globally selectable ARCH_PLATFORM is expected
for given SoC platform, defined in arch/arm64/Kconfig.platforms or
arch/arm/mach-*/Kconfig, because we target a single multi-platform
kernel image.

Dependency
==========
Further (2 and 3) patches depend on the first one, so should be taken
via one branch or some cross-branch-merges.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (3):
soc: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra
ARM: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC
arm64: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC

arch/arm/configs/multi_v7_defconfig | 4 ----
arch/arm/configs/tegra_defconfig | 4 ----
arch/arm64/configs/defconfig | 7 -------
drivers/soc/tegra/Kconfig | 11 +++++++++++
4 files changed, 11 insertions(+), 15 deletions(-)
---
base-commit: 350adaf7fde9fdbd9aeed6d442a9ae90c6a3ab97
change-id: 20260217-soc-tegra-arch-kconfig-f1df38427b95

Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>