diff options
Diffstat (limited to 'drivers/tty/hvc/Kconfig')
-rw-r--r-- | drivers/tty/hvc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/tty/hvc/Kconfig b/drivers/tty/hvc/Kconfig index 6f2c9809f1fb..e371753ba921 100644 --- a/drivers/tty/hvc/Kconfig +++ b/drivers/tty/hvc/Kconfig | |||
@@ -19,6 +19,11 @@ config HVC_CONSOLE | |||
19 | console. This driver allows each pSeries partition to have a console | 19 | console. This driver allows each pSeries partition to have a console |
20 | which is accessed via the HMC. | 20 | which is accessed via the HMC. |
21 | 21 | ||
22 | config HVC_OLD_HVSI | ||
23 | bool "Old driver for pSeries serial port (/dev/hvsi*)" | ||
24 | depends on HVC_CONSOLE | ||
25 | default n | ||
26 | |||
22 | config HVC_ISERIES | 27 | config HVC_ISERIES |
23 | bool "iSeries Hypervisor Virtual Console support" | 28 | bool "iSeries Hypervisor Virtual Console support" |
24 | depends on PPC_ISERIES | 29 | depends on PPC_ISERIES |