phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driver
Add dependency from TI_CPSW_SWITCHDEV. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
111cf1ab4d
commit
da84e50c8e
|
@ -90,8 +90,8 @@ config TWL4030_USB
|
||||||
|
|
||||||
config PHY_TI_GMII_SEL
|
config PHY_TI_GMII_SEL
|
||||||
tristate
|
tristate
|
||||||
default y if TI_CPSW=y
|
default y if TI_CPSW=y || TI_CPSW_SWITCHDEV=y
|
||||||
depends on TI_CPSW || COMPILE_TEST
|
depends on TI_CPSW || TI_CPSW_SWITCHDEV || COMPILE_TEST
|
||||||
select GENERIC_PHY
|
select GENERIC_PHY
|
||||||
select REGMAP
|
select REGMAP
|
||||||
default m
|
default m
|
||||||
|
|
Loading…
Reference in New Issue