From: Robert P. J. Day Date: Fri, 11 May 2007 05:23:30 +0000 (-0700) Subject: VIDEO: remove archaic if[] construct from Kconfig file X-Git-Tag: v2.6.22-rc1~37 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=11fe250d89cdce3d6bb43bd674f3dcdcaa78dbc8;p=~emulex%2Finfiniband.git VIDEO: remove archaic if[] construct from Kconfig file Remove the obsolete "if [ ]" construct from the video console Kconfig file. Signed-off-by: Robert P. J. Day Acked-by: James Simmons Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index aa3935df852..63b85bf81a6 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig @@ -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