summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/Kconfig
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2021-01-29 10:56:02 +0100
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2021-02-01 11:14:20 +0100
commit837f23bb4b6002fe2be5dd70de7735133e0f2f28 (patch)
treea13fcec5fe797559c4e127d0da0b0ec7a656789c /drivers/gpu/drm/gma500/Kconfig
parentb51035c200bd3423ae5b6b98b54735ef424dc746 (diff)
downloadlinux-837f23bb4b6002fe2be5dd70de7735133e0f2f28.tar.bz2
drm/gma500: Drop DRM_GMA3600 config option
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
Diffstat (limited to 'drivers/gpu/drm/gma500/Kconfig')
-rw-r--r--drivers/gpu/drm/gma500/Kconfig9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/gpu/drm/gma500/Kconfig b/drivers/gpu/drm/gma500/Kconfig
index b05116f15d97..e7936b189923 100644
--- a/drivers/gpu/drm/gma500/Kconfig
+++ b/drivers/gpu/drm/gma500/Kconfig
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
config DRM_GMA500
- tristate "Intel GMA5/600 KMS Framebuffer"
+ tristate "Intel GMA500/600/3600/3650 KMS Framebuffer"
depends on DRM && PCI && X86 && MMU
select DRM_KMS_HELPER
select DRM_TTM
@@ -19,10 +19,3 @@ config DRM_GMA600
help
Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
platforms with LVDS ports. MIPI is not currently supported.
-
-config DRM_GMA3600
- bool "Intel GMA3600/3650 support (Experimental)"
- depends on DRM_GMA500
- help
- Say yes to include basic support for Intel GMA3600/3650 (Intel
- Cedar Trail) platforms.