Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340595
b: refs/heads/master
c: 87c0e76
h: refs/heads/master
i:
  340593: dcc1201
  340591: f5adce1
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Nov 1, 2012
1 parent 3a085cb commit 222a6ec
Show file tree
Hide file tree
Showing 5 changed files with 583 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9750a3ade7b635a18f04371b4fddad0de0b4e6d8
refs/heads/master: 87c0e764d43aca7f8bae8bfa86c50fa715e80050
8 changes: 8 additions & 0 deletions trunk/drivers/net/ethernet/ti/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ config TI_CPSW
To compile this driver as a module, choose M here: the module
will be called cpsw.

config TI_CPTS
boolean "TI Common Platform Time Sync (CPTS) Support"
depends on TI_CPSW && PTP_1588_CLOCK && !(TI_CPSW=y && PTP_1588_CLOCK=m)
---help---
This driver supports the Common Platform Time Sync unit of
the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
and Layer 2 packets, and the driver offers a PTP Hardware Clock.

config TLAN
tristate "TI ThunderLAN support"
depends on (PCI || EISA)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ti/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ 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
ti_cpsw-y := cpsw_ale.o cpsw.o cpts.o
Loading

0 comments on commit 222a6ec

Please sign in to comment.