drm: fix kconfig unmet dependency warning
authorRandy Dunlap <[email protected]>
Mon, 31 Oct 2011 19:51:30 +0000 (12:51 -0700)
committerDave Airlie <[email protected]>
Fri, 11 Nov 2011 11:23:09 +0000 (11:23 +0000)
commit44a1dabf4cfb787459bfbff305a2a1cda628766d
treeae03d29416bd9c2bda360a0949cf2cc5c83b88b2
parent0007fa2416f350621709880357d2fc50c5233984
drm: fix kconfig unmet dependency warning

Fix kconfig unmet dependency warning.  BACKLIGHT_CLASS_DEVICE depends on
BACKLIGHT_LCD_SUPPORT, so select the latter along with the former.

warning: (DRM_RADEON_KMS && DRM_I915 && STUB_POULSBO && FB_BACKLIGHT && PANEL_SHARP_LS037V7DW01 && PANEL_ACX565AKM && USB_APPLEDISPLAY && FB_OLPC_DCON && ASUS_LAPTOP && SONY_LAPTOP && THINKPAD_ACPI && EEEPC_LAPTOP && ACPI_ASUS && ACPI_CMPC && SAMSUNG_Q10) selects BACKLIGHT_CLASS_DEVICE which has unmet direct dependencies (HAS_IOMEM && BACKLIGHT_LCD_SUPPORT)

Signed-off-by: Randy Dunlap <[email protected]>
Cc: David Airlie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/Kconfig