From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756758AbcJ2CAg (ORCPT ); Fri, 28 Oct 2016 22:00:36 -0400 Received: from mail-qk0-f172.google.com ([209.85.220.172]:33827 "EHLO mail-qk0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756340AbcJ2CAd (ORCPT ); Fri, 28 Oct 2016 22:00:33 -0400 Date: Fri, 28 Oct 2016 22:00:30 -0400 (EDT) From: Nicolas Pitre To: Paul Bolle cc: John Stultz , Richard Cochran , Michal Marek , Thomas Gleixner , Josh Triplett , Edward Cree , netdev@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/5] make POSIX timers optional with some Kconfig help In-Reply-To: <1477695045.2167.48.camel@tiscali.nl> Message-ID: References: <1477448931-29051-1-git-send-email-nicolas.pitre@linaro.org> <1477695045.2167.48.camel@tiscali.nl> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 29 Oct 2016, Paul Bolle wrote: > On Tue, 2016-10-25 at 22:28 -0400, Nicolas Pitre wrote: > > When POSIX timers are configured out, the PTP clock subsystem should be > > left out as well. However a bunch of ethernet drivers currently *select* > > the later in their Kconfig entries. Therefore some more work was needed > > to break that hard dependency from those drivers without preventing their > > usage altogether. > > By the way: would you have pointers to threads that discussed attempts > to achieve this using currently available Kconfig options? You could probably go backward from here: https://lkml.org/lkml/2016/9/20/606 Nicolas