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>
This commit is contained in:
parent
43fd0d9230
commit
755ee12daf
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue