diff options
author | Thomas Zimmermann <[email protected]> | 2021-01-29 10:56:04 +0100 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2021-02-09 17:14:12 +0100 |
commit | 0b365a207ec729629f407facdf7ae64c1e3d920a (patch) | |
tree | 70e71ec364a6e841e99adf44f1bf0d7b98c0f932 | |
parent | ac798eb13c7049bec1b8ff7a847dfd45592f555d (diff) |
drm/gma500: Remove dependency on TTM
The gma500 driver does not use TTM.
Signed-off-by: Thomas Zimmermann <[email protected]>
Signed-off-by: Patrik Jakobsson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 8180cc3752329a599b168ba0f8b93baec9054cdd)
Signed-off-by: Maarten Lankhorst <[email protected]>
-rw-r--r-- | drivers/gpu/drm/gma500/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/Kconfig b/drivers/gpu/drm/gma500/Kconfig index e7936b189923..ec395658a43f 100644 --- a/drivers/gpu/drm/gma500/Kconfig +++ b/drivers/gpu/drm/gma500/Kconfig @@ -3,7 +3,6 @@ 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 |