mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
nuttx: Open mouse/touch/keyboard options can be configured
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
This commit is contained in:
@@ -65,7 +65,7 @@ endif # FF_AW86225
|
|||||||
endif # INPUT_FF
|
endif # INPUT_FF
|
||||||
|
|
||||||
config INPUT_MOUSE
|
config INPUT_MOUSE
|
||||||
bool
|
bool "Enable mouse support"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for mouse devices.
|
Enable support for mouse devices.
|
||||||
@@ -82,11 +82,11 @@ config INPUT_MOUSE_WHEEL
|
|||||||
endif # INPUT_MOUSE
|
endif # INPUT_MOUSE
|
||||||
|
|
||||||
config INPUT_TOUCHSCREEN
|
config INPUT_TOUCHSCREEN
|
||||||
bool
|
bool "Enable touchscreen support"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config INPUT_KEYBOARD
|
config INPUT_KEYBOARD
|
||||||
bool
|
bool "Enable keyboard support"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config INPUT_UINPUT
|
config INPUT_UINPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user