From e5aa62492feb440ce3950fee949d0b30b3bd6e75 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 13 Feb 2019 13:58:58 +0100 Subject: [PATCH] pygoscelis: Re-enable some touchpad configs +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_TRACKPOINT=y --- pygoscelis-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 4f6f1ed..cd733b2 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -2063,11 +2063,11 @@ CONFIG_MOUSE_PS2=y # CONFIG_MOUSE_PS2_ALPS is not set # CONFIG_MOUSE_PS2_BYD is not set # CONFIG_MOUSE_PS2_LOGIPS2PP is not set -# CONFIG_MOUSE_PS2_SYNAPTICS is not set +CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y # CONFIG_MOUSE_PS2_CYPRESS is not set # CONFIG_MOUSE_PS2_LIFEBOOK is not set -# CONFIG_MOUSE_PS2_TRACKPOINT is not set +CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_PS2_ELANTECH is not set # CONFIG_MOUSE_PS2_SENTELIC is not set # CONFIG_MOUSE_PS2_TOUCHKIT is not set