]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
HID: ACRUX - fix enabling force feedback support
authorSergei Kolzun <x0r@dv-life.ru>
Thu, 4 Aug 2011 07:25:56 +0000 (00:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:35:45 +0000 (09:35 -0800)
commit 364b936fc38dec7653c690d710e10657af235a36 upstream.

The config option needs to be a 'bool' and not a tristate, otheriwse
force feedback support never makes it into the module.

Signed-off-by: Sergei Kolzun <x0r@dv-life.ru>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hid/Kconfig

index 36ca465c00cefac036a22fad61fc70b2568a1ccc..a1f3c0ddd019ceb87172fc8671c2700626822a39 100644 (file)
@@ -69,7 +69,7 @@ config HID_ACRUX
        Say Y here if you want to enable support for ACRUX game controllers.
 
 config HID_ACRUX_FF
-       tristate "ACRUX force feedback support"
+       bool "ACRUX force feedback support"
        depends on HID_ACRUX
        select INPUT_FF_MEMLESS
        ---help---