Commit 6df97f85 authored by Darren Hart (VMware)'s avatar Darren Hart (VMware)

platform/x86: Make SILEAD_DMI depend on TOUCHSCREEN_SILEAD

SILEAD_DMI provides platform specific data for the TOUCHSCREEN_SILEAD
driver. Make this explicitly clear in the Kconfig depends. Remove
INPUT as this is implied by TOUCHSCREEN_SILEAD.
Signed-off-by: default avatarDarren Hart (VMware) <dvhart@infradead.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Andy Shevchenko <andy@infradead.org>
Cc: Jean Delvare <jdelvare@suse.de>
Reviewed-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent e9b61518
...@@ -1101,7 +1101,7 @@ config INTEL_TURBO_MAX_3 ...@@ -1101,7 +1101,7 @@ config INTEL_TURBO_MAX_3
config SILEAD_DMI config SILEAD_DMI
bool "Tablets with Silead touchscreens" bool "Tablets with Silead touchscreens"
depends on ACPI && DMI && I2C=y && INPUT depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
---help--- ---help---
Certain ACPI based tablets with Silead touchscreens do not have Certain ACPI based tablets with Silead touchscreens do not have
enough data in ACPI tables for the touchscreen driver to handle enough data in ACPI tables for the touchscreen driver to handle
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment