浏览代码

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>
Jiri Kosina 16 年之前
父节点
当前提交
1db489b295
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/hid/Kconfig

+ 1 - 1
drivers/hid/Kconfig

@@ -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.