diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 9e43e39dc35c..d0a6dc53213c 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -191,7 +191,7 @@ config MOXA_INTELLIO | |||
191 | module will be called moxa. | 191 | module will be called moxa. |
192 | 192 | ||
193 | config MOXA_SMARTIO | 193 | config MOXA_SMARTIO |
194 | tristate "Moxa SmartIO support" | 194 | tristate "Moxa SmartIO support (OBSOLETE)" |
195 | depends on SERIAL_NONSTANDARD | 195 | depends on SERIAL_NONSTANDARD |
196 | help | 196 | help |
197 | Say Y here if you have a Moxa SmartIO multiport serial card. | 197 | Say Y here if you have a Moxa SmartIO multiport serial card. |
@@ -202,7 +202,7 @@ config MOXA_SMARTIO | |||
202 | here. | 202 | here. |
203 | 203 | ||
204 | config MOXA_SMARTIO_NEW | 204 | config MOXA_SMARTIO_NEW |
205 | tristate "Moxa SmartIO support v. 2.0 (EXPERIMENTAL)" | 205 | tristate "Moxa SmartIO support v. 2.0" |
206 | depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) | 206 | depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) |
207 | help | 207 | help |
208 | Say Y here if you have a Moxa SmartIO multiport serial card and/or | 208 | Say Y here if you have a Moxa SmartIO multiport serial card and/or |
@@ -610,6 +610,13 @@ config HVC_RTAS | |||
610 | help | 610 | help |
611 | IBM Console device driver which makes use of RTAS | 611 | IBM Console device driver which makes use of RTAS |
612 | 612 | ||
613 | config HVC_BEAT | ||
614 | bool "Toshiba's Beat Hypervisor Console support" | ||
615 | depends on PPC_CELLEB | ||
616 | select HVC_DRIVER | ||
617 | help | ||
618 | Toshiba's Cell Reference Set Beat Console device driver | ||
619 | |||
613 | config HVCS | 620 | config HVCS |
614 | tristate "IBM Hypervisor Virtual Console Server support" | 621 | tristate "IBM Hypervisor Virtual Console Server support" |
615 | depends on PPC_PSERIES | 622 | depends on PPC_PSERIES |