Change dpends on SCHED_[L|H]PWORK to SCHED_WORKQUEUE

since the code could map the unsupported work to the
supported one and remove select SCHED_WORKQUEUE from
Kconfig since SCHED_[L|H]PWORK already do the selection

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-05-28 02:17:10 +08:00
committed by Petro Karashchenko
parent 3f8b71924f
commit 7ec6b4c7dd
11 changed files with 12 additions and 25 deletions
+3 -6
View File
@@ -106,8 +106,7 @@ config USBHOST_MSC
default n
depends on !BULK_DISABLE
---help---
Enable support for the mass storage class driver. This also depends on
SCHED_WORKQUEUE=y
Enable support for the mass storage class driver.
config USBHOST_MSC_NOTIFIER
bool "Support USB Mass Storage notifications"
@@ -294,8 +293,7 @@ config USBHOST_HIDKBD
default n
depends on !INT_DISABLE
---help---
Enable support for the keyboard class driver. This also depends on
SCHED_WORKQUEUE
Enable support for the keyboard class driver.
if USBHOST_HIDKBD
@@ -372,8 +370,7 @@ config USBHOST_HIDMOUSE
select INPUT
select INPUT_MOUSE
---help---
Enable support for the mouse class driver. This also depends on
SCHED_WORKQUEUE
Enable support for the mouse class driver.
NOTE: This driver checks out on a Labtec and an AOpen mouse, but
does not work correctly on a Microsoft mouse. A little more work