On Fri, Jun 02, 2017 at 01:25:14PM -0700, Eric Anholt wrote: [...]
diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig index f6968d3b4b41..adf9ae0e0b7c 100644 --- a/drivers/gpu/drm/bridge/Kconfig +++ b/drivers/gpu/drm/bridge/Kconfig @@ -4,6 +4,14 @@ config DRM_BRIDGE help Bridge registration and lookup framework.
+config DRM_PANEL_BRIDGE
Nit: perhaps this would be better named DRM_BRIDGE_PANEL because it is part of DRM_BRIDGE (and in fact depends on it). DRM_PANEL_ prefix with the select on DRM_PANEL looks weird.
Thierry