Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) | Kconfig (000458b5966fab07568cd6cf5d044314f448e34c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_GMA500 3 tristate "Intel GMA500/600/3600/3650 KMS Framebuffer" 4 depends on DRM && PCI && X86 && MMU 5 select DRM_KMS_HELPER | 1# SPDX-License-Identifier: GPL-2.0-only 2config 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 I2C 7 select I2C_ALGOBIT |
|
6 # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915 7 select ACPI_VIDEO if ACPI 8 select BACKLIGHT_CLASS_DEVICE if ACPI 9 select INPUT if ACPI 10 select X86_PLATFORM_DEVICES if ACPI 11 select ACPI_WMI if ACPI 12 help 13 Say yes for an experimental 2D KMS framebuffer driver for the 14 Intel GMA500 (Poulsbo), Intel GMA600 (Moorestown/Oak Trail) and 15 Intel GMA3600/3650 (Cedar Trail). | 8 # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915 9 select ACPI_VIDEO if ACPI 10 select BACKLIGHT_CLASS_DEVICE if ACPI 11 select INPUT if ACPI 12 select X86_PLATFORM_DEVICES if ACPI 13 select ACPI_WMI if ACPI 14 help 15 Say yes for an experimental 2D KMS framebuffer driver for the 16 Intel GMA500 (Poulsbo), Intel GMA600 (Moorestown/Oak Trail) and 17 Intel GMA3600/3650 (Cedar Trail). |