net: ethernet: ti: Allow most drivers with COMPILE_TEST
Most of the TI drivers build just fine with COMPILE_TEST, cpmac (AR7) is the exception because it uses a header file from arch/mips/include/asm/mach-ar7/ar7.h and keystone netcp which requires help from drivers/soc/ti/ for queue management helpers. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
33fa382324
commit
2652113ff0
@ -18,7 +18,7 @@ if NET_VENDOR_TI
|
|||||||
|
|
||||||
config TI_DAVINCI_EMAC
|
config TI_DAVINCI_EMAC
|
||||||
tristate "TI DaVinci EMAC Support"
|
tristate "TI DaVinci EMAC Support"
|
||||||
depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
|
depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 ) || COMPILE_TEST
|
||||||
select TI_DAVINCI_MDIO
|
select TI_DAVINCI_MDIO
|
||||||
select TI_DAVINCI_CPDMA
|
select TI_DAVINCI_CPDMA
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
@ -30,7 +30,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 ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
|
depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
---help---
|
---help---
|
||||||
This driver supports TI's DaVinci MDIO module.
|
This driver supports TI's DaVinci MDIO module.
|
||||||
@ -40,7 +40,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 ARCH_DAVINCI || ARCH_OMAP2PLUS
|
depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || COMPILE_TEST
|
||||||
---help---
|
---help---
|
||||||
This driver supports TI's DaVinci CPDMA dma engine.
|
This driver supports TI's DaVinci CPDMA dma engine.
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ config TI_CPSW_ALE
|
|||||||
|
|
||||||
config TI_CPSW
|
config TI_CPSW
|
||||||
tristate "TI CPSW Switch Support"
|
tristate "TI CPSW Switch Support"
|
||||||
depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
|
depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || COMPILE_TEST
|
||||||
select TI_DAVINCI_CPDMA
|
select TI_DAVINCI_CPDMA
|
||||||
select TI_DAVINCI_MDIO
|
select TI_DAVINCI_MDIO
|
||||||
select TI_CPSW_PHY_SEL
|
select TI_CPSW_PHY_SEL
|
||||||
@ -75,7 +75,7 @@ config TI_CPSW
|
|||||||
|
|
||||||
config TI_CPTS
|
config TI_CPTS
|
||||||
bool "TI Common Platform Time Sync (CPTS) Support"
|
bool "TI Common Platform Time Sync (CPTS) Support"
|
||||||
depends on TI_CPSW || TI_KEYSTONE_NETCP
|
depends on TI_CPSW || TI_KEYSTONE_NETCP || COMPILE_TEST
|
||||||
depends on POSIX_TIMERS
|
depends on POSIX_TIMERS
|
||||||
---help---
|
---help---
|
||||||
This driver supports the Common Platform Time Sync unit of
|
This driver supports the Common Platform Time Sync unit of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user