[PATCHSET] PC-9800 subarch. support for 2.5.60 (7/34) kconfig

Osamu Tomita (tomita@cinet.co.jp)
Wed, 12 Feb 2003 22:31:58 +0900


This is patchset to support NEC PC-9800 subarchitecture
against 2.5.60 (7/34).

Updates drivers/char/Kconfig in 2.5.50-ac1.

- Osamu Tomita

diff -Nru linux-2.5.50-ac1/drivers/char/Kconfig linux98-2.5.58/drivers/char/Kconfig
--- linux-2.5.50-ac1/drivers/char/Kconfig 2003-01-14 22:18:18.000000000 +0900
+++ linux98-2.5.58/drivers/char/Kconfig 2003-01-14 22:35:34.000000000 +0900
@@ -577,7 +577,7 @@

config PC9800_OLDLP
tristate "NEC PC-9800 old-style printer port support"
- depends on PC9800 && !PARPORT
+ depends on X86_PC9800 && !PARPORT
---help---
If you intend to attach a printer to the parallel port of NEC PC-9801
/PC-9821 with OLD compatibility mode, Say Y.
@@ -785,7 +785,7 @@

config RTC
tristate "Enhanced Real Time Clock Support"
- depends on !PPC32 && !PARISC && !IA64 && !PC9800
+ depends on !PPC32 && !PARISC && !IA64 && !X86_PC9800
---help---
If you say Y here and create a character special file /dev/rtc with
major number 10 and minor number 135 using mknod ("man mknod"), you
@@ -846,7 +846,7 @@

config RTC98
tristate "NEC PC-9800 Real Time Clock Support"
- depends on PC9800
+ depends on X86_PC9800
default y
---help---
If you say Y here and create a character special file /dev/rtc with
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/