Skip to content

Commit

Permalink
enable CONFIG_INPUT_MOUSEDEV and CONFIG_MOUSE_SYNAPTICS_USB to enable
Browse files Browse the repository at this point in the history
synaptics touchpad support.
  • Loading branch information
jens-maus committed Nov 21, 2024
1 parent c8c8408 commit b713794
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions buildroot-external/kernel/6.6/global.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ CONFIG_HW_RANDOM=y
# disable autofs support
# CONFIG_AUTOFS_FS is not set

# disable joystick/touchscreen/mouse/remote controller support
# disable joystick/touchscreen/remote controller support
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_RC_CORE is not set

# enable input MOUSEDEV to allow touchpads to work in X
CONFIG_INPUT_MOUSEDEV=y
CONFIG_MOUSE_SYNAPTICS_USB=y

# disable CAN support
# CONFIG_CAN is not set

Expand Down

0 comments on commit b713794

Please sign in to comment.