Commit a488a1d8 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] update char Kconfig for PC9800

parent 74cce399
......@@ -575,6 +575,17 @@ config HVC_CONSOLE
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 NVRAM
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 @@ config EFI_RTC
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment