Skip to content

Commit

Permalink
HID: make 3M PCT touchscreen driver standalone config option
Browse files Browse the repository at this point in the history
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: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Dec 23, 2009
1 parent b6353f4 commit 4b186f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4b186f7

Please sign in to comment.