drm/Kconfig: Remove selection of BACKLIGHT_* options for DRM_RADEON

From: Alec Ari
Date: Wed Mar 20 2019 - 21:42:19 EST


From e38df43127fd9a5db167f5873aee882b60f63f37 Mon Sep 17 00:00:00 2001
From: Alec Ari <alec@xxxxxxxxxxx>
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@xxxxxxxxxxx>
---
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