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:
Xiang Xiao 2022-01-05 23:09:41 +08:00 committed by Xiang Xiao
parent 3982296294
commit 3c86a3c2b0
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -14,7 +14,7 @@ menuconfig INPUT
if INPUT
config INPUT_MOUSE
bool "Enable mouse support"
bool
default n
---help---
Enable support for mouse devices.