drivers: net: ethernet: cpsw: Add SOC dependency support for cpsw dependent modules
cpsw is dependent on davinci_cpdma and davinci_mdio, so adding SOC support for dependent modules Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e51f6ff396
commit
f07454fe2d
|
@ -32,7 +32,7 @@ config TI_DAVINCI_EMAC
|
||||||
|
|
||||||
config TI_DAVINCI_MDIO
|
config TI_DAVINCI_MDIO
|
||||||
tristate "TI DaVinci MDIO Support"
|
tristate "TI DaVinci MDIO Support"
|
||||||
depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
|
depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX )
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
---help---
|
---help---
|
||||||
This driver supports TI's DaVinci MDIO module.
|
This driver supports TI's DaVinci MDIO module.
|
||||||
|
@ -42,7 +42,7 @@ config TI_DAVINCI_MDIO
|
||||||
|
|
||||||
config TI_DAVINCI_CPDMA
|
config TI_DAVINCI_CPDMA
|
||||||
tristate "TI DaVinci CPDMA Support"
|
tristate "TI DaVinci CPDMA Support"
|
||||||
depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
|
depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX )
|
||||||
---help---
|
---help---
|
||||||
This driver supports TI's DaVinci CPDMA dma engine.
|
This driver supports TI's DaVinci CPDMA dma engine.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue