usbhost: Fix typo error in Kconfig(MOUSE->INPUT_MOUSE)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
3c86a3c2b0
commit
afacc8d590
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue