]> www.infradead.org Git - users/willy/xarray.git/commitdiff
phy: tegra194: p2u: Allow to enable driver on Tegra234
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 1 Dec 2024 00:25:19 +0000 (16:25 -0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 4 Dec 2024 13:45:48 +0000 (19:15 +0530)
Commit de6026682569 ("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 <lars@metafoo.de>
Link: https://lore.kernel.org/r/20241201002519.3468-1-lars@metafoo.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/tegra/Kconfig

index c591c958f1ebc56ec33dd9c01f51a656f9866e7a..f30cfb42b21033dc84e01ebca3957150fcb054ad 100644 (file)
@@ -13,7 +13,8 @@ config PHY_TEGRA_XUSB
 
 config PHY_TEGRA194_P2U
        tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
-       depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
+       depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || COMPILE_TEST
        select GENERIC_PHY
        help
-         Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
+         Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x
+         and 234 SOCs.