diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2006-12-08 18:27:47 -0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-11 13:49:53 +1100 |
commit | 74e95d5de9d8eb243cda68b546bdb29f6ef0f01c (patch) | |
tree | c1f3a14628510af3ca134da5db409dcc8d428e99 /arch/powerpc/configs | |
parent | 0204568a088fecd5478153504f9476ee2c46d5bf (diff) | |
download | blackbird-obmc-linux-74e95d5de9d8eb243cda68b546bdb29f6ef0f01c.tar.gz blackbird-obmc-linux-74e95d5de9d8eb243cda68b546bdb29f6ef0f01c.zip |
[POWERPC] ps3: Add vuart support
Adds support for the PS3 virtual UART (vuart). The vuart provides a
bi-directional byte stream data link between logical partitions.
This is needed for the ps3 graphics driver and the ps3 power
control support to be able to communicate with the lv1 policy
module.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/ps3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig index f2d888e014a9..70ed61337f5c 100644 --- a/arch/powerpc/configs/ps3_defconfig +++ b/arch/powerpc/configs/ps3_defconfig @@ -157,6 +157,7 @@ CONFIG_SPU_BASE=y CONFIG_PS3_HTAB_SIZE=20 CONFIG_PS3_DYNAMIC_DMA=y CONFIG_PS3_USE_LPAR_ADDR=y +CONFIG_PS3_VUART=y # # Kernel options |