diff options
Diffstat (limited to 'drivers/gpu/drm/gma500/Kconfig')
-rw-r--r-- | drivers/gpu/drm/gma500/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/gpu/drm/gma500/Kconfig b/drivers/gpu/drm/gma500/Kconfig index 754e14bdc801..42e665c7e90a 100644 --- a/drivers/gpu/drm/gma500/Kconfig +++ b/drivers/gpu/drm/gma500/Kconfig | |||
@@ -16,8 +16,7 @@ config DRM_GMA600 | |||
16 | depends on DRM_GMA500 | 16 | depends on DRM_GMA500 |
17 | help | 17 | help |
18 | Say yes to include support for GMA600 (Intel Moorestown/Oaktrail) | 18 | Say yes to include support for GMA600 (Intel Moorestown/Oaktrail) |
19 | platforms with LVDS ports. HDMI and MIPI are not currently | 19 | platforms with LVDS ports. MIPI is not currently supported. |
20 | supported. | ||
21 | 20 | ||
22 | config DRM_GMA3600 | 21 | config DRM_GMA3600 |
23 | bool "Intel GMA3600/3650 support (Experimental)" | 22 | bool "Intel GMA3600/3650 support (Experimental)" |
@@ -25,3 +24,10 @@ config DRM_GMA3600 | |||
25 | help | 24 | help |
26 | Say yes to include basic support for Intel GMA3600/3650 (Intel | 25 | Say yes to include basic support for Intel GMA3600/3650 (Intel |
27 | Cedar Trail) platforms. | 26 | Cedar Trail) platforms. |
27 | |||
28 | config DRM_MEDFIELD | ||
29 | bool "Intel Medfield support (Experimental)" | ||
30 | depends on DRM_GMA500 && X86_INTEL_MID | ||
31 | help | ||
32 | Say yes to include support for the Intel Medfield platform. | ||
33 | |||