]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Fix kconfig unmet dependency warning. BACKLIGHT_CLASS_DEVICE depends on
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 24 Aug 2011 23:46:13 +0000 (09:46 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 05:45:47 +0000 (15:45 +1000)
commit702476c60a2f33e5a94040cf8de70cbe3c839961
tree9994638dedb43461a685772ef5820ee5f31152d3
parent8a0bf8431bf6b95fdae1d1c8a29bcc1c82578192
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>
drivers/gpu/drm/Kconfig