From: David Herrmann Date: Wed, 7 Dec 2011 20:33:59 +0000 (+0100) Subject: HID: wiimote: Select INPUT_FF_MEMLESS X-Git-Tag: v3.2.2~102 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51437e46e24caa74d45a30a0eb130d74bdf07db9;p=pandora-kernel.git HID: wiimote: Select INPUT_FF_MEMLESS commit ef6f41157f3864d9bf42671b2ed66062dcafb72e upstream. We depend on memless force-feedback support, therefore correctly select the related config options. Reported-by: Randy Dunlap Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 22a4a051f221..332c22a66291 100644 --- a/drivers/hid/Kconfig +++ b/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.