From patchwork Mon Dec 26 19:28:31 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: 6328 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 4Ngnrm6RKjz3wcv for ; Mon, 26 Dec 2022 19:28:40 +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 4Ngnrm2VZfzRT; Mon, 26 Dec 2022 19:28:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Ngnrm2R83z2y4g; Mon, 26 Dec 2022 19:28:40 +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 4Ngnrk47kvz2xmd for ; Mon, 26 Dec 2022 19:28:38 +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 4Ngnrh3JsgzJQ for ; Mon, 26 Dec 2022 19:28:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672082918; 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=hW26/Yfp0dfNnylgYMRGVWpKK6wlEQbM/QzYeZqR624=; b=/dCASkpdpuDL9UuiUGXM+l6NxE8VP1IH2Zm8Hv8Ad/HnCAw5Y7qQ25Uut+p4TUY3OiOE7l HIpsll/MKxQ3ZHAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672082918; 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=hW26/Yfp0dfNnylgYMRGVWpKK6wlEQbM/QzYeZqR624=; b=CnL46S0/MPHnMLt3ruttGPfnagl9uFWn8r5rgcHTxLbqF023HWGBMg8PXohQJXkWwqPp5H XS6gman0OAAZvDD0iKyjUjR0FSTnt0nJYyuW5bJ5QjiFQiGTn8KjBeAxTPy6DBWbTDx/SF /2ZN01ej/JPAzPZPoJI0ogmR/i0clD7zW3g1xSpRyg9e+ysYQ1c/IQLYpdXvb79VFr28z+ bHV6Izv3w5ajCJR+3Mu92MpdcYaHIfw4WPq/7sPcAeMb38W26FZxDyuDhK0Qn41f6egZkA almzfvsCUjog0/zOIRza/cVkYZEx2ZB5B+uo76uWMY/NxIS4gfIzaetd3KQKUw== Message-ID: <8a6c84eb-a409-8e74-9ec9-3c0ee8e47008@ipfire.org> Date: Mon, 26 Dec 2022 19:28:31 +0000 MIME-Version: 1.0 Subject: [PATCH 12/21] linux: Make graphics configruation sane 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 79c261934990d0239cf7d51f7980d937bc4ff9f3), however, the hardware support situation at IPFire 2.x is different, and so some toggling of backlight regulation support remains. Signed-off-by: Peter Müller Acked-by: Michael Tremer --- 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