Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291622
b: refs/heads/master
c: df82859
h: refs/heads/master
v: v3
  • Loading branch information
Mugunthan V N authored and David S. Miller committed Mar 19, 2012
1 parent 2a22d22 commit 8a9fdd2
Show file tree
Hide file tree
Showing 5 changed files with 1,087 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db82173f23c5289118142fc76111f99ff809df89
refs/heads/master: df828598a755732e717b0adca82f884e44d37576
11 changes: 11 additions & 0 deletions trunk/drivers/net/ethernet/ti/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ config TI_DAVINCI_CPDMA
To compile this driver as a module, choose M here: the module
will be called davinci_cpdma. This is recommended.

config TI_CPSW
tristate "TI CPSW Switch Support"
depends on ARM && (ARCH_DAVINCI || SOC_OMAPAM33XX)
select TI_DAVINCI_CPDMA
select TI_DAVINCI_MDIO
---help---
This driver supports TI's CPSW Ethernet Switch.

To compile this driver as a module, choose M here: the module
will be called cpsw.

config TLAN
tristate "TI ThunderLAN support"
depends on (PCI || EISA)
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/ti/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ obj-$(CONFIG_CPMAC) += cpmac.o
obj-$(CONFIG_TI_DAVINCI_EMAC) += davinci_emac.o
obj-$(CONFIG_TI_DAVINCI_MDIO) += davinci_mdio.o
obj-$(CONFIG_TI_DAVINCI_CPDMA) += davinci_cpdma.o
obj-$(CONFIG_TI_CPSW) += ti_cpsw.o
ti_cpsw-y := cpsw_ale.o cpsw.o
Loading

0 comments on commit 8a9fdd2

Please sign in to comment.