Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1634769
| From | Jean Delvare <jdelvare@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] platform/x86: Make SILEAD_DMI depend on TOUCHSCREEN_SILEAD |
| Date | 2017-05-03 08:30 +0200 |
| Message-ID | <tCVXs-19m-3@gated-at.bofh.it> (permalink) |
| References | <tBljj-4Iv-5@gated-at.bofh.it> |
| Organization | SUSE Linux |
On Fri, 28 Apr 2017 14:00:19 -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) <dvhart@infradead.org> > Cc: Hans de Goede <hdegoede@redhat.com> > Cc: Andy Shevchenko <andy@infradead.org> > Cc: Jean Delvare <jdelvare@suse.de> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> > --- > 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 > ---help--- > Certain ACPI based tablets with Silead touchscreens do not have > enough data in ACPI tables for the touchscreen driver to handle Reviewed-by: Jean Delvare <jdelvare@suse.de> Thanks Darren, -- Jean Delvare SUSE L3 Support
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] platform/x86: Make SILEAD_DMI depend on TOUCHSCREEN_SILEAD "Darren Hart (VMware)" <dvhart@infradead.org> - 2017-04-28 23:10 +0200
Re: [PATCH] platform/x86: Make SILEAD_DMI depend on TOUCHSCREEN_SILEAD Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-04-28 23:10 +0200
Re: [PATCH] platform/x86: Make SILEAD_DMI depend on TOUCHSCREEN_SILEAD Darren Hart <dvhart@infradead.org> - 2017-04-29 00:20 +0200
Re: [PATCH] platform/x86: Make SILEAD_DMI depend on TOUCHSCREEN_SILEAD Jean Delvare <jdelvare@suse.de> - 2017-05-03 08:30 +0200
csiph-web