diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-01-04 06:04:59 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-01-04 06:04:59 -0500 |
commit | 92688c0c3c1c9e2daf705d307e8fda1b5a180d26 (patch) | |
tree | 8e39f8f72d9e03ade757331c869dece31c11436e /drivers/hid/Kconfig | |
parent | d3fb5454a8474d5d22c8f8fe4d043b05732d91d5 (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/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 84272c690310..5f73774164d8 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -248,7 +248,7 @@ config HID_SONY | |||
248 | Support for Sony PS3 controller. | 248 | Support for Sony PS3 controller. |
249 | 249 | ||
250 | config HID_STANTUM | 250 | config HID_STANTUM |
251 | tristate "Stantum" if EMBEDDED | 251 | tristate "Stantum" |
252 | depends on USB_HID | 252 | depends on USB_HID |
253 | ---help--- | 253 | ---help--- |
254 | Support for Stantum multitouch panel. | 254 | Support for Stantum multitouch panel. |