diff options
author | Thierry Reding <treding@nvidia.com> | 2015-08-14 12:50:12 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-17 22:51:23 +0200 |
commit | b325a789c7e6554a14fae3c2310ee22fa4ca7cf6 (patch) | |
tree | 5003e75c0020d150e0ec3dfd4baa02e4cf533de6 /drivers/gpu/drm/Kconfig | |
parent | drm/radeon: Select BACKLIGHT_LCD_SUPPORT (diff) | |
download | linux-b325a789c7e6554a14fae3c2310ee22fa4ca7cf6.tar.xz linux-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/Kconfig | 1 |
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. |