projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3fb545
)
HID: make Stantum driver standalone config option
author
Jiri Kosina
<jkosina@suse.cz>
Mon, 4 Jan 2010 11:04:59 +0000
(12:04 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 4 Jan 2010 11:04:59 +0000
(12:04 +0100)
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>
drivers/hid/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/Kconfig
b/drivers/hid/Kconfig
index 84272c690310e5c4c4c9a2dfb2aa789fdfd46ef8..5f73774164d8853138eed7e1c8019ef6972ca76f 100644
(file)
--- 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.