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_GMA500
	tristate "Intel GMA5/600 KMS Framebuffer"
	depends on CONFIG_DRM && CONFIG_PCI && CONFIG_X86
	select CONFIG_DRM_KMS_HELPER
	select CONFIG_DRM_TTM
	# GMA500 depends on CONFIG_ACPI_VIDEO when CONFIG_ACPI is enabled, just like i915
	select CONFIG_ACPI_VIDEO if CONFIG_ACPI
	select CONFIG_BACKLIGHT_CLASS_DEVICE if CONFIG_ACPI
	select CONFIG_INPUT if CONFIG_ACPI
	help
	  Say yes for an experimental 2D KMS framebuffer driver for the
	  Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
	  devices.

config CONFIG_DRM_GMA600
	bool "Intel GMA600 support (Experimental)"
	depends on CONFIG_DRM_GMA500
	help
	  Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
	  platforms with LVDS ports. MIPI is not currently supported.

config CONFIG_DRM_GMA3600
	bool "Intel GMA3600/3650 support (Experimental)"
	depends on CONFIG_DRM_GMA500
	help
	  Say yes to include basic support for Intel GMA3600/3650 (Intel
	  Cedar Trail) platforms.

config CONFIG_DRM_MEDFIELD
	bool "Intel Medfield support (Experimental)"
	depends on CONFIG_DRM_GMA500 && CONFIG_X86_INTEL_MID
	help
	  Say yes to include support for the Intel Medfield platform.