From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 12/21] linux: Make graphics configruation sane Date: Tue, 27 Dec 2022 12:24:34 +0100 Message-ID: <5547CC48-F9FD-4EA5-8142-96A3858E9893@ipfire.org> In-Reply-To: <8a6c84eb-a409-8e74-9ec9-3c0ee8e47008@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4514607431319503595==" List-Id: --===============4514607431319503595== 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 79c261934990d0239cf7d51f7980d937bc4ff9f3), > however, the hardware support situation at IPFire 2.x is different, and > so some toggling of backlight regulation support remains. Inspired? > Signed-off-by: Peter M=C3=BCller > --- > config/kernel/kernel.config.x86_64-ipfire | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kern= el.config.x86_64-ipfire > index 0b762970b..9d3541cfe 100644 > --- a/config/kernel/kernel.config.x86_64-ipfire > +++ b/config/kernel/kernel.config.x86_64-ipfire > @@ -5224,7 +5224,7 @@ CONFIG_FB_SM712=3Dm > # > CONFIG_LCD_CLASS_DEVICE=3Dm > CONFIG_LCD_PLATFORM=3Dm > -CONFIG_BACKLIGHT_CLASS_DEVICE=3Dy > +CONFIG_BACKLIGHT_CLASS_DEVICE=3Dm > # CONFIG_BACKLIGHT_KTD253 is not set > # CONFIG_BACKLIGHT_LM3533 is not set > # CONFIG_BACKLIGHT_CARILLO_RANCH is not set > @@ -5234,7 +5234,7 @@ CONFIG_BACKLIGHT_APPLE=3Dm > # CONFIG_BACKLIGHT_ADP8860 is not set > # CONFIG_BACKLIGHT_ADP8870 is not set > # CONFIG_BACKLIGHT_LM3639 is not set > -# CONFIG_BACKLIGHT_GPIO is not set > +CONFIG_BACKLIGHT_GPIO=3Dm > # CONFIG_BACKLIGHT_LV5207LP is not set > # CONFIG_BACKLIGHT_BD6107 is not set > # CONFIG_BACKLIGHT_ARCXCNN is not set > --=20 > 2.35.3 --===============4514607431319503595==--