mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
drivers/input: Rename MOUSE configs to INPUT_MOUSE
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
00e68bb38d
commit
5719dab8ec
@@ -13,22 +13,22 @@ menuconfig INPUT
|
||||
|
||||
if INPUT
|
||||
|
||||
config MOUSE
|
||||
config INPUT_MOUSE
|
||||
bool "Enable mouse support"
|
||||
default n
|
||||
---help---
|
||||
Enable support for mouse devices.
|
||||
|
||||
if MOUSE
|
||||
if INPUT_MOUSE
|
||||
|
||||
config MOUSE_WHEEL
|
||||
config INPUT_MOUSE_WHEEL
|
||||
bool "Enable mouse wheel support"
|
||||
default n
|
||||
---help---
|
||||
Enable support for a 4-button mouse report that includes a while
|
||||
position.
|
||||
|
||||
endif # MOUSE
|
||||
endif # INPUT_MOUSE
|
||||
|
||||
config INPUT_TOUCHSCREEN
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user