lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 11 Feb 2022 15:04:44 +0530
From:   Onkarnath <onkarnath.1@...sung.com>
To:     robh@...nel.org
Cc:     linux-kernel@...r.kernel.org, maninder1.s@...sung.com,
        v.narang@...sung.com, maennich@...gle.com,
        Onkarnath <onkarnath.1@...sung.com>
Subject: [PATCH 1/1] android-recommended.config: change
 BACKLIGHT_LCD_SUPPORT to LCD_CLASS_DEVICE

with commit '8c5dc8d9f19c ("video: backlight: Remove useless
BACKLIGHT_LCD_SUPPORT kernel symbol")'code of BACKLIGHT_LCD_SUPPORT
is removed from kernel, and control shifted to LCD_CLASS_DEVICE only
thus updating android recommended config also.

Signed-off-by: Onkarnath <onkarnath.1@...sung.com>
---
 kernel/configs/android-recommended.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/configs/android-recommended.config b/kernel/configs/android-recommended.config
index eb0029c9a6a6..0869095ff345 100644
--- a/kernel/configs/android-recommended.config
+++ b/kernel/configs/android-recommended.config
@@ -7,7 +7,6 @@
 # CONFIG_PM_WAKELOCKS_GC is not set
 # CONFIG_VT is not set
 CONFIG_ARM64_SW_TTBR0_PAN=y
-CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_BLK_DEV_DM=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
@@ -86,6 +85,7 @@ CONFIG_JOYSTICK_XPAD_FF=y
 CONFIG_JOYSTICK_XPAD_LEDS=y
 CONFIG_KALLSYMS_ALL=y
 CONFIG_KSM=y
+CONFIG_LCD_CLASS_DEVICE=y
 CONFIG_LOGIG940_FF=y
 CONFIG_LOGIRUMBLEPAD2_FF=y
 CONFIG_LOGITECH_FF=y
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ