aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2010-01-04 12:04:59 +0100
committerJiri Kosina <jkosina@suse.cz>2010-01-04 12:04:59 +0100
commit92688c0c3c1c9e2daf705d307e8fda1b5a180d26 (patch)
tree8e39f8f72d9e03ade757331c869dece31c11436e /drivers/hid
parentd3fb5454a8474d5d22c8f8fe4d043b05732d91d5 (diff)
HID: make Stantum driver standalone config option
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>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 84272c69031..5f73774164d 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -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.