]> git.ipfire.org Git - thirdparty/linux.git/commit
soc/tegra: Make ARCH_TEGRA_SOC_FOO defaults for NVIDIA Tegra
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Tue, 17 Feb 2026 09:16:36 +0000 (10:16 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 25 Mar 2026 09:46:52 +0000 (10:46 +0100)
commitece67f475887f77a889ce2ad27a49d12e69aa6be
treee972d352145e72d24546ba9da420d87d11f87155
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
soc/tegra: Make ARCH_TEGRA_SOC_FOO defaults for NVIDIA Tegra

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.

Platforms wanting different granularity, e.g. due to size constraints on
their devices, should be sure that globally only one ARCH_PLATFORM is
selected in defconfig.  Change Tegra per-SoC Kconfig entries to default
to ARCH_TEGRA allowing removal of these per-SoC parts from defconfigs.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Linus Walleij <linusw@kernel.org>
[treding@nvidia.com: Fix ARCH_PLATFORM typo, correct spelling]
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/Kconfig