]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: Select BACKLIGHT_LCD_SUPPORT
authorThierry Reding <treding@nvidia.com>
Fri, 14 Aug 2015 10:50:12 +0000 (12:50 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Aug 2015 20:51:23 +0000 (16:51 -0400)
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>
drivers/gpu/drm/Kconfig

index 9e28d34ebd6ffc58c8327218056441721ce6a93d..df99b013213424f4d68cdfbb1f0c48c5168e8086 100644 (file)
@@ -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.