VIDEO: remove archaic if[] construct from Kconfig file
authorRobert P. J. Day <rpjday@mindspring.com>
Fri, 11 May 2007 05:23:30 +0000 (22:23 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 11 May 2007 15:29:37 +0000 (08:29 -0700)
Remove the obsolete "if [ ]" construct from the video console Kconfig
file.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Acked-by: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/console/Kconfig

index aa3935d..63b85bf 100644 (file)
@@ -19,13 +19,6 @@ config VGA_CONSOLE
 
          Say Y.
 
-#      if [ "$CONFIG_PCI" = "y" -a "$CONFIG_VGA_CONSOLE" = "y" ]; then
-#         bool '   Allow VGA on any bus?' CONFIG_VGA_HOSE
-#         if [ "$CONFIG_VGA_HOSE" = "y" ]; then
-#            define_bool CONFIG_DUMMY_CONSOLE y
-#         fi
-#      fi
-
 config VGACON_SOFT_SCROLLBACK
        bool "Enable Scrollback Buffer in System RAM"
        depends on VGA_CONSOLE