diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/ps3_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/ps3/Kconfig | 11 |
2 files changed, 12 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 | |||
157 | CONFIG_PS3_HTAB_SIZE=20 | 157 | CONFIG_PS3_HTAB_SIZE=20 |
158 | CONFIG_PS3_DYNAMIC_DMA=y | 158 | CONFIG_PS3_DYNAMIC_DMA=y |
159 | CONFIG_PS3_USE_LPAR_ADDR=y | 159 | CONFIG_PS3_USE_LPAR_ADDR=y |
160 | CONFIG_PS3_VUART=y | ||
160 | 161 | ||
161 | # | 162 | # |
162 | # Kernel options | 163 | # Kernel options |
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig index 451bfcd5502e..de52ec4e9e58 100644 --- a/arch/powerpc/platforms/ps3/Kconfig +++ b/arch/powerpc/platforms/ps3/Kconfig | |||
@@ -40,4 +40,15 @@ config PS3_USE_LPAR_ADDR | |||
40 | 40 | ||
41 | If you have any doubt, choose the default y. | 41 | If you have any doubt, choose the default y. |
42 | 42 | ||
43 | config PS3_VUART | ||
44 | depends on PPC_PS3 | ||
45 | bool "PS3 Virtual UART support" | ||
46 | default y | ||
47 | help | ||
48 | Include support for the PS3 Virtual UART. | ||
49 | |||
50 | This support is required for several system services | ||
51 | including the System Manager and AV Settings. In | ||
52 | general, all users will say Y. | ||
53 | |||
43 | endmenu | 54 | endmenu |