diff options
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
| -rw-r--r-- | drivers/gpu/drm/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 785127cb281..1368826ef28 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -9,7 +9,6 @@ menuconfig DRM  	depends on (AGP || AGP=n) && !EMULATED_CMPXCHG && MMU  	select I2C  	select I2C_ALGOBIT -	select SLOW_WORK  	help  	  Kernel-level support for the Direct Rendering Infrastructure (DRI)  	  introduced in XFree86 4.0. If you say Y here, you need to select @@ -96,6 +95,7 @@ config DRM_I915  	select FB_CFB_IMAGEBLIT  	# i915 depends on ACPI_VIDEO when ACPI is enabled  	# but for select to work, need to select ACPI_VIDEO's dependencies, ick +	select BACKLIGHT_LCD_SUPPORT if ACPI  	select BACKLIGHT_CLASS_DEVICE if ACPI  	select VIDEO_OUTPUT_CONTROL if ACPI  	select INPUT if ACPI  |