Commit 4b186f72 authored by Jiri Kosina's avatar Jiri Kosina

HID: make 3M PCT touchscreen driver standalone config option

The point behind 'default !EMBEDDED' for certain HID drivers that simple and
straightforward quirks for HID devices (which are implemented as drivers on
HID bus) wouldn't have to be enabled separately, if the device is otherwise
more-or-less HID standard compliant.

But this driver is rather standalone driver, so we'd want to have it normally
selectable.
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b6353f4f
......@@ -56,9 +56,8 @@ menu "Special HID drivers"
depends on HID
config HID_3M_PCT
tristate "3M PCT" if EMBEDDED
tristate "3M PCT"
depends on USB_HID
default !EMBEDDED
---help---
Support for 3M PCT touch screens.
......
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