mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-18 02:46:06 +00:00
4520844b44
Change the infix for fbdev's I/O-memory helpers from _IO_ to _IOMEM_ to distiguish them from other types of I/O, such as file operations. The helpers operate on memory ranges in the I/O address space and the naming should make this clear. Adapt all users. No functional changes. Suggested-by: Helge Deller <deller@gmx.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Helge Deller <deller@gmx.de> Link: https://patchwork.freedesktop.org/patch/msgid/20230729193157.15446-2-tzimmermann@suse.de
19 lines
647 B
Plaintext
19 lines
647 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 FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
|
|
select I2C
|
|
select I2C_ALGOBIT
|
|
# 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
|
|
select X86_PLATFORM_DEVICES if ACPI
|
|
select ACPI_WMI if ACPI
|
|
help
|
|
Say yes for an experimental 2D KMS framebuffer driver for the
|
|
Intel GMA500 (Poulsbo), Intel GMA600 (Moorestown/Oak Trail) and
|
|
Intel GMA3600/3650 (Cedar Trail).
|