diff options
author | Christoph Egger <siccegge@stud.informatik.uni-erlangen.de> | 2010-03-10 18:21:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-12 18:52:34 -0500 |
commit | 91d4e0a4c889e3e8078c26542b8f5a322b87adf4 (patch) | |
tree | c7dc5def96725767ebafbe7a1b61f5460bc85354 /drivers/video/Kconfig | |
parent | 55a23c4af83df9c8fdf55690a09a3f0a92bd127b (diff) |
fbdev: remove obsolete CONFIG_FB_SOFT_CURSOR
The config Option FB_SOFT_BUFFER was removed in
c465e05a03209651078b95686158648fd7ed84c5 ("fbcon/fbdev: Move softcursor
out of fbdev to fbcon").
While moving to fbcon this single driver has it left as a select in
KConfig / #ifdef in source. This last occurence is removed here so the
option is really gone
Signed-off-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5a5c303a6373..7fe18390c587 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1494,7 +1494,6 @@ config FB_VIA | |||
1494 | select FB_CFB_FILLRECT | 1494 | select FB_CFB_FILLRECT |
1495 | select FB_CFB_COPYAREA | 1495 | select FB_CFB_COPYAREA |
1496 | select FB_CFB_IMAGEBLIT | 1496 | select FB_CFB_IMAGEBLIT |
1497 | select FB_SOFT_CURSOR | ||
1498 | select I2C_ALGOBIT | 1497 | select I2C_ALGOBIT |
1499 | select I2C | 1498 | select I2C |
1500 | help | 1499 | help |