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

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_DRM_ATMEL_HLCDC
	tristate "DRM Support for ATMEL HLCDC Display Controller"
	depends on CONFIG_DRM && CONFIG_OF && CONFIG_COMMON_CLK && CONFIG_MFD_ATMEL_HLCDC && CONFIG_ARM
	select CONFIG_DRM_GEM_CMA_HELPER
	select CONFIG_DRM_KMS_HELPER
	select CONFIG_DRM_KMS_CMA_HELPER
	select CONFIG_DRM_PANEL
	help
	  Choose this option if you have an CONFIG_ATMEL SoC with an HLCDC display
	  controller (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family).