brintos

brintos / linux-shallow public Read only

0
0
Text · 647 B · efb4a2d Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_GMA5003	tristate "Intel GMA500/600/3600/3650 KMS Framebuffer"4	depends on DRM && PCI && X86 && MMU5	select DRM_KMS_HELPER6	select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION7	select I2C8	select I2C_ALGOBIT9	# GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i91510	select ACPI_VIDEO if ACPI11	select BACKLIGHT_CLASS_DEVICE if ACPI12	select INPUT if ACPI13	select X86_PLATFORM_DEVICES if ACPI14	select ACPI_WMI if ACPI15	help16	  Say yes for an experimental 2D KMS framebuffer driver for the17	  Intel GMA500 (Poulsbo), Intel GMA600 (Moorestown/Oak Trail) and18	  Intel GMA3600/3650 (Cedar Trail).19