From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 From: Alexey Sheplyakov To: devel-kernel@lists.altlinux.org Date: Wed, 7 Sep 2022 11:00:15 +0400 Message-Id: <20220907070014.427552-4-asheplyakov@basealt.ru> X-Mailer: git-send-email 2.33.3 In-Reply-To: <20220907070014.427552-1-asheplyakov@basealt.ru> References: <20220907070014.427552-1-asheplyakov@basealt.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: rst@basealt.ru, nir@basealt.ru, sin@basealt.ru Subject: [d-kernel] [PATCH 3/3] config-aarch64: enabled keyboard/touchpad drivers for Elpitech laptop X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2022 07:00:58 -0000 Archived-At: List-Archive: List-Post: Signed-off-by: Alexey Sheplyakov --- config-aarch64 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-aarch64 b/config-aarch64 index a8738ff536bb..a23500fdf356 100644 --- a/config-aarch64 +++ b/config-aarch64 @@ -374,6 +374,8 @@ CONFIG_INPUT_PM8941_PWRKEY=m CONFIG_INPUT_RK805_PWRKEY=m CONFIG_INPUT_HISI_POWERKEY=y CONFIG_SERIO_AMBAKMI=y +CONFIG_SERIO_PS2MULT=y +CONFIG_SERDEV_SERIO=y # CONFIG_SERIO_APBPS2 is not set CONFIG_SERIO_SUN4I_PS2=m # CONFIG_SERIAL_8250_ASPEED_VUART is not set -- 2.33.3