mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
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
|
||||
tristate
|
||||
default y if TI_CPSW=y
|
||||
depends on TI_CPSW || COMPILE_TEST
|
||||
default y if TI_CPSW=y || TI_CPSW_SWITCHDEV=y
|
||||
depends on TI_CPSW || TI_CPSW_SWITCHDEV || COMPILE_TEST
|
||||
select GENERIC_PHY
|
||||
select REGMAP
|
||||
default m
|
||||
|
Loading…
Reference in New Issue
Block a user