Skip to content

Commit

Permalink
HID: fix default Kconfig setting for TopSpeed driver
Browse files Browse the repository at this point in the history
Make default setting for TopSpeed driver compliant with the defaults
of the other specialized HID drivers.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Jan 4, 2009
1 parent f14f526 commit 1db489b
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 @@ -249,7 +249,7 @@ config GREENASIA_FF
config HID_TOPSEED
tristate "TopSeed Cyberlink remote control support" if EMBEDDED
depends on USB_HID
default y
default !EMBEDDED
---help---
Say Y if you have a TopSeed Cyberlink remote control.

Expand Down

0 comments on commit 1db489b

Please sign in to comment.