diff options
author | Stuart Yoder <stuart.yoder@freescale.com> | 2012-07-03 05:48:54 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-10-05 23:38:37 +0200 |
commit | 40656397241860bb21f2802af17ac1de607fb7a9 (patch) | |
tree | a26064ab7963914890c55df860c7ff08f9c8b089 /drivers/tty | |
parent | 2f979de8a716bdbdc9f4db532652fbca08ed710c (diff) | |
download | blackbird-op-linux-40656397241860bb21f2802af17ac1de607fb7a9.tar.gz blackbird-op-linux-40656397241860bb21f2802af17ac1de607fb7a9.zip |
PPC: select EPAPR_PARAVIRT for all users of epapr hcalls
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index 830cd62d8492..aa99cd26ba8b 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig @@ -358,6 +358,7 @@ config TRACE_SINK config PPC_EPAPR_HV_BYTECHAN tristate "ePAPR hypervisor byte channel driver" depends on PPC + select EPAPR_PARAVIRT help This driver creates /dev entries for each ePAPR hypervisor byte channel, thereby allowing applications to communicate with byte |