]> Git Repo - linux.git/blob - drivers/gpu/drm/gma500/Kconfig
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / drivers / gpu / drm / gma500 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config DRM_GMA500
3         tristate "Intel GMA500/600/3600/3650 KMS Framebuffer"
4         depends on DRM && PCI && X86 && MMU
5         select DRM_KMS_HELPER
6         select FB_IO_HELPERS if DRM_FBDEV_EMULATION
7         select I2C
8         select I2C_ALGOBIT
9         # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915
10         select ACPI_VIDEO if ACPI
11         select BACKLIGHT_CLASS_DEVICE if ACPI
12         select INPUT if ACPI
13         select X86_PLATFORM_DEVICES if ACPI
14         select ACPI_WMI if ACPI
15         help
16           Say yes for an experimental 2D KMS framebuffer driver for the
17           Intel GMA500 (Poulsbo), Intel GMA600 (Moorestown/Oak Trail) and
18           Intel GMA3600/3650 (Cedar Trail).
This page took 0.036923 seconds and 4 git commands to generate.