diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-07 15:33:59 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-11 18:27:21 -0500 |
commit | ef6f41157f3864d9bf42671b2ed66062dcafb72e (patch) | |
tree | 549a3f1d735fc3e93ae84e2dcb85b17260baef77 /drivers/hid | |
parent | 8e8da023f5af71662867729db5547dc54786093c (diff) |
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>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
620 | depends on BT_HIDP | 620 | depends on BT_HIDP |
621 | depends on LEDS_CLASS | 621 | depends on LEDS_CLASS |
622 | select POWER_SUPPLY | 622 | select POWER_SUPPLY |
623 | select INPUT_FF_MEMLESS | ||
623 | ---help--- | 624 | ---help--- |
624 | Support for the Nintendo Wii Remote bluetooth device. | 625 | Support for the Nintendo Wii Remote bluetooth device. |
625 | 626 | ||