diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-02-06 17:36:38 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-06 17:36:38 +0100 |
commit | 2701eaabd7599a2aebae22caf00869a383d66a05 (patch) | |
tree | 17ddd4b76d0318c35b8dbb4ebe2f5f056566e972 /drivers | |
parent | 44ea35c138d400b3aeeb2a5317edd4634e6823e3 (diff) | |
download | linux-2701eaabd7599a2aebae22caf00869a383d66a05.tar.bz2 |
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')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
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--- |