mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
usbhost: Fix typo error in Kconfig(MOUSE->INPUT_MOUSE)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -363,7 +363,7 @@ config USBHOST_HIDMOUSE
|
||||
default n
|
||||
depends on !INT_DISABLE
|
||||
select INPUT
|
||||
select MOUSE
|
||||
select INPUT_MOUSE
|
||||
---help---
|
||||
Enable support for the mouse class driver. This also depends on
|
||||
SCHED_WORKQUEUE
|
||||
|
||||
Reference in New Issue
Block a user