diff options
author | Jiri Kosina <jkosina@suse.cz> | 2018-09-05 13:24:47 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-09-05 13:26:08 +0200 |
commit | 830e82aa48f32518dfa5335c0134f611d4bab4b2 (patch) | |
tree | d7983e4bbe944146c67d9a89a954c653eb67ce98 /drivers/hid/Kconfig | |
parent | 73c5b254c36529c84c9d19e07905f7103bb32e79 (diff) | |
download | talos-op-linux-830e82aa48f32518dfa5335c0134f611d4bab4b2.tar.gz talos-op-linux-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/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 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. |