mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
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:
committed by
Petro Karashchenko
parent
3f8b71924f
commit
7ec6b4c7dd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user