diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-09 01:16:50 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-11-11 11:06:10 +0000 |
commit | 87cb73dafef765c6e20452ebf2581ba113c0360a (patch) | |
tree | e099da48a77d6de8a35e8edf5a13c858aa6cd2e0 /drivers/gpu/drm/Kconfig | |
parent | b3e067c0b276197b59046d7095b01b99f98b2821 (diff) |
drm: drop select of SLOW_WORK
slow-work got killed in commit 181a51f6e0. This means that since v2.6.36
there is no Kconfig symbol SLOW_WORK. Apparently selecting that symbol
is a nop. Drop that select.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 785127cb281b..866095c2d645 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 |