Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: tegra: p2u: Broaden architecture dependency

Replace the ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC dependency with a
more generic ARCH_TEGRA check for the Tegra194 PIPE2UPHY PHY driver.
This allows the PHY driver to be built on all Tegra platforms instead
of being limited to specific SoCs.

Link: https://patchwork.kernel.org/project/linux-pci/patch/20250128044244.2766334-1-vidyas@nvidia.com/
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Link: https://lore.kernel.org/r/20250508052021.4135874-1-vidyas@nvidia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Vidya Sagar and committed by
Vinod Koul
0c222873 80edd21d

+1 -1
+1 -1
drivers/phy/tegra/Kconfig
··· 13 13 14 14 config PHY_TEGRA194_P2U 15 15 tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver" 16 - depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || COMPILE_TEST 16 + depends on ARCH_TEGRA || COMPILE_TEST 17 17 select GENERIC_PHY 18 18 help 19 19 Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x