Re: [PATCH] VIDEO: Remove archaic if[] construct from Kconfig file.

From: James Simmons
Date: Wed May 02 2007 - 16:05:41 EST



> Remove the obsolete "if [ ]" construct from the video console Kconfig
> file.
>
> Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx>
>
> ---
>
> not sure who should have been CCed on this one.
>
>
> diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
> index aa3935d..63b85bf 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
>

Acked-by: James Simmons <jsimmons@xxxxxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/