From: Hans de Goede Date: Mon, 4 Dec 2017 22:33:21 +0000 (+0100) Subject: drm: Document that drm_panel_orientation_quirks.c is shared with fbdev X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=69f869df720aa6b87ecc407956444192a36089d8;p=linux.git drm: Document that drm_panel_orientation_quirks.c is shared with fbdev Add a comment to the DRM_PANEL_ORIENTATION_QUIRKS documenting that the reason for a separate Kconfig for this is because drm_panel_orientation_quirks.c code is shared with fbdev. Suggested-by: Bartlomiej Zolnierkiewicz Signed-off-by: Hans de Goede Reviewed-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20171204223321.15799-1-hdegoede@redhat.com --- diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 0b166e626eb64..d853989848d68 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -27,6 +27,7 @@ config DRM_MIPI_DSI bool depends on DRM +# Separate option because drm_panel_orientation_quirks.c is shared with fbdev config DRM_PANEL_ORIENTATION_QUIRKS tristate