Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Robert P. J. Day and committed by
Linus Torvalds
11fe250d 03b9ae4b

-7
-7
drivers/video/console/Kconfig
··· 19 19 20 20 Say Y. 21 21 22 - # if [ "$CONFIG_PCI" = "y" -a "$CONFIG_VGA_CONSOLE" = "y" ]; then 23 - # bool ' Allow VGA on any bus?' CONFIG_VGA_HOSE 24 - # if [ "$CONFIG_VGA_HOSE" = "y" ]; then 25 - # define_bool CONFIG_DUMMY_CONSOLE y 26 - # fi 27 - # fi 28 - 29 22 config VGACON_SOFT_SCROLLBACK 30 23 bool "Enable Scrollback Buffer in System RAM" 31 24 depends on VGA_CONSOLE