diff options
author | Thierry Reding <treding@nvidia.com> | 2015-08-14 06:50:11 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-17 16:51:22 -0400 |
commit | 33610527907d532e5abedc2b1026b4992726c3b0 (patch) | |
tree | f093c64be198d698368a62578fc1a12e85064f56 /drivers/gpu/drm/Kconfig | |
parent | 432a4ff8b7224908a8bbc34b598f48af3f42b827 (diff) |
drm/radeon: 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 86191586340f..9e28d34ebd6f 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -128,6 +128,7 @@ config DRM_RADEON | |||
128 | select POWER_SUPPLY | 128 | select POWER_SUPPLY |
129 | select HWMON | 129 | select HWMON |
130 | select BACKLIGHT_CLASS_DEVICE | 130 | select BACKLIGHT_CLASS_DEVICE |
131 | select BACKLIGHT_LCD_SUPPORT | ||
131 | select INTERVAL_TREE | 132 | select INTERVAL_TREE |
132 | help | 133 | help |
133 | Choose this option if you have an ATI Radeon graphics card. There | 134 | Choose this option if you have an ATI Radeon graphics card. There |