Skip to content

Commit 3d811a4

Browse files
larsclausenvinodkoul
authored andcommitted
phy: tegra194: p2u: Allow to enable driver on Tegra234
Commit de60266 ("phy: tegra: Add PCIe PIPE2UPHY support for Tegra234") add support for Tegra234 to the tegra194-p2u PHY driver. But the driver is currently not selectable when Tegra234 SoC support is enabled. Update the Kconfig entry to allow the driver to be built when support the Tegra234 SoC is enabled. Signed-off-by: Lars-Peter Clausen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 21364b0 commit 3d811a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/phy/tegra/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ config PHY_TEGRA_XUSB
1313

1414
config PHY_TEGRA194_P2U
1515
tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
16-
depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
16+
depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || COMPILE_TEST
1717
select GENERIC_PHY
1818
help
19-
Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
19+
Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x
20+
and 234 SOCs.

0 commit comments

Comments
 (0)