Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_DRM_HISI_KIRIN
	tristate "DRM Support for Hisilicon Kirin series SoCs Platform"
	depends on CONFIG_DRM && CONFIG_OF && CONFIG_ARM64
	select CONFIG_DRM_KMS_HELPER
	select CONFIG_DRM_GEM_CMA_HELPER
	select CONFIG_DRM_KMS_CMA_HELPER
	select CONFIG_HISI_KIRIN_DW_DSI
	help
	  Choose this option if you have a hisilicon Kirin chipsets(hi6220).
	  If CONFIG_M is selected the module will be called kirin-drm.

config CONFIG_HISI_KIRIN_DW_DSI
	tristate "HiSilicon Kirin specific extensions for Synopsys DW MIPI DSI"
	depends on CONFIG_DRM_HISI_KIRIN
	select CONFIG_DRM_MIPI_DSI
	help
	 This selects support for HiSilicon Kirin SoC specific extensions for
	 the Synopsys DesignWare DSI driver. If you want to enable MIPI DSI on
	 hi6220 based SoC, you should selet this option.