From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 11/21] linux: Disable some character devices that do not make sense Date: Tue, 27 Dec 2022 12:24:16 +0100 Message-ID: In-Reply-To: <6f473e00-ea4e-a37f-234e-79274b371643@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0951833053769225540==" List-Id: --===============0951833053769225540== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Acked-by: Michael Tremer > On 26 Dec 2022, at 20:28, Peter M=C3=BCller wr= ote: >=20 > Inspired by IPFire 3.x (commit 472fb5fa6b1f77a2166407a8936fda6c8cbdb80b). >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/kernel/kernel.config.x86_64-ipfire | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) >=20 > diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kern= el.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 --===============0951833053769225540==--