diff options
author | Ishizaki Kou <kou.ishizaki@toshiba.co.jp> | 2007-02-02 16:44:08 +0900 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-07 14:03:21 +1100 |
commit | 3cdc20e51791bd2fd67781e65640a4650f99c63e (patch) | |
tree | f5597a6ae04f3579140fd1e968c3bdfc8bed0aaf /drivers/char/Kconfig | |
parent | d7480a9feaa970d9c37462f21bc27ebab2c56b0b (diff) |
[POWERPC] Celleb: hypervisor console driver
This patch adds hypervisor console driver for Celleb platform.
Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 9e43e39dc35..d08bb4ee130 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -610,6 +610,13 @@ config HVC_RTAS help IBM Console device driver which makes use of RTAS +config HVC_BEAT + bool "Toshiba's Beat Hypervisor Console support" + depends on PPC_CELLEB + select HVC_DRIVER + help + Toshiba's Cell Reference Set Beat Console device driver + config HVCS tristate "IBM Hypervisor Virtual Console Server support" depends on PPC_PSERIES |