Browse Source

HID: wiimote: Select INPUT_FF_MEMLESS

We depend on memless force-feedback support, therefore correctly select the
related config options.

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Cc: stable@kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
David Herrmann 13 years ago
parent
commit
ef6f41157f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/hid/Kconfig

+ 1 - 0
drivers/hid/Kconfig

@@ -620,6 +620,7 @@ config HID_WIIMOTE
 	depends on BT_HIDP
 	depends on LEDS_CLASS
 	select POWER_SUPPLY
+	select INPUT_FF_MEMLESS
 	---help---
 	Support for the Nintendo Wii Remote bluetooth device.