aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2018-09-05 13:24:47 +0200
committerJiri Kosina <jkosina@suse.cz>2018-09-05 13:26:08 +0200
commit830e82aa48f32518dfa5335c0134f611d4bab4b2 (patch)
treed7983e4bbe944146c67d9a89a954c653eb67ce98 /drivers/hid
parentHID: microsoft: Add rumble support for Xbox One S controller (diff)
downloadlinux-dev-830e82aa48f32518dfa5335c0134f611d4bab4b2.tar.xz
linux-dev-830e82aa48f32518dfa5335c0134f611d4bab4b2.zip
HID: microsoft: the driver now neeed MEMLESS_FF infrastructure
Reflect that fact in Kconfig, the same we do for other such drivers. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 61e1953ff921..e5ec47705fa2 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -596,6 +596,7 @@ config HID_MICROSOFT
tristate "Microsoft non-fully HID-compliant devices"
depends on HID
default !EXPERT
+ select INPUT_FF_MEMLESS
---help---
Support for Microsoft devices that are not fully compliant with HID standard.