diff options
author | David Herrmann <[email protected]> | 2011-12-07 21:33:59 +0100 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2011-12-12 00:27:21 +0100 |
commit | ef6f41157f3864d9bf42671b2ed66062dcafb72e (patch) | |
tree | 549a3f1d735fc3e93ae84e2dcb85b17260baef77 | |
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 <[email protected]>
Signed-off-by: David Herrmann <[email protected]>
Cc: [email protected]
Signed-off-by: Jiri Kosina <[email protected]>
-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 depends on BT_HIDP depends on LEDS_CLASS select POWER_SUPPLY + select INPUT_FF_MEMLESS ---help--- Support for the Nintendo Wii Remote bluetooth device. |