Browse Source

drm/hisilicon: add select HISI_KIRIN_DW_DSI

 Add select HISI_KIRIN_DW_DSI to Kconfig.
 The DRM driver depends on dsi sub-driver.

Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
Zoltan Kuscsik 9 years ago
parent
commit
755ee12daf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpu/drm/hisilicon/kirin/Kconfig

+ 1 - 0
drivers/gpu/drm/hisilicon/kirin/Kconfig

@@ -4,6 +4,7 @@ config DRM_HISI_KIRIN
 	select DRM_KMS_HELPER
 	select DRM_KMS_HELPER
 	select DRM_GEM_CMA_HELPER
 	select DRM_GEM_CMA_HELPER
 	select DRM_KMS_CMA_HELPER
 	select DRM_KMS_CMA_HELPER
+	select HISI_KIRIN_DW_DSI
 	help
 	help
 	  Choose this option if you have a hisilicon Kirin chipsets(hi6220).
 	  Choose this option if you have a hisilicon Kirin chipsets(hi6220).
 	  If M is selected the module will be called kirin-drm.
 	  If M is selected the module will be called kirin-drm.