From 0f2e569505597fc700049d06eeb54b3cf7656582 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 22 May 2020 19:35:19 -0700 Subject: [PATCH] linux: CONFIG_MOUSE_ELAN_I2C_SMBUS=y Signed-off-by: Anders Kaseorg --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index d239455ad34..148a2c83c8a 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -720,6 +720,7 @@ let PSI = whenAtLeast "4.20" yes; MODVERSIONS = whenOlder "4.9" yes; + MOUSE_ELAN_I2C_SMBUS = yes; MOUSE_PS2_ELANTECH = yes; # Elantech PS/2 protocol extension MTRR_SANITIZER = yes; NET_FC = yes; # Fibre Channel driver support