]> git.baikalelectronics.ru Git - kernel.git/commit
drm: fix kconfig unmet dependency warning
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 31 Oct 2011 19:51:30 +0000 (12:51 -0700)
committerDave Airlie <airlied@redhat.com>
Fri, 11 Nov 2011 11:23:09 +0000 (11:23 +0000)
commitf39e0ee7d60a9c46cab116510f8a64b9019de6e2
treeae03d29416bd9c2bda360a0949cf2cc5c83b88b2
parent91f59d7ce65261362842e57a6466af5b73b1a807
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 <rdunlap@xenotime.net>
Cc: David Airlie <airlied@linux.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/Kconfig