Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 364b936f authored by Sergei Kolzun's avatar Sergei Kolzun Committed by Jiri Kosina
Browse files

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: default avatarSergei Kolzun <x0r@dv-life.ru>
Cc: stable@kernel.org
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent f5fc8790
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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---