summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Kconfig
diff options
context:
space:
mode:
authorChris Wilson2015-06-19 21:27:27 +0200
committerDaniel Vetter2015-06-22 16:16:35 +0200
commitfd930478fb797e4cbaa799d9ddd970e9a1fa1b4a (patch)
treeab4bbbbb0f81d314d50b398865f8e98ca46ae5e3 /drivers/gpu/drm/i915/Kconfig
parentdrm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOS (diff)
downloadkernel-qcow2-linux-fd930478fb797e4cbaa799d9ddd970e9a1fa1b4a.tar.gz
kernel-qcow2-linux-fd930478fb797e4cbaa799d9ddd970e9a1fa1b4a.tar.xz
kernel-qcow2-linux-fd930478fb797e4cbaa799d9ddd970e9a1fa1b4a.zip
drm/i915: Remove KMS Kconfig option
Since we only support modesetting by default (disabling modesetting on the command line prevents i915.ko from loading), having a parameter to disable modesstting by default is superfluous, i.e. saying CONFIG_DRM_I915_KMS=n is equivalent to CONFIG_DRM_I915=n. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Daniel Veter <daniel.vetter@ffwll.ch> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/Kconfig')
-rw-r--r--drivers/gpu/drm/i915/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index 74acca9bcd9d..eb87e2538861 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -36,15 +36,6 @@ config DRM_I915
i810 driver instead, and the Atom z5xx series has an entirely
different implementation.
-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.
-
- If in doubt, say "Y".
-
config DRM_I915_FBDEV
bool "Enable legacy fbdev support for the modesetting intel driver"
depends on DRM_I915