diff options
| -rw-r--r-- | drivers/gpu/drm/Kconfig | 13 | ||||
| -rw-r--r-- | drivers/video/Kconfig | 10 |
2 files changed, 8 insertions, 15 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 4be3acbaaf9a..3a22eb9be378 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
| @@ -80,18 +80,17 @@ config DRM_I915 | |||
| 80 | XFree86 4.4 and above. If unsure, build this and i830 as modules and | 80 | XFree86 4.4 and above. If unsure, build this and i830 as modules and |
| 81 | the X server will load the correct one. | 81 | the X server will load the correct one. |
| 82 | 82 | ||
| 83 | endchoice | ||
| 84 | |||
| 85 | config DRM_I915_KMS | 83 | config DRM_I915_KMS |
| 86 | bool "Enable modesetting on intel by default" | 84 | bool "Enable modesetting on intel by default" |
| 87 | depends on DRM_I915 | 85 | depends on DRM_I915 |
| 88 | help | 86 | help |
| 89 | Choose this option if you want kernel modesetting enabled by default, | 87 | Choose this option if you want kernel modesetting enabled by default, |
| 90 | and you have a new enough userspace to support this. Running old | 88 | and you have a new enough userspace to support this. Running old |
| 91 | userspaces with this enabled will cause pain. Note that this causes | 89 | userspaces with this enabled will cause pain. Note that this causes |
| 92 | the driver to bind to PCI devices, which precludes loading things | 90 | the driver to bind to PCI devices, which precludes loading things |
| 93 | like intelfb. | 91 | like intelfb. |
| 94 | 92 | ||
| 93 | endchoice | ||
| 95 | 94 | ||
| 96 | config DRM_MGA | 95 | config DRM_MGA |
| 97 | tristate "Matrox g200/g400" | 96 | tristate "Matrox g200/g400" |
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index bf0af660df8a..fb19803060cf 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
| @@ -1054,10 +1054,7 @@ config FB_RIVA_BACKLIGHT | |||
| 1054 | 1054 | ||
| 1055 | config FB_I810 | 1055 | config FB_I810 |
| 1056 | tristate "Intel 810/815 support (EXPERIMENTAL)" | 1056 | tristate "Intel 810/815 support (EXPERIMENTAL)" |
| 1057 | depends on EXPERIMENTAL && PCI && X86_32 | 1057 | depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL |
| 1058 | select AGP | ||
| 1059 | select AGP_INTEL | ||
| 1060 | select FB | ||
| 1061 | select FB_MODE_HELPERS | 1058 | select FB_MODE_HELPERS |
| 1062 | select FB_CFB_FILLRECT | 1059 | select FB_CFB_FILLRECT |
| 1063 | select FB_CFB_COPYAREA | 1060 | select FB_CFB_COPYAREA |
| @@ -1120,10 +1117,7 @@ config FB_CARILLO_RANCH | |||
| 1120 | 1117 | ||
| 1121 | config FB_INTEL | 1118 | config FB_INTEL |
| 1122 | tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)" | 1119 | tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)" |
| 1123 | depends on EXPERIMENTAL && PCI && X86 | 1120 | depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL |
| 1124 | select FB | ||
| 1125 | select AGP | ||
| 1126 | select AGP_INTEL | ||
| 1127 | select FB_MODE_HELPERS | 1121 | select FB_MODE_HELPERS |
| 1128 | select FB_CFB_FILLRECT | 1122 | select FB_CFB_FILLRECT |
| 1129 | select FB_CFB_COPYAREA | 1123 | select FB_CFB_COPYAREA |
