From patchwork Mon Dec 26 19:28:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6327 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NgnrJ6QZPz3wcv for ; Mon, 26 Dec 2022 19:28:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NgnrJ1fLFzpH; Mon, 26 Dec 2022 19:28:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NgnrJ1cysz2yTC; Mon, 26 Dec 2022 19:28:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NgnrG4BXZz2xmd for ; Mon, 26 Dec 2022 19:28:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NgnrD6Gbtzjk for ; Mon, 26 Dec 2022 19:28:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672082894; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tOe0tggMXa5R+JTmLkGweWN35l0D57uhBjkRDv923+Y=; b=JAhIsFPXWbp4tTNfwiJkLZcOh0H0MvDOkCSNZByCLR9C5dodBaJPO2zYZBPXhqLQJRn+mR Htiil7NiDqZDeQ4lW/SL//dDhRe5b1r7JElW1gd2O74r6RMotBvX0gFkaLMrsqJgcDpHSY JyzljntAOdX5uoSRZ6MgMvv71HW3CnoS0VnGbZkCwZrNyo9XzhC/RClt4JpRcvCbe3d0ME 1qIWu6iHAxsQLEAhcjLvEMgQKrcgMIFb2LBAU9SNTjT7mGdWtgJocvHGnnXSZKvbBdw+tV di2EzRYzJsqkqHm6RihD7Id0LCxlD/TrcIfjoVgD7VOt0NzpoiKXUyLwyBT79Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672082894; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tOe0tggMXa5R+JTmLkGweWN35l0D57uhBjkRDv923+Y=; b=vqe161eiAqIfq4SoStPtMGztL4jKyOE8qVAcmGdl8V46BPbbiMUBF2Gl3jkD0XJKbjyl4f isasaaibMBEa1vAw== Message-ID: <6f473e00-ea4e-a37f-234e-79274b371643@ipfire.org> Date: Mon, 26 Dec 2022 19:28:07 +0000 MIME-Version: 1.0 Subject: [PATCH 11/21] linux: Disable some character devices that do not make sense Content-Language: en-US To: development@lists.ipfire.org References: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= In-Reply-To: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Inspired by IPFire 3.x (commit 472fb5fa6b1f77a2166407a8936fda6c8cbdb80b). Signed-off-by: Peter Müller Acked-by: Michael Tremer --- config/kernel/kernel.config.x86_64-ipfire | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 1ad577a03..0b762970b 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1962,7 +1962,6 @@ CONFIG_NVME_TARGET_TCP=m # # Misc devices # -CONFIG_SENSORS_LIS3LV02D=m # CONFIG_AD525X_DPOT is not set CONFIG_DUMMY_IRQ=m CONFIG_IBM_ASM=m @@ -3280,8 +3279,8 @@ CONFIG_INPUT_RETU_PWRBUTTON=m # CONFIG_INPUT_AXP20X_PEK is not set CONFIG_INPUT_UINPUT=m # CONFIG_INPUT_PCF8574 is not set -CONFIG_INPUT_GPIO_ROTARY_ENCODER=m -CONFIG_INPUT_DA7280_HAPTICS=m +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +# CONFIG_INPUT_DA7280_HAPTICS is not set # CONFIG_INPUT_DA9063_ONKEY is not set # CONFIG_INPUT_ADXL34X is not set # CONFIG_INPUT_IMS_PCU is not set @@ -6290,7 +6289,7 @@ CONFIG_AMILO_RFKILL=m CONFIG_FUJITSU_LAPTOP=m # CONFIG_FUJITSU_TABLET is not set # CONFIG_GPD_POCKET_FAN is not set -CONFIG_HP_ACCEL=m +# CONFIG_HP_ACCEL is not set # CONFIG_WIRELESS_HOTKEY is not set CONFIG_HP_WMI=m # CONFIG_IBM_RTL is not set