Skip to content

Commit 0c22287

Browse files
Vidya Sagarvinodkoul
authored andcommitted
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/[email protected]/ Signed-off-by: Vidya Sagar <[email protected]> Acked-by: Thierry Reding <[email protected]> Reviewed-by: Niklas Cassel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 80edd21 commit 0c22287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/tegra/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config PHY_TEGRA_XUSB
1313

1414
config PHY_TEGRA194_P2U
1515
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
1717
select GENERIC_PHY
1818
help
1919
Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x

0 commit comments

Comments
 (0)