Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758880AbcJTJt3 (ORCPT ); Thu, 20 Oct 2016 05:49:29 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:47645 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752444AbcJTJt1 (ORCPT ); Thu, 20 Oct 2016 05:49:27 -0400 Date: Thu, 20 Oct 2016 11:46:57 +0200 (CEST) From: Thomas Gleixner To: Nicolas Pitre cc: John Stultz , Richard Cochran , Yann E MORIN , Josh Triplett , netdev@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] make POSIX timers optional with some Kconfig help In-Reply-To: <1476920573-14384-1-git-send-email-nicolas.pitre@linaro.org> Message-ID: References: <1476920573-14384-1-git-send-email-nicolas.pitre@linaro.org> User-Agent: Alpine 2.20 (DEB 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 Content-Length: 414 Lines: 12 On Wed, 19 Oct 2016, Nicolas Pitre wrote: > Therefore this series also includes kconfig changes to implement a new > keyword to express some reverse dependencies like "select" does, named > "imply", and still allowing for the target config symbol to be disabled > if the user or a direct dependency says so. That's really nice work! Thanks for doing that. It makes the whole thing more palatable. Thanks, tglx