diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2014-12-05 01:26:31 -0500 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2015-01-07 12:31:56 -0500 |
commit | b21f4b658df885068c65852ef3d9d2f4f2821b03 (patch) | |
tree | eaad214ec186ccbd6a7c4cd2d67b23d91e02e2be /drivers/gpu/drm/imx/Kconfig | |
parent | aaa757a092c281461d4358e439143748142d5d72 (diff) |
drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmi
the original imx hdmi driver is under drm/imx/,
which depends on imx-drm, so move the imx hdmi
driver out to drm/bridge and rename it to dw_hdmi
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Tested-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/imx/Kconfig')
-rw-r--r-- | drivers/gpu/drm/imx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig index ab31848e92cf..5d5e4092d40a 100644 --- a/drivers/gpu/drm/imx/Kconfig +++ b/drivers/gpu/drm/imx/Kconfig | |||
@@ -49,6 +49,7 @@ config DRM_IMX_IPUV3 | |||
49 | 49 | ||
50 | config DRM_IMX_HDMI | 50 | config DRM_IMX_HDMI |
51 | tristate "Freescale i.MX DRM HDMI" | 51 | tristate "Freescale i.MX DRM HDMI" |
52 | select DRM_DW_HDMI | ||
52 | depends on DRM_IMX | 53 | depends on DRM_IMX |
53 | help | 54 | help |
54 | Choose this if you want to use HDMI on i.MX6. | 55 | Choose this if you want to use HDMI on i.MX6. |