From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423439AbdD1WP6 (ORCPT ); Fri, 28 Apr 2017 18:15:58 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:60932 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755494AbdD1WOi (ORCPT ); Fri, 28 Apr 2017 18:14:38 -0400 Date: Fri, 28 Apr 2017 15:14:35 -0700 From: Darren Hart To: Dmitry Torokhov Cc: LKML , platform-driver-x86@vger.kernel.org, Hans de Goede , Andy Shevchenko , Jean Delvare Subject: Re: [PATCH] platform/x86: Make SILEAD_DMI depend on TOUCHSCREEN_SILEAD Message-ID: <20170428221435.GA32336@fury> References: <20170428210019.GA32026@fury> <20170428210900.GG4949@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170428210900.GG4949@dtor-ws> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 28, 2017 at 02:09:00PM -0700, Dmitry Torokhov wrote: > On Fri, Apr 28, 2017 at 02:00:19PM -0700, Darren Hart (VMware) wrote: > > SILEAD_DMI provides platform specific data for the TOUCHSCREEN_SILEAD > > driver. Make this explicitly clear in the Kconfig depends. > > > > Signed-off-by: Darren Hart (VMware) > > Cc: Hans de Goede > > Cc: Andy Shevchenko > > Cc: Jean Delvare > > Cc: Dmitry Torokhov > > --- > > drivers/platform/x86/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > > index 9e5b2c2..5690664 100644 > > --- a/drivers/platform/x86/Kconfig > > +++ b/drivers/platform/x86/Kconfig > > @@ -1101,7 +1101,7 @@ config INTEL_TURBO_MAX_3 > > > > config SILEAD_DMI > > bool "Tablets with Silead touchscreens" > > - depends on ACPI && DMI && I2C=y && INPUT > > + depends on ACPI && DMI && I2C=y && INPUT && TOUCHSCREEN_SILEAD > > Bikeshed: TOUCHSCREEN_SILEAD already depends on INPUT, so you can drop > INPUT dependency. > Done, thanks. > Otherwise > > Reviewed-by: Dmitry Torokhov > > -- > Dmitry > -- Darren Hart VMware Open Source Technology Center