From dfe74f550810cf7480d8759956d850ce40512f7a Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Fri, 19 Mar 2021 19:49:18 +0100 Subject: [PATCH] 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 Signed-off-by: Jiri Kosina --- drivers/hid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 4001c12..f1acb65 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 -- 2.7.4