linux/drivers/gpu/drm/panel
Russell King 937ca28445 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 <rmk+kernel@arm.linux.org.uk>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-07-14 10:24:57 +02:00
..
Kconfig drm/panel: consolidate unnecessary explicit dependencies 2014-07-14 10:24:57 +02:00
Makefile drm/panel: add S6E8AA0 driver 2014-04-04 21:24:49 +09:00
panel-ld9040.c drm/panel: ld9040: add power control sequence 2014-06-05 16:46:39 +02:00
panel-s6e8aa0.c drm/panel: s6e8aa0: silence array overflow warning 2014-06-05 16:46:39 +02:00
panel-simple.c drm/panel: simple - Add AUO B133XTN01 panel support 2014-06-09 12:17:21 +02:00