Skip to content

Commit

Permalink
HID: make Stantum driver standalone config option
Browse files Browse the repository at this point in the history
Analogically to commit "HID: make 3M PCT touchscreen driver
standalone config option", remove the dependency of Stantum
driver on CONFIG_EMBEDDED, as it is a standalone driver rather
than device quirk.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Jan 4, 2010
1 parent d3fb545 commit 92688c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ config HID_SONY
Support for Sony PS3 controller.

config HID_STANTUM
tristate "Stantum" if EMBEDDED
tristate "Stantum"
depends on USB_HID
---help---
Support for Stantum multitouch panel.
Expand Down

0 comments on commit 92688c0

Please sign in to comment.