diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 831419381cf5..7a85b3a26ff8 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -579,6 +579,13 @@ config HVC_CONSOLE | |||
579 | console. This driver allows each pSeries partition to have a console | 579 | console. This driver allows each pSeries partition to have a console |
580 | which is accessed via the HMC. | 580 | which is accessed via the HMC. |
581 | 581 | ||
582 | config HVC_RTAS | ||
583 | bool "IBM RTAS Console support" | ||
584 | depends on PPC_RTAS | ||
585 | select HVC_DRIVER | ||
586 | help | ||
587 | IBM Console device driver which makes use of RTAS | ||
588 | |||
582 | config HVCS | 589 | config HVCS |
583 | tristate "IBM Hypervisor Virtual Console Server support" | 590 | tristate "IBM Hypervisor Virtual Console Server support" |
584 | depends on PPC_PSERIES | 591 | depends on PPC_PSERIES |