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_TEGRA
	tristate "NVIDIA Tegra DRM"
	depends on CONFIG_ARCH_TEGRA || (CONFIG_ARM && CONFIG_COMPILE_TEST)
	depends on CONFIG_COMMON_CLK
	depends on CONFIG_DRM
	select CONFIG_DRM_KMS_HELPER
	select CONFIG_DRM_MIPI_DSI
	select CONFIG_DRM_PANEL
	select CONFIG_TEGRA_HOST1X
	help
	  Choose this option if you have an NVIDIA Tegra SoC.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called tegra-drm.

if CONFIG_DRM_TEGRA

config CONFIG_DRM_TEGRA_DEBUG
	bool "NVIDIA Tegra DRM debug support"
	help
	  Say yes here to enable debugging support.

config CONFIG_DRM_TEGRA_STAGING
	bool "Enable HOST1X interface"
	depends on CONFIG_STAGING
	help
	  Say yes if HOST1X should be available for userspace CONFIG_DRM users.

	  If unsure, choose N.

endif