From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH] pinctrl: Do not depend in GPIOLIB, select it Date: Wed, 11 Oct 2017 21:59:25 +0300 Message-ID: <20171011185925.GP2761@lahna.fi.intel.com> References: <20171011100742.9912-1-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga02.intel.com ([134.134.136.20]:42287 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752308AbdJKS7a (ORCPT ); Wed, 11 Oct 2017 14:59:30 -0400 Content-Disposition: inline In-Reply-To: <20171011100742.9912-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Phil Reid , Sebastian Reichel , Andy Shevchenko , Peter Rosin , Andrey Smirnov On Wed, Oct 11, 2017 at 12:07:42PM +0200, Linus Walleij wrote: > Instead of depends on GPIOLIB and having to run around in > Kconfig menus looking for why your device is not available, > simply select it from the pin control drivers that need it. > > The Kconfig for GPIOLIB is improved, selectable and this > should "just work". > > Cc: Phil Reid > Cc: Sebastian Reichel > Cc: Mika Westerberg Acked-by: Mika Westerberg