Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11fe250d authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

VIDEO: remove archaic if[] construct from Kconfig file



Remove the obsolete "if [ ]" construct from the video console Kconfig
file.

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Acked-by: default avatarJames Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 03b9ae4b
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -19,13 +19,6 @@ config VGA_CONSOLE


	  Say Y.
	  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
config VGACON_SOFT_SCROLLBACK
       bool "Enable Scrollback Buffer in System RAM"
       bool "Enable Scrollback Buffer in System RAM"
       depends on VGA_CONSOLE
       depends on VGA_CONSOLE