diff options
author | Thierry Reding <treding@nvidia.com> | 2015-08-14 06:50:12 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-17 16:51:23 -0400 |
commit | b325a789c7e6554a14fae3c2310ee22fa4ca7cf6 (patch) | |
tree | 5003e75c0020d150e0ec3dfd4baa02e4cf533de6 | |
parent | 33610527907d532e5abedc2b1026b4992726c3b0 (diff) |
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>
-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 | |||
152 | select POWER_SUPPLY | 152 | select POWER_SUPPLY |
153 | select HWMON | 153 | select HWMON |
154 | select BACKLIGHT_CLASS_DEVICE | 154 | select BACKLIGHT_CLASS_DEVICE |
155 | select BACKLIGHT_LCD_SUPPORT | ||
155 | select INTERVAL_TREE | 156 | select INTERVAL_TREE |
156 | help | 157 | help |
157 | Choose this option if you have a recent AMD Radeon graphics card. | 158 | Choose this option if you have a recent AMD Radeon graphics card. |