From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 05 Dec 2017 11:00:35 +0000 Subject: [PATCH] drm: Document that drm_panel_orientation_quirks.c is shared with fbdev Message-Id: <20171205110035.7537-2-hdegoede@redhat.com> List-Id: References: <20171205110035.7537-1-hdegoede@redhat.com> In-Reply-To: <20171205110035.7537-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Daniel Vetter , Jani Nikula , Sean Paul , Bartlomiej Zolnierkiewicz Cc: Hans de Goede , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org 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 Reviewed-by: Daniel Vetter Signed-off-by: Hans de Goede --- drivers/gpu/drm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 0b166e626eb6..d853989848d6 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 -- 2.14.3