diff options
Diffstat (limited to 'drivers/net/ethernet/tile/Kconfig')
-rw-r--r-- | drivers/net/ethernet/tile/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/net/ethernet/tile/Kconfig b/drivers/net/ethernet/tile/Kconfig index 4083ba8839e1..f59a6c265331 100644 --- a/drivers/net/ethernet/tile/Kconfig +++ b/drivers/net/ethernet/tile/Kconfig | |||
@@ -9,20 +9,10 @@ config TILE_NET | |||
9 | select CRC32 | 9 | select CRC32 |
10 | select TILE_GXIO_MPIPE if TILEGX | 10 | select TILE_GXIO_MPIPE if TILEGX |
11 | select HIGH_RES_TIMERS if TILEGX | 11 | select HIGH_RES_TIMERS if TILEGX |
12 | select PTP_1588_CLOCK if TILEGX | ||
12 | ---help--- | 13 | ---help--- |
13 | This is a standard Linux network device driver for the | 14 | This is a standard Linux network device driver for the |
14 | on-chip Tilera Gigabit Ethernet and XAUI interfaces. | 15 | on-chip Tilera Gigabit Ethernet and XAUI interfaces. |
15 | 16 | ||
16 | To compile this driver as a module, choose M here: the module | 17 | To compile this driver as a module, choose M here: the module |
17 | will be called tile_net. | 18 | will be called tile_net. |
18 | |||
19 | config PTP_1588_CLOCK_TILEGX | ||
20 | tristate "Tilera TILE-Gx mPIPE as PTP clock" | ||
21 | select PTP_1588_CLOCK | ||
22 | depends on TILE_NET | ||
23 | depends on TILEGX | ||
24 | ---help--- | ||
25 | This driver adds support for using the mPIPE as a PTP | ||
26 | clock. This clock is only useful if your PTP programs are | ||
27 | getting hardware time stamps on the PTP Ethernet packets | ||
28 | using the SO_TIMESTAMPING API. | ||