Acked-by: Michael Tremer > On 26 Dec 2022, at 20:28, Peter Müller wrote: > > 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üller > --- > config/kernel/kernel.config.x86_64-ipfire | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.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=m > # > CONFIG_LCD_CLASS_DEVICE=m > CONFIG_LCD_PLATFORM=m > -CONFIG_BACKLIGHT_CLASS_DEVICE=y > +CONFIG_BACKLIGHT_CLASS_DEVICE=m > # 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=m > # 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=m > # CONFIG_BACKLIGHT_LV5207LP is not set > # CONFIG_BACKLIGHT_BD6107 is not set > # CONFIG_BACKLIGHT_ARCXCNN is not set > -- > 2.35.3