# 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
        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.
 
  *                                  N2800
  */
 static const struct pci_device_id pciidlist[] = {
+       /* Poulsbo */
        { 0x8086, 0x8108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &psb_chip_ops },
        { 0x8086, 0x8109, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &psb_chip_ops },
 #if defined(CONFIG_DRM_GMA600)
        { 0x8086, 0x4107, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
        { 0x8086, 0x4108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
 #endif
-#if defined(CONFIG_DRM_GMA3600)
+       /* Cedartrail */
        { 0x8086, 0x0be0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
        { 0x8086, 0x0be1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
        { 0x8086, 0x0be2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
        { 0x8086, 0x0bed, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
        { 0x8086, 0x0bee, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
        { 0x8086, 0x0bef, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
-#endif
        { 0, }
 };
 MODULE_DEVICE_TABLE(pci, pciidlist);