Skip to content

Commit

Permalink
VIDEO: remove archaic if[] construct from Kconfig file
Browse files Browse the repository at this point in the history
Remove the obsolete "if [ ]" construct from the video console Kconfig
file.

Signed-off-by: Robert P. J. Day <[email protected]>
Acked-by: James Simmons <[email protected]>
Cc: "Antonino A. Daplas" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed May 11, 2007
1 parent 03b9ae4 commit 11fe250
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/video/console/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11fe250

Please sign in to comment.