From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 11/21] linux: Disable some character devices that do not make sense Date: Mon, 26 Dec 2022 19:28:07 +0000 Message-ID: <6f473e00-ea4e-a37f-234e-79274b371643@ipfire.org> In-Reply-To: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5433611434335847490==" List-Id: --===============5433611434335847490== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Inspired by IPFire 3.x (commit 472fb5fa6b1f77a2166407a8936fda6c8cbdb80b). Signed-off-by: Peter M=C3=BCller --- 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=3Dm # # Misc devices # -CONFIG_SENSORS_LIS3LV02D=3Dm # CONFIG_AD525X_DPOT is not set CONFIG_DUMMY_IRQ=3Dm CONFIG_IBM_ASM=3Dm @@ -3280,8 +3279,8 @@ CONFIG_INPUT_RETU_PWRBUTTON=3Dm # CONFIG_INPUT_AXP20X_PEK is not set CONFIG_INPUT_UINPUT=3Dm # CONFIG_INPUT_PCF8574 is not set -CONFIG_INPUT_GPIO_ROTARY_ENCODER=3Dm -CONFIG_INPUT_DA7280_HAPTICS=3Dm +# 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=3Dm CONFIG_FUJITSU_LAPTOP=3Dm # CONFIG_FUJITSU_TABLET is not set # CONFIG_GPD_POCKET_FAN is not set -CONFIG_HP_ACCEL=3Dm +# CONFIG_HP_ACCEL is not set # CONFIG_WIRELESS_HOTKEY is not set CONFIG_HP_WMI=3Dm # CONFIG_IBM_RTL is not set --=20 2.35.3 --===============5433611434335847490==--