PATCH: update char Kconfig for PC9800

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Mon Apr 07 2003 - 19:13:33 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.67/drivers/char/Kconfig linux-2.5.67-ac1/drivers/char/Kconfig
--- linux-2.5.67/drivers/char/Kconfig 2003-03-18 16:46:47.000000000 +0000
+++ linux-2.5.67-ac1/drivers/char/Kconfig 2003-03-18 16:57:58.000000000 +0000
@@ -575,6 +575,17 @@
           console. This driver allows each pSeries partition to have a console
           which is accessed via the HMC.
 
+config PC9800_OLDLP
+ tristate "NEC PC-9800 old-style printer port support"
+ 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.
+
+config PC9800_OLDLP_CONSOLE
+ bool "Support for console on line printer"
+ depends on PC9800_OLDLP
+
 source "drivers/i2c/Kconfig"
 
 
@@ -755,7 +766,7 @@
 
 config RTC
         tristate "Enhanced Real Time Clock Support"
- depends on !PPC32 && !PARISC && !IA64
+ 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
@@ -814,6 +825,15 @@
         bool "EFI Real Time Clock Services"
         depends on IA64
 
+config RTC98
+ tristate "NEC PC-9800 Real Time Clock Support"
+ depends on X86_PC9800
+ default y
+ ---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
+ will get access to the real time clock (or hardware clock) built
+
 config H8
         bool "Tadpole ANA H8 Support (OBSOLETE)"
         depends on OBSOLETE && ALPHA_BOOK1
-
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/



This archive was generated by hypermail 2b29 : Mon Apr 07 2003 - 22:00:33 EST