drivers/input: Rename MOUSE configs to INPUT_MOUSE

This commit is contained in:
Gustavo Henrique Nihei
2021-04-08 06:02:31 -03:00
committed by Alan Carvalho de Assis
parent 00e68bb38d
commit 5719dab8ec
6 changed files with 20 additions and 20 deletions
+4 -4
View File
@@ -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