Re: [PATCH] net: Select PTP_1588_CLOCK in PTP-specific drivers

2020-04-29 Thread Clay McClure
On Tue, Apr 28, 2020 at 06:07:45PM +0200, Arnd Bergmann wrote: > On Tue, Apr 28, 2020 at 11:21 AM Geert Uytterhoeven > wrote: > > On Tue, Apr 28, 2020 at 11:14 AM Clay McClure wrote: > > > Change these drivers back [2] to `select PTP_1588_CLOCK`. Note that this > > > requires also selecting POSIX

Re: [PATCH] net: Select PTP_1588_CLOCK in PTP-specific drivers

2020-04-28 Thread Arnd Bergmann
On Tue, Apr 28, 2020 at 11:21 AM Geert Uytterhoeven wrote: > On Tue, Apr 28, 2020 at 11:14 AM Clay McClure wrote: > > 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 t

Re: [PATCH] net: Select PTP_1588_CLOCK in PTP-specific drivers

2020-04-28 Thread Geert Uytterhoeven
Hi Clay, Thanks for your patch! On Tue, Apr 28, 2020 at 11:14 AM Clay McClure wrote: > 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 betwee

[PATCH] net: Select PTP_1588_CLOCK in PTP-specific drivers

2020-04-28 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