diff --git a/boards/sim/sim/sim/configs/lvgl/defconfig b/boards/sim/sim/sim/configs/lvgl/defconfig index 17189757f5..1aad7247fd 100644 --- a/boards/sim/sim/sim/configs/lvgl/defconfig +++ b/boards/sim/sim/sim/configs/lvgl/defconfig @@ -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 diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 8688041ca7..74f9b89c26 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -14,7 +14,7 @@ menuconfig INPUT if INPUT config INPUT_MOUSE - bool "Enable mouse support" + bool default n ---help--- Enable support for mouse devices.