diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-01-12 15:10:13 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-01-13 08:18:15 -0500 |
commit | 0d77205688cd723dcbb4d6993fb4265e29705353 (patch) | |
tree | 086cbeebdc8d0976c666ca7f8ea37fd41dba9f24 /drivers/video/fbdev/Kconfig | |
parent | 8f5b1e6511b83ab5483dc5f8b60e2438e9c6dfbe (diff) |
video: Drop superfluous "select VT_HW_CONSOLE_BINDING"
commit 765d5b9c2b72f5b99722cdfcf4bf8f88c556cf92 ("fbdev: fbcon: select
VT_HW_CONSOLE_BINDING") made FRAMEBUFFER_CONSOLE always select
VT_HW_CONSOLE_BINDING, but forgot to remove
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
from the individual drivers' sections that already did this before.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r-- | drivers/video/fbdev/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 4916c97216f8..f2c3fb7d0399 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig | |||
@@ -2151,7 +2151,6 @@ config FB_PS3 | |||
2151 | select FB_SYS_COPYAREA | 2151 | select FB_SYS_COPYAREA |
2152 | select FB_SYS_IMAGEBLIT | 2152 | select FB_SYS_IMAGEBLIT |
2153 | select FB_SYS_FOPS | 2153 | select FB_SYS_FOPS |
2154 | select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE | ||
2155 | ---help--- | 2154 | ---help--- |
2156 | Include support for the virtual frame buffer in the PS3 platform. | 2155 | Include support for the virtual frame buffer in the PS3 platform. |
2157 | 2156 | ||