diff options
author | Jiri Kosina <jkosina@suse.cz> | 2018-09-05 07:24:47 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-09-05 07:26:08 -0400 |
commit | 830e82aa48f32518dfa5335c0134f611d4bab4b2 (patch) | |
tree | d7983e4bbe944146c67d9a89a954c653eb67ce98 | |
parent | 73c5b254c36529c84c9d19e07905f7103bb32e79 (diff) |
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>
-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 | |||
596 | tristate "Microsoft non-fully HID-compliant devices" | 596 | tristate "Microsoft non-fully HID-compliant devices" |
597 | depends on HID | 597 | depends on HID |
598 | default !EXPERT | 598 | default !EXPERT |
599 | select INPUT_FF_MEMLESS | ||
599 | ---help--- | 600 | ---help--- |
600 | Support for Microsoft devices that are not fully compliant with HID standard. | 601 | Support for Microsoft devices that are not fully compliant with HID standard. |
601 | 602 | ||