From: Jiri Kosina Date: Mon, 6 Feb 2012 16:36:38 +0000 (+0100) Subject: HID: tivo: fix broken build X-Git-Tag: v3.4-rc1~176^2^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2701eaabd7599a2aebae22caf00869a383d66a05;p=profile%2Fivi%2Fkernel-x86-ivi.git HID: tivo: fix broken build Fix mismatch between Kconfig name and Makefile expectation. Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 1f0b229..0a55866 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---