From 98aa9e3f85b91db99f99496b5a7620883ad3cf42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 20 Dec 2020 02:31:29 -0300 Subject: [PATCH] linux5.9: enable CONFIG_MOUSE_ELAN_I2C_SMBUS. Also improve consistency on CONFIG_MOUSE_* fields. --- srcpkgs/linux5.9/files/i386-dotconfig | 4 ++-- srcpkgs/linux5.9/files/ppc-dotconfig | 8 +++++--- srcpkgs/linux5.9/files/ppc64le-dotconfig | 2 +- srcpkgs/linux5.9/files/x86_64-dotconfig | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/srcpkgs/linux5.9/files/i386-dotconfig b/srcpkgs/linux5.9/files/i386-dotconfig index 8dcfe2f54c2..7ae8afd18c6 100644 --- a/srcpkgs/linux5.9/files/i386-dotconfig +++ b/srcpkgs/linux5.9/files/i386-dotconfig @@ -3605,9 +3605,9 @@ CONFIG_MOUSE_BCM5974=m CONFIG_MOUSE_CYAPA=m CONFIG_MOUSE_ELAN_I2C=m CONFIG_MOUSE_ELAN_I2C_I2C=y -# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set +CONFIG_MOUSE_ELAN_I2C_SMBUS=y CONFIG_MOUSE_VSXXXAA=m -# CONFIG_MOUSE_GPIO is not set +CONFIG_MOUSE_GPIO=m CONFIG_MOUSE_SYNAPTICS_I2C=m CONFIG_MOUSE_SYNAPTICS_USB=m CONFIG_INPUT_JOYSTICK=y diff --git a/srcpkgs/linux5.9/files/ppc-dotconfig b/srcpkgs/linux5.9/files/ppc-dotconfig index 9e02f402c92..edd047e72dc 100644 --- a/srcpkgs/linux5.9/files/ppc-dotconfig +++ b/srcpkgs/linux5.9/files/ppc-dotconfig @@ -3184,9 +3184,11 @@ CONFIG_MOUSE_PS2_SMBUS=y # CONFIG_MOUSE_SERIAL is not set CONFIG_MOUSE_APPLETOUCH=m CONFIG_MOUSE_BCM5974=m -# CONFIG_MOUSE_CYAPA is not set -# CONFIG_MOUSE_ELAN_I2C is not set -# CONFIG_MOUSE_VSXXXAA is not set +CONFIG_MOUSE_CYAPA=m +CONFIG_MOUSE_ELAN_I2C=m +CONFIG_MOUSE_ELAN_I2C_I2C=y +CONFIG_MOUSE_ELAN_I2C_SMBUS=y +CONFIG_MOUSE_VSXXXAA=m CONFIG_MOUSE_GPIO=m CONFIG_MOUSE_SYNAPTICS_I2C=m CONFIG_MOUSE_SYNAPTICS_USB=m diff --git a/srcpkgs/linux5.9/files/ppc64le-dotconfig b/srcpkgs/linux5.9/files/ppc64le-dotconfig index 2cd4fa11a31..95ae0973820 100644 --- a/srcpkgs/linux5.9/files/ppc64le-dotconfig +++ b/srcpkgs/linux5.9/files/ppc64le-dotconfig @@ -3525,7 +3525,7 @@ CONFIG_MOUSE_BCM5974=m CONFIG_MOUSE_CYAPA=m CONFIG_MOUSE_ELAN_I2C=m CONFIG_MOUSE_ELAN_I2C_I2C=y -# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set +CONFIG_MOUSE_ELAN_I2C_SMBUS=y CONFIG_MOUSE_VSXXXAA=m CONFIG_MOUSE_GPIO=m CONFIG_MOUSE_SYNAPTICS_I2C=m diff --git a/srcpkgs/linux5.9/files/x86_64-dotconfig b/srcpkgs/linux5.9/files/x86_64-dotconfig index 1580473b913..8ee13b29aa2 100644 --- a/srcpkgs/linux5.9/files/x86_64-dotconfig +++ b/srcpkgs/linux5.9/files/x86_64-dotconfig @@ -3675,9 +3675,9 @@ CONFIG_MOUSE_BCM5974=m CONFIG_MOUSE_CYAPA=m CONFIG_MOUSE_ELAN_I2C=m CONFIG_MOUSE_ELAN_I2C_I2C=y -# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set +CONFIG_MOUSE_ELAN_I2C_SMBUS=y CONFIG_MOUSE_VSXXXAA=m -# CONFIG_MOUSE_GPIO is not set +CONFIG_MOUSE_GPIO=m CONFIG_MOUSE_SYNAPTICS_I2C=m CONFIG_MOUSE_SYNAPTICS_USB=m CONFIG_INPUT_JOYSTICK=y