aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-08-14 12:50:12 +0200
committerAlex Deucher <alexander.deucher@amd.com>2015-08-17 16:51:23 -0400
commitb325a789c7e6554a14fae3c2310ee22fa4ca7cf6 (patch)
tree5003e75c0020d150e0ec3dfd4baa02e4cf533de6 /drivers/gpu/drm/Kconfig
parentdrm/radeon: Select BACKLIGHT_LCD_SUPPORT (diff)
downloadlinux-dev-b325a789c7e6554a14fae3c2310ee22fa4ca7cf6.tar.xz
linux-dev-b325a789c7e6554a14fae3c2310ee22fa4ca7cf6.zip
drm/amdgpu: Select BACKLIGHT_LCD_SUPPORT
Explicitly select BACKLIGHT_LCD_SUPPORT to satisfy the direct dependency of BACKLIGHT_CLASS_DEVICE. Cc: Alex Deucher <alexander.deucher@amd.com> Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 9e28d34ebd6f..df99b0132134 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -152,6 +152,7 @@ config DRM_AMDGPU
select POWER_SUPPLY
select HWMON
select BACKLIGHT_CLASS_DEVICE
+ select BACKLIGHT_LCD_SUPPORT
select INTERVAL_TREE
help
Choose this option if you have a recent AMD Radeon graphics card.