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>] [day] [month] [year] [list]
Date:   Wed, 20 Mar 2019 20:35:08 -0500
From:   Alec Ari <alec@...labs.com>
To:     linux-kernel@...r.kernel.org
Subject: drm/Kconfig: Remove selection of BACKLIGHT_* options for DRM_RADEON

 From e38df43127fd9a5db167f5873aee882b60f63f37 Mon Sep 17 00:00:00 2001
 From: Alec Ari <alec@...labs.com>
Date: Wed, 20 Mar 2019 20:19:48 -0500
Subject: drm/Kconfig: Remove selection of BACKLIGHT_* options for 
DRM_RADEON

Backlight support is not required for base DRM_RADEON
functionality. Tested on Acer Aspire One w/ Radeon HD 6290.

Signed-off-by: Alec Ari <alec@...labs.com>
---
  drivers/gpu/drm/Kconfig | 2 --
  1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index bd943a71756c..16dd978bd74e 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -193,8 +193,6 @@ config DRM_RADEON
          select DRM_TTM
  	select POWER_SUPPLY
  	select HWMON
-	select BACKLIGHT_CLASS_DEVICE
-	select BACKLIGHT_LCD_SUPPORT
  	select INTERVAL_TREE
  	help
  	  Choose this option if you have an ATI Radeon graphics card.  There
-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ