imx-drm: currently only IPUv3 is supported, make it mandatory
As long as only IPUv3 is supported in imx-drm, hide the separate DRM_IMX_IPUV3 option and make DRM_IMX depend on IMX_IPUV3_CORE. Reported-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9a6660308c
commit
161f6d8ff3
@ -6,6 +6,7 @@ config DRM_IMX
|
|||||||
select DRM_GEM_CMA_HELPER
|
select DRM_GEM_CMA_HELPER
|
||||||
select DRM_KMS_CMA_HELPER
|
select DRM_KMS_CMA_HELPER
|
||||||
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
|
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
|
||||||
|
depends on IMX_IPUV3_CORE
|
||||||
help
|
help
|
||||||
enable i.MX graphics support
|
enable i.MX graphics support
|
||||||
|
|
||||||
@ -40,11 +41,11 @@ config DRM_IMX_LDB
|
|||||||
found on i.MX53 and i.MX6 processors.
|
found on i.MX53 and i.MX6 processors.
|
||||||
|
|
||||||
config DRM_IMX_IPUV3
|
config DRM_IMX_IPUV3
|
||||||
tristate "DRM Support for i.MX IPUv3"
|
tristate
|
||||||
depends on DRM_IMX
|
depends on DRM_IMX
|
||||||
depends on IMX_IPUV3_CORE
|
depends on IMX_IPUV3_CORE
|
||||||
help
|
default y if DRM_IMX=y
|
||||||
Choose this if you have a i.MX5 or i.MX6 processor.
|
default m if DRM_IMX=m
|
||||||
|
|
||||||
config DRM_IMX_HDMI
|
config DRM_IMX_HDMI
|
||||||
tristate "Freescale i.MX DRM HDMI"
|
tristate "Freescale i.MX DRM HDMI"
|
||||||
|
Loading…
Reference in New Issue
Block a user