[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0705022104270.6403@pentafluge.infradead.org>
Date: Wed, 2 May 2007 21:05:06 +0100 (BST)
From: James Simmons <jsimmons@...radead.org>
To: "Robert P. J. Day" <rpjday@...dspring.com>
cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...l.org>
Subject: Re: [PATCH] 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@...dspring.com>
>
> ---
>
> 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@...radead.org>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists