diff options
author | Dave Airlie <airlied@redhat.com> | 2021-01-15 08:14:33 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-01-15 08:14:39 +0300 |
commit | 1777b185f5cc0c6470f429b5a3f5f2766dc62f7a (patch) | |
tree | 26f77d2297057936583ec7ba1ea081dc36d25b1e /drivers/gpu | |
parent | fb5cfcaa2efbb4c71abb1dfbc8f4da727e0bfd89 (diff) | |
parent | 82581fcf070b68a91fb3a3ade08d9a76380a4789 (diff) | |
download | linux-1777b185f5cc0c6470f429b5a3f5f2766dc62f7a.tar.xz |
Merge tag 'imx-drm-next-2021-01-08' of git://git.pengutronix.de/git/pza/linux into drm-next
drm/imx: compile test fixes
- Fix COMPILE_TEST builds with CONFIG_OF disabled.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/8c048f3677f706de306c19ecf6868c4109c1c40d.camel@pengutronix.de
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/imx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig index 73fe2bc5633c..b5fa0e45a839 100644 --- a/drivers/gpu/drm/imx/Kconfig +++ b/drivers/gpu/drm/imx/Kconfig @@ -37,7 +37,7 @@ config DRM_IMX_LDB config DRM_IMX_HDMI tristate "Freescale i.MX DRM HDMI" select DRM_DW_HDMI - depends on DRM_IMX + depends on DRM_IMX && OF help Choose this if you want to use HDMI on i.MX6. |