From 937ca28445644cb9a5baf95b60b3482f2b751023 Mon Sep 17 00:00:00 2001 From: Russell King Date: Fri, 13 Jun 2014 14:06:11 +0100 Subject: [PATCH] drm/panel: consolidate unnecessary explicit dependencies DRM_PANEL_LD9040 and DRM_PANEL_S6E8AA0 both explicitly depended on DRM_PANEL && DRM, whereas DRM_PANEL_SIMPLE relies upon the dependency on the menu. We do not need to use explicit dependencies if we make the menu depend on DRM_PANEL && DRM - this will implicitly make each entry in the menu depend on DRM_PANEL && DRM without this needing to be explicitly stated against every entry. Signed-off-by: Russell King Acked-by: Arnd Bergmann Signed-off-by: Thierry Reding --- Reading git-format-patch failed