-----Original Message-----
From: Richard Cochran <richardcochran@gmail.com>
Sent: Monday, August 02, 2021 4:09 PM
To: Keller, Jacob E <jacob.e.keller@intel.com>
Cc: Arnd Bergmann <arnd@kernel.org>; Nicolas Pitre <redacted>;
Brandeburg, Jesse [off-list ref]; Nguyen, Anthony L
[off-list ref]; David S. Miller [off-list ref]; Jakub
Kicinski [off-list ref]; Arnd Bergmann [off-list ref]; Kurt
Kanzenbach [off-list ref]; Saleem, Shiraz [off-list ref];
Ertman, David M [off-list ref]; intel-wired-lan@lists.osuosl.org;
netdev@vger.kernel.org; linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v2] ethernet/intel: fix PTP_1588_CLOCK
dependencies
On Mon, Aug 02, 2021 at 07:54:20PM +0000, Keller, Jacob E wrote:
quoted
So go back to "select"?
Why not keep it simple?
PTP core:
Boolean PTP_1588_CLOCK
drivers:
depends on PTP_1588_CLOCK
Also, make Posix timers always part of the core. Tinification is a
lost cause.
Thanks,
Richard
Ok, so basically: if any driver that needs PTP core is on, PTP core is on, with no way to disable it.
Thanks,
Jake