.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Intel XScale IXP device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
7 | 8 | default y |
---|
8 | 9 | depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \ |
---|
9 | 10 | IXP4XX_NPE && IXP4XX_QMGR) |
---|
10 | | - ---help--- |
---|
| 11 | + help |
---|
11 | 12 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
12 | 13 | |
---|
13 | 14 | Note that the answer to this question does not directly affect the |
---|
14 | 15 | kernel: saying N will just cause the configurator to skip all |
---|
15 | | - the questions about XSacle IXP devices. If you say Y, you will be |
---|
| 16 | + the questions about XScale IXP devices. If you say Y, you will be |
---|
16 | 17 | asked for your specific card in the following questions. |
---|
17 | 18 | |
---|
18 | 19 | if NET_VENDOR_XSCALE |
---|
.. | .. |
---|
22 | 23 | depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR |
---|
23 | 24 | select PHYLIB |
---|
24 | 25 | select NET_PTP_CLASSIFY |
---|
25 | | - ---help--- |
---|
| 26 | + help |
---|
26 | 27 | Say Y here if you want to use built-in Ethernet ports |
---|
27 | 28 | on IXP4xx processor. |
---|
28 | 29 | |
---|
| 30 | +config PTP_1588_CLOCK_IXP46X |
---|
| 31 | + tristate "Intel IXP46x as PTP clock" |
---|
| 32 | + depends on IXP4XX_ETH |
---|
| 33 | + depends on PTP_1588_CLOCK |
---|
| 34 | + default y |
---|
| 35 | + help |
---|
| 36 | + This driver adds support for using the IXP46X as a PTP |
---|
| 37 | + clock. This clock is only useful if your PTP programs are |
---|
| 38 | + getting hardware time stamps on the PTP Ethernet packets |
---|
| 39 | + using the SO_TIMESTAMPING API. |
---|
| 40 | + |
---|
| 41 | + To compile this driver as a module, choose M here: the module |
---|
| 42 | + will be called ptp_ixp46x. |
---|
| 43 | + |
---|
29 | 44 | endif # NET_VENDOR_XSCALE |
---|