diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-07 21:33:59 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-12 00:27:21 +0100 |
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 22a4a051f22..332c22a6629 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. |