From 469b109efd14d52106e2bb820e65029213e9d118 Mon Sep 17 00:00:00 2001 From: clayton craft Date: Wed, 27 Sep 2023 21:57:37 +0000 Subject: [PATCH] generic-x86-64: enable backlight support (#2772) This enables backlight support on these hosts, which is useful if running HASS on an old laptop or tablet and you want to (e.g.) conserve power by controlling the backlight. --- buildroot-external/board/pc/generic-x86-64/kernel.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildroot-external/board/pc/generic-x86-64/kernel.config b/buildroot-external/board/pc/generic-x86-64/kernel.config index e0312fede..2ff6448c9 100644 --- a/buildroot-external/board/pc/generic-x86-64/kernel.config +++ b/buildroot-external/board/pc/generic-x86-64/kernel.config @@ -38,6 +38,9 @@ CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_PWM=m + CONFIG_MMC=y CONFIG_MMC_BLOCK=y CONFIG_MMC_SDHCI=y