aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2012-02-06 17:36:38 +0100
committerJiri Kosina <jkosina@suse.cz>2012-02-06 17:36:38 +0100
commit2701eaabd7599a2aebae22caf00869a383d66a05 (patch)
tree17ddd4b76d0318c35b8dbb4ebe2f5f056566e972 /drivers/hid/Kconfig
parentHID: add support for tivo slide remote (diff)
downloadlinux-dev-2701eaabd7599a2aebae22caf00869a383d66a05.tar.xz
linux-dev-2701eaabd7599a2aebae22caf00869a383d66a05.zip
HID: tivo: fix broken build
Fix mismatch between Kconfig name and Makefile expectation. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 1f0b229f7dfc..0a55866f1f74 100644
--- a/drivers/hid/Kconfig
+++ b/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---