2003-08-14 10:42:15

by Andrey Panin

[permalink] [raw]
Subject: [PATCH] visws: we don't need VGA console !

diff -urN -X /usr/share/dontdiff linux-2.6.0-test3.vanilla/drivers/video/console/Kconfig linux-2.6.0-test3/drivers/video/console/Kconfig
--- linux-2.6.0-test3.vanilla/drivers/video/console/Kconfig Sat Aug 9 08:33:56 2003
+++ linux-2.6.0-test3/drivers/video/console/Kconfig Thu Aug 14 22:49:02 2003
@@ -7,7 +7,7 @@
config VGA_CONSOLE
bool "VGA text console" if EMBEDDED || !X86
depends on !ARCH_ACORN && !ARCH_EBSA110 || !4xx && !8xx
- default y
+ default y if !X86_VISWS
help
Saying Y here will allow you to use Linux in text mode through a
display that complies with the generic VGA standard. Virtually


Attachments:
(No filename) (0.00 B)
(No filename) (189.00 B)
Download all attachments

2003-08-14 11:19:08

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] visws: we don't need VGA console !

On Thu, Aug 14, 2003 at 02:42:08PM +0400, Andrey Panin wrote:
> Hi all,
>
> I think subject is self explaining :)
>
> BTW does PC-9800 need VGA console ?

-bool "VGA text console" if EMBEDDED || !X86
+bool "VGA text console"

might be a better fix, the depency is completly bogus.


2003-08-15 23:09:29

by James Simmons

[permalink] [raw]
Subject: Re: [PATCH] visws: we don't need VGA console !


> I think subject is self explaining :)
>
> BTW does PC-9800 need VGA console ?

Nope.

2003-08-15 23:10:50

by James Simmons

[permalink] [raw]
Subject: Re: [PATCH] visws: we don't need VGA console !


> > I think subject is self explaining :)
> >
> > BTW does PC-9800 need VGA console ?
>
> -bool "VGA text console" if EMBEDDED || !X86
> +bool "VGA text console"
>
> might be a better fix, the depency is completly bogus.

I agree. I like to see this go away.