main/linux-postmarketos-qcom-msm8996: enable CONFIG_BACKLIGHT_QCOM_WLED (MR 2515)

This is needed for devices such as Xiaomi Mi 5 (gemini), having backlight embedded in the panel controller

Signed-off-by: Raffaele Tranquillini <raffaele.tranquillini@gmail.com>
This commit is contained in:
Raffaele Tranquillini 2021-09-13 19:17:14 +02:00 committed by Bart Ribbers
parent a12d9e54b6
commit 4aea6bf381
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
_flavor="postmarketos-qcom-msm8996" _flavor="postmarketos-qcom-msm8996"
pkgname=linux-$_flavor pkgname=linux-$_flavor
pkgver=5.14.0 pkgver=5.14.0
pkgrel=1 pkgrel=2
pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8996 devices" pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8996 devices"
arch="aarch64" arch="aarch64"
_carch="arm64" _carch="arm64"
@ -48,5 +48,5 @@ package() {
} }
sha512sums=" sha512sums="
620075d5e9bcbd424461bebdc73eaac79b8a26a1e15f8cb931b5b9e1181829f7f11341567a63007ced6757da1f2a10a9d85fb5e8f9a91f76d7ebc115e410ed46 linux-msm8996-v5.14.0-msm8996.tar.gz 620075d5e9bcbd424461bebdc73eaac79b8a26a1e15f8cb931b5b9e1181829f7f11341567a63007ced6757da1f2a10a9d85fb5e8f9a91f76d7ebc115e410ed46 linux-msm8996-v5.14.0-msm8996.tar.gz
60ef78da837c0720a2a487e70e24b3a594cf74052bbf9168ae1ebf148cc21a4d15f658eadfe601958cdfb5a9c750ead1b0ea842772cd96e43f5542597ee06734 config-postmarketos-qcom-msm8996.aarch64 ad82b1a16e8ec71e1340b7d7fdfcb223ef387bfeb709ab67fa5dc7f6b9c70a9948c15b88b37dd557643307efb7facdddb74aa8addf2cfe53ebf2241dd53b4513 config-postmarketos-qcom-msm8996.aarch64
" "

View file

@ -3735,7 +3735,7 @@ CONFIG_LCD_CLASS_DEVICE=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_KTD253 is not set # CONFIG_BACKLIGHT_KTD253 is not set
# CONFIG_BACKLIGHT_PWM is not set # CONFIG_BACKLIGHT_PWM is not set
# CONFIG_BACKLIGHT_QCOM_WLED is not set CONFIG_BACKLIGHT_QCOM_WLED=y
# CONFIG_BACKLIGHT_ADP8860 is not set # CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set # CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3630A is not set # CONFIG_BACKLIGHT_LM3630A is not set