diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-07 21:33:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2012-01-25 16:13:16 -0800 |
commit | 51437e46e24caa74d45a30a0eb130d74bdf07db9 (patch) | |
tree | 7afd3e75bd8c9f9ed405d03f5cd319836c4792b9 /drivers/hid/Kconfig | |
parent | 44b39e3bed1fe38ccbcc35e71780e3d864f8607c (diff) | |
download | kernel-common-51437e46e24caa74d45a30a0eb130d74bdf07db9.tar.gz kernel-common-51437e46e24caa74d45a30a0eb130d74bdf07db9.tar.bz2 kernel-common-51437e46e24caa74d45a30a0eb130d74bdf07db9.zip |
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 <rdunlap@xenotime.net>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hid/Kconfig')
-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. |