]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: fix kconfig unmet dependency warning
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 28 Sep 2011 00:49:36 +0000 (10:49 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 30 Sep 2011 04:53:07 +0000 (14:53 +1000)
commitd7257bf512810ae3b0c5890263dfaf5ce0af36c0
tree33f754d0666fe1466abf88df9668b4588a3a1ba4
parent3f8a79d03619bbf7c0dc63ce8bebcce546754714
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 <>
drivers/gpu/drm/Kconfig