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
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.
> I think subject is self explaining :)
>
> BTW does PC-9800 need VGA console ?
Nope.
> > 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.