diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 73d30bf01582..889cad07774e 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -561,14 +561,31 @@ config TIPAR | |||
561 | 561 | ||
562 | If unsure, say N. | 562 | If unsure, say N. |
563 | 563 | ||
564 | config HVC_DRIVER | ||
565 | bool | ||
566 | help | ||
567 | Users of pSeries machines that want to utilize the hvc console front-end | ||
568 | module for their backend console driver should select this option. | ||
569 | It will automatically be selected if one of the back-end console drivers | ||
570 | is selected. | ||
571 | |||
572 | |||
564 | config HVC_CONSOLE | 573 | config HVC_CONSOLE |
565 | bool "pSeries Hypervisor Virtual Console support" | 574 | bool "pSeries Hypervisor Virtual Console support" |
566 | depends on PPC_PSERIES | 575 | depends on PPC_PSERIES |
576 | select HVC_DRIVER | ||
567 | help | 577 | help |
568 | pSeries machines when partitioned support a hypervisor virtual | 578 | pSeries machines when partitioned support a hypervisor virtual |
569 | console. This driver allows each pSeries partition to have a console | 579 | console. This driver allows each pSeries partition to have a console |
570 | which is accessed via the HMC. | 580 | which is accessed via the HMC. |
571 | 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 | |||
572 | config HVCS | 589 | config HVCS |
573 | tristate "IBM Hypervisor Virtual Console Server support" | 590 | tristate "IBM Hypervisor Virtual Console Server support" |
574 | depends on PPC_PSERIES | 591 | depends on PPC_PSERIES |