The config DRM_IMX_NWL_DSI depends on DRM_IMX, while DRM_IMX config
depends on IMX_IPUV3_CORE. Since DRM_IMX_NWL_DSI can be used without
IMX_IPUV3_CORE, remove this depend from DRM_IMX.
Also, change the depend on DRM_IMX from DRM_IMX_NWL_DSI to select so
DRM_IMX will be automatically selected (no need to manually add it to
defconfig).
Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
select DRM_GEM_CMA_HELPER
select DRM_KMS_CMA_HELPER
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
- depends on IMX_IPUV3_CORE
help
enable i.MX graphics support
config DRM_IMX_NWL_DSI
tristate "Support for Northwest Logic MIPI DSI displays"
- depends on DRM_IMX
+ select DRM_IMX
select MFD_SYSCON
select DRM_NWL_DSI
help