aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2009-01-03 18:39:08 -0500
committerJiri Kosina <jkosina@suse.cz>2009-01-03 19:00:54 -0500
commit1db489b2953799d41098a891c85dea02e3c4721a (patch)
tree1af2c2ffe8c64741909cbdb9b08ad973585b3d3a
parentf14f526d02b14fd0b8c1ac4ec413e4577ad5f62e (diff)
HID: fix default Kconfig setting for TopSpeed driver
Make default setting for TopSpeed driver compliant with the defaults of the other specialized HID drivers. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 4c65e75d5b8d..e85c8fe9ffcf 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -249,7 +249,7 @@ config GREENASIA_FF
249config HID_TOPSEED 249config HID_TOPSEED
250 tristate "TopSeed Cyberlink remote control support" if EMBEDDED 250 tristate "TopSeed Cyberlink remote control support" if EMBEDDED
251 depends on USB_HID 251 depends on USB_HID
252 default y 252 default !EMBEDDED
253 ---help--- 253 ---help---
254 Say Y if you have a TopSeed Cyberlink remote control. 254 Say Y if you have a TopSeed Cyberlink remote control.
255 255