19 lines
647 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
# SPDX-License-Identifier: GPL-2.0-only
config DRM_GMA500
2026-01-29 22:25:33 +08:00
tristate "Intel GMA500/600/3600/3650 KMS Framebuffer"
2026-01-21 18:59:54 +08:00
depends on DRM && PCI && X86 && MMU
select DRM_KMS_HELPER
2026-01-29 22:25:33 +08:00
select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
select I2C
select I2C_ALGOBIT
2026-01-21 18:59:54 +08:00
# GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915
select ACPI_VIDEO if ACPI
select BACKLIGHT_CLASS_DEVICE if ACPI
select INPUT if ACPI
2026-01-29 22:25:33 +08:00
select X86_PLATFORM_DEVICES if ACPI
select ACPI_WMI if ACPI
2026-01-21 18:59:54 +08:00
help
Say yes for an experimental 2D KMS framebuffer driver for the
2026-01-29 22:25:33 +08:00
Intel GMA500 (Poulsbo), Intel GMA600 (Moorestown/Oak Trail) and
Intel GMA3600/3650 (Cedar Trail).