diff options
author | Jiri Kosina <jkosina@suse.cz> | 2021-03-19 19:49:18 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-03-19 19:49:18 +0100 |
commit | dfe74f550810cf7480d8759956d850ce40512f7a (patch) | |
tree | 5924ba79ef46cea85f02ba8e59e0b9391a2de416 /drivers/hid/Kconfig | |
parent | c49c33637802a2c6957a78119eb8be3b055dd9e9 (diff) |
HID: thrustmaster: introduce proper USB dependency
HID_THRUSTMASTER now requires USB_HID support. Reflect that dependency
in Kconfig.
Fixes: c49c33637802a2c ("HID: support for initialization of some Thrustmaster wheels")
Reported-by: kernel 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 4001c125e2ce..f1acb6510ccc 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1042,7 +1042,7 @@ config HID_THINGM config HID_THRUSTMASTER tristate "ThrustMaster devices support" - depends on HID + depends on USB_HID help Say Y here if you have a THRUSTMASTER FireStore Dual Power 2, a THRUSTMASTER Ferrari GT Rumble Wheel or Thrustmaster FFB |