diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 9e8f21410d2d..c8dfd18bea44 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -185,7 +185,7 @@ config ESPSERIAL | |||
185 | 185 | ||
186 | config MOXA_INTELLIO | 186 | config MOXA_INTELLIO |
187 | tristate "Moxa Intellio support" | 187 | tristate "Moxa Intellio support" |
188 | depends on SERIAL_NONSTANDARD | 188 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) |
189 | help | 189 | help |
190 | Say Y here if you have a Moxa Intellio multiport serial card. | 190 | Say Y here if you have a Moxa Intellio multiport serial card. |
191 | 191 | ||
@@ -241,7 +241,7 @@ config SYNCLINK | |||
241 | 241 | ||
242 | config SYNCLINKMP | 242 | config SYNCLINKMP |
243 | tristate "SyncLink Multiport support" | 243 | tristate "SyncLink Multiport support" |
244 | depends on SERIAL_NONSTANDARD | 244 | depends on SERIAL_NONSTANDARD && PCI |
245 | help | 245 | help |
246 | Enable support for the SyncLink Multiport (2 or 4 ports) | 246 | Enable support for the SyncLink Multiport (2 or 4 ports) |
247 | serial adapter, running asynchronous and HDLC communications up | 247 | serial adapter, running asynchronous and HDLC communications up |
@@ -726,7 +726,7 @@ config NVRAM | |||
726 | 726 | ||
727 | config RTC | 727 | config RTC |
728 | tristate "Enhanced Real Time Clock Support" | 728 | tristate "Enhanced Real Time Clock Support" |
729 | depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM && !SUPERH && !S390 | 729 | depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC64 && (!SPARC32 || PCI) && !FRV && !ARM && !SUPERH && !S390 |
730 | ---help--- | 730 | ---help--- |
731 | If you say Y here and create a character special file /dev/rtc with | 731 | If you say Y here and create a character special file /dev/rtc with |
732 | major number 10 and minor number 135 using mknod ("man mknod"), you | 732 | major number 10 and minor number 135 using mknod ("man mknod"), you |