input: Remove prompt string from INPUT_MOUSE
to ensure this option can only be enabled by select in Kconfig Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
3982296294
commit
3c86a3c2b0
|
@ -30,7 +30,6 @@ CONFIG_GRAPHICS_LVGL=y
|
|||
CONFIG_IDLETHREAD_STACKSIZE=4096
|
||||
CONFIG_INIT_ENTRYPOINT="lvgldemo_main"
|
||||
CONFIG_INPUT=y
|
||||
CONFIG_INPUT_MOUSE=y
|
||||
CONFIG_LV_COLOR_DEPTH=32
|
||||
CONFIG_LV_HOR_RES=640
|
||||
CONFIG_LV_VER_RES=480
|
||||
|
|
|
@ -14,7 +14,7 @@ menuconfig INPUT
|
|||
if INPUT
|
||||
|
||||
config INPUT_MOUSE
|
||||
bool "Enable mouse support"
|
||||
bool
|
||||
default n
|
||||
---help---
|
||||
Enable support for mouse devices.
|
||||
|
|
Loading…
Reference in New Issue