|
@@ -37,12 +37,11 @@ config DRM_I915
|
|
|
config DRM_I915_KMS
|
|
|
bool "Enable modesetting on intel by default"
|
|
|
depends on DRM_I915
|
|
|
+ default y
|
|
|
help
|
|
|
- Choose this option if you want kernel modesetting enabled by default,
|
|
|
- and you have a new enough userspace to support this. Running old
|
|
|
- userspaces with this enabled will cause pain. Note that this causes
|
|
|
- the driver to bind to PCI devices, which precludes loading things
|
|
|
- like intelfb.
|
|
|
+ Choose this option if you want kernel modesetting enabled by default.
|
|
|
+
|
|
|
+ If in doubt, say "Y".
|
|
|
|
|
|
config DRM_I915_FBDEV
|
|
|
bool "Enable legacy fbdev support for the modesettting intel driver"
|
|
@@ -57,9 +56,12 @@ config DRM_I915_FBDEV
|
|
|
support. Note that this support also provide the linux console
|
|
|
support on top of the intel modesetting driver.
|
|
|
|
|
|
+ If in doubt, say "Y".
|
|
|
+
|
|
|
config DRM_I915_PRELIMINARY_HW_SUPPORT
|
|
|
bool "Enable preliminary support for prerelease Intel hardware by default"
|
|
|
depends on DRM_I915
|
|
|
+ default n
|
|
|
help
|
|
|
Choose this option if you have prerelease Intel hardware and want the
|
|
|
i915 driver to support it by default. You can enable such support at
|
|
@@ -67,3 +69,15 @@ config DRM_I915_PRELIMINARY_HW_SUPPORT
|
|
|
option changes the default for that module option.
|
|
|
|
|
|
If in doubt, say "N".
|
|
|
+
|
|
|
+config DRM_I915_UMS
|
|
|
+ bool "Enable userspace modesetting on Intel hardware (DEPRECATED)"
|
|
|
+ depends on DRM_I915
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ Choose this option if you still need userspace modesetting.
|
|
|
+
|
|
|
+ Userspace modesetting is deprecated for quite some time now, so
|
|
|
+ enable this only if you have ancient versions of the DDX drivers.
|
|
|
+
|
|
|
+ If in doubt, say "N".
|