From: Arnd Bergmann Date: Wed, 28 Jan 2015 13:48:08 +0000 (+0100) Subject: drm: sti: add panel dependency X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6a363def27b2bfe0c9fcb325350f4d1b538443;p=pandora-kernel.git drm: sti: add panel dependency The newly added sti driver requires the drm_panel helpers, and we get a link error if they are not enabled ERROR: "drm_panel_attach" [drivers/gpu/drm/sti/stidvo.ko] undefined! ERROR: "of_drm_find_panel" [drivers/gpu/drm/sti/stidvo.ko] undefined! This adds a 'select' statement as we have for the other drivers. Signed-off-by: Arnd Bergmann Signed-off-by: Dave Airlie --- Reading git-diff-tree failed