diff options
author | Sergei Kolzun <x0r@dv-life.ru> | 2011-08-04 03:25:56 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-08-04 09:25:31 -0400 |
commit | 364b936fc38dec7653c690d710e10657af235a36 (patch) | |
tree | b49fa6b50223983d1bb232fecb6878ad55be4fe3 /drivers/hid/Kconfig | |
parent | f5fc87905ea075a0b14878086fd4fe38be128844 (diff) |
HID: ACRUX - fix enabling force feedback support
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>
Cc: stable@kernel.org
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-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 306b15f39c9c..342be43211d8 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -69,7 +69,7 @@ config HID_ACRUX | |||
69 | Say Y here if you want to enable support for ACRUX game controllers. | 69 | Say Y here if you want to enable support for ACRUX game controllers. |
70 | 70 | ||
71 | config HID_ACRUX_FF | 71 | config HID_ACRUX_FF |
72 | tristate "ACRUX force feedback support" | 72 | bool "ACRUX force feedback support" |
73 | depends on HID_ACRUX | 73 | depends on HID_ACRUX |
74 | select INPUT_FF_MEMLESS | 74 | select INPUT_FF_MEMLESS |
75 | ---help--- | 75 | ---help--- |