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>
This commit is contained in:
parent
3361052790
commit
b325a789c7
|
@ -152,6 +152,7 @@ config DRM_AMDGPU
|
||||||
select POWER_SUPPLY
|
select POWER_SUPPLY
|
||||||
select HWMON
|
select HWMON
|
||||||
select BACKLIGHT_CLASS_DEVICE
|
select BACKLIGHT_CLASS_DEVICE
|
||||||
|
select BACKLIGHT_LCD_SUPPORT
|
||||||
select INTERVAL_TREE
|
select INTERVAL_TREE
|
||||||
help
|
help
|
||||||
Choose this option if you have a recent AMD Radeon graphics card.
|
Choose this option if you have a recent AMD Radeon graphics card.
|
||||||
|
|
Loading…
Reference in New Issue