summaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorSergei Kolzun <x0r@dv-life.ru>2011-08-04 00:25:56 -0700
committerJiri Kosina <jkosina@suse.cz>2011-08-04 15:25:31 +0200
commit364b936fc38dec7653c690d710e10657af235a36 (patch)
treeb49fa6b50223983d1bb232fecb6878ad55be4fe3 /drivers/hid
parentf5fc87905ea075a0b14878086fd4fe38be128844 (diff)
downloadop-kernel-dev-364b936fc38dec7653c690d710e10657af235a36.zip
op-kernel-dev-364b936fc38dec7653c690d710e10657af235a36.tar.gz
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')
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 306b15f..342be43 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -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---
OpenPOWER on IntegriCloud