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: Mon, 15 Aug 2022 12:30:19 +0400 Message-Id: <20220815083016.2648117-3-asheplyakov@basealt.ru> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220815083016.2648117-1-asheplyakov@basealt.ru> References: <20220815083016.2648117-1-asheplyakov@basealt.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: nir@basealt.ru, sin@basealt.ru Subject: [d-kernel] [PATCH 2/2] config-aarch64: input 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: Mon, 15 Aug 2022 08:31:14 -0000 Archived-At: List-Archive: List-Post: The builting keyboard and touchpad are connected via UART. Hence ps2mult and serio_serdev drivers are required. Compile these into the kernel so the keyboard works before initramfs has been loaded. --- config-aarch64 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-aarch64 b/config-aarch64 index da9fe4f1cddc..12d87e4e4147 100644 --- a/config-aarch64 +++ b/config-aarch64 @@ -372,6 +372,8 @@ CONFIG_INPUT_PM8941_PWRKEY=m # CONFIG_INPUT_RK805_PWRKEY is not set 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.32.0