Kconfig (32bd93e8f924c23b8cc2e2a12fef0d8cc9cda0c5) | Kconfig (cb646e2b02b27a33a1d1eabd016749606254071c) |
---|---|
1# 2# PTP clock support configuration 3# 4 5menu "PTP clock support" 6 7comment "Enable Device Drivers -> PPS to see the PTP clock options." 8 depends on PPS=n --- 39 unchanged lines hidden (view full) --- 48 This driver adds support for using the IXP46X as a PTP 49 clock. This clock is only useful if your PTP programs are 50 getting hardware time stamps on the PTP Ethernet packets 51 using the SO_TIMESTAMPING API. 52 53 To compile this driver as a module, choose M here: the module 54 will be called ptp_ixp46x. 55 | 1# 2# PTP clock support configuration 3# 4 5menu "PTP clock support" 6 7comment "Enable Device Drivers -> PPS to see the PTP clock options." 8 depends on PPS=n --- 39 unchanged lines hidden (view full) --- 48 This driver adds support for using the IXP46X as a PTP 49 clock. This clock is only useful if your PTP programs are 50 getting hardware time stamps on the PTP Ethernet packets 51 using the SO_TIMESTAMPING API. 52 53 To compile this driver as a module, choose M here: the module 54 will be called ptp_ixp46x. 55 |
56comment "Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks." 57 depends on PTP_1588_CLOCK && (PHYLIB=n || NETWORK_PHY_TIMESTAMPING=n) 58 59config DP83640_PHY 60 tristate "Driver for the National Semiconductor DP83640 PHYTER" 61 depends on PTP_1588_CLOCK 62 depends on NETWORK_PHY_TIMESTAMPING 63 depends on PHYLIB 64 ---help--- 65 Supports the DP83640 PHYTER with IEEE 1588 features. 66 67 This driver adds support for using the DP83640 as a PTP 68 clock. This clock is only useful if your PTP programs are 69 getting hardware time stamps on the PTP Ethernet packets 70 using the SO_TIMESTAMPING API. 71 72 In order for this to work, your MAC driver must also 73 implement the skb_tx_timetamp() function. 74 |
|
56endmenu | 75endmenu |