We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b929c0 commit 7124c93Copy full SHA for 7124c93
drivers/phy/ti/Kconfig
@@ -23,7 +23,7 @@ config PHY_DM816X_USB
23
24
config PHY_AM654_SERDES
25
tristate "TI AM654 SERDES support"
26
- depends on OF && ARCH_K3 || COMPILE_TEST
+ depends on OF && (ARCH_K3 || COMPILE_TEST)
27
depends on COMMON_CLK
28
select GENERIC_PHY
29
select MULTIPLEXER
@@ -35,7 +35,7 @@ config PHY_AM654_SERDES
35
36
config PHY_J721E_WIZ
37
tristate "TI J721E WIZ (SERDES Wrapper) support"
38
39
depends on HAS_IOMEM && OF_ADDRESS
40
41
0 commit comments