diff options
author | Vinod Koul <vkoul@kernel.org> | 2023-02-14 19:25:45 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-02-14 19:25:45 +0530 |
commit | 4315eab7054d15db50265ab249b7f87912b49902 (patch) | |
tree | 9ac1b0133574ca73910ac642e6be461e1a710882 /drivers/phy/ti | |
parent | 4ca651df07183e29cdad7272255e23aec0169a1b (diff) | |
parent | bc30c15f275484f9b9fe27c2fa0895f3022d9943 (diff) | |
download | linux-4315eab7054d15db50265ab249b7f87912b49902.tar.gz linux-4315eab7054d15db50265ab249b7f87912b49902.tar.bz2 linux-4315eab7054d15db50265ab249b7f87912b49902.zip |
Merge tag 'phy-fixes-6.2' into next
Merge fixes tag pulled into mainline by Linus into phy/next due to
dependency on amlogic patches
Diffstat (limited to 'drivers/phy/ti')
-rw-r--r-- | drivers/phy/ti/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig index 15a3bcf32308..b905902d5750 100644 --- a/drivers/phy/ti/Kconfig +++ b/drivers/phy/ti/Kconfig @@ -23,7 +23,7 @@ config PHY_DM816X_USB config PHY_AM654_SERDES tristate "TI AM654 SERDES support" - depends on OF && ARCH_K3 || COMPILE_TEST + depends on OF && (ARCH_K3 || COMPILE_TEST) depends on COMMON_CLK select GENERIC_PHY select MULTIPLEXER @@ -35,7 +35,7 @@ config PHY_AM654_SERDES config PHY_J721E_WIZ tristate "TI J721E WIZ (SERDES Wrapper) support" - depends on OF && ARCH_K3 || COMPILE_TEST + depends on OF && (ARCH_K3 || COMPILE_TEST) depends on HAS_IOMEM && OF_ADDRESS depends on COMMON_CLK select GENERIC_PHY |