Re: [PATCH v2] net: Make PTP-specific drivers depend on PTP_1588_CLOCK

2020-05-01 Thread David Miller
From: Clay McClure Date: Wed, 29 Apr 2020 00:59:00 -0700 > Commit d1cbfd771ce8 ("ptp_clock: Allow for it to be optional") changed > all PTP-capable Ethernet drivers from `select PTP_1588_CLOCK` to `imply > PTP_1588_CLOCK`, "in order to break the hard dependency between the PTP > clock subsystem a

[PATCH v2] net: Make PTP-specific drivers depend on PTP_1588_CLOCK

2020-04-29 Thread Clay McClure
Commit d1cbfd771ce8 ("ptp_clock: Allow for it to be optional") changed all PTP-capable Ethernet drivers from `select PTP_1588_CLOCK` to `imply PTP_1588_CLOCK`, "in order to break the hard dependency between the PTP clock subsystem and ethernet drivers capable of being clock providers." As a result