浏览代码

HID: tivo: fix broken build

Fix mismatch between Kconfig name and Makefile expectation.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Jiri Kosina 14 年之前
父节点
当前提交
2701eaabd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/hid/Kconfig

+ 1 - 1
drivers/hid/Kconfig

@@ -594,7 +594,7 @@ config SMARTJOYPLUS_FF
 	Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
 	enable force feedback support for it.
 
-config HID_TIVO_SLIDE
+config HID_TIVO
 	tristate "TiVo Slide Bluetooth remote control support"
 	depends on USB_HID
 	---help---