mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 11:04:44 +08:00
837f23bb4b
With support for the MID-related chips removed, only support for desktop chips is left in the driver. So just build the complete driver if DRM_GMA500 has been selected. Anyone who wants to enable the Poulsbo code would probably also want the Cedarview code. [Patrik: Fixed conflict due to Oaktrail not being dropped] Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210129095604.32423-4-tzimmermann@suse.de
22 lines
716 B
Plaintext
22 lines
716 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_GMA500
|
|
tristate "Intel GMA500/600/3600/3650 KMS Framebuffer"
|
|
depends on DRM && PCI && X86 && MMU
|
|
select DRM_KMS_HELPER
|
|
select DRM_TTM
|
|
# 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
|
|
help
|
|
Say yes for an experimental 2D KMS framebuffer driver for the
|
|
Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
|
|
devices.
|
|
|
|
config DRM_GMA600
|
|
bool "Intel GMA600 support (Experimental)"
|
|
depends on DRM_GMA500
|
|
help
|
|
Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
|
|
platforms with LVDS ports. MIPI is not currently supported.
|