mirror of
https://github.com/apache/nuttx.git
synced 2025-01-12 22:08:35 +08:00
nuttx: Open mouse/touch/keyboard options can be configured
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
This commit is contained in:
parent
12b9fe8e3a
commit
54a46b07c7
1 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ endif # FF_AW86225
|
|||
endif # INPUT_FF
|
||||
|
||||
config INPUT_MOUSE
|
||||
bool
|
||||
bool "Enable mouse support"
|
||||
default n
|
||||
---help---
|
||||
Enable support for mouse devices.
|
||||
|
@ -82,11 +82,11 @@ config INPUT_MOUSE_WHEEL
|
|||
endif # INPUT_MOUSE
|
||||
|
||||
config INPUT_TOUCHSCREEN
|
||||
bool
|
||||
bool "Enable touchscreen support"
|
||||
default n
|
||||
|
||||
config INPUT_KEYBOARD
|
||||
bool
|
||||
bool "Enable keyboard support"
|
||||
default n
|
||||
|
||||
config INPUT_UINPUT
|
||||
|
|
Loading…
Reference in a new issue