diff options
author | Geoff Levand <geoff@infradead.org> | 2012-03-31 18:23:10 -0400 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2012-04-24 18:34:19 -0400 |
commit | 02ec92b3f312b7201928dc6d3225ed51635211b4 (patch) | |
tree | b82187c31e7f17c1e3e3b2dc7572732acb040fa6 | |
parent | bdf0ccd43e7becc78c0f4895eb3f330a708443c0 (diff) |
powerpc/ps3: Minor Kconfig cleanup
Signed-off-by: Geoff Levand <geoff@infradead.org>
-rw-r--r-- | arch/powerpc/platforms/ps3/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig index b72425a59b94..46b7f0232523 100644 --- a/arch/powerpc/platforms/ps3/Kconfig +++ b/arch/powerpc/platforms/ps3/Kconfig | |||
@@ -73,7 +73,7 @@ config PS3_PS3AV | |||
73 | help | 73 | help |
74 | Include support for the PS3 AV Settings driver. | 74 | Include support for the PS3 AV Settings driver. |
75 | 75 | ||
76 | This support is required for graphics and sound. In | 76 | This support is required for PS3 graphics and sound. In |
77 | general, all users will say Y or M. | 77 | general, all users will say Y or M. |
78 | 78 | ||
79 | config PS3_SYS_MANAGER | 79 | config PS3_SYS_MANAGER |
@@ -84,7 +84,7 @@ config PS3_SYS_MANAGER | |||
84 | help | 84 | help |
85 | Include support for the PS3 System Manager. | 85 | Include support for the PS3 System Manager. |
86 | 86 | ||
87 | This support is required for system control. In | 87 | This support is required for PS3 system control. In |
88 | general, all users will say Y or M. | 88 | general, all users will say Y or M. |
89 | 89 | ||
90 | config PS3_REPOSITORY_WRITE | 90 | config PS3_REPOSITORY_WRITE |
@@ -134,7 +134,7 @@ config PS3_FLASH | |||
134 | 134 | ||
135 | This support is required to access the PS3 FLASH ROM, which | 135 | This support is required to access the PS3 FLASH ROM, which |
136 | contains the boot loader and some boot options. | 136 | contains the boot loader and some boot options. |
137 | In general, all users will say Y or M. | 137 | In general, PS3 OtherOS users will say Y or M. |
138 | 138 | ||
139 | As this driver needs a fixed buffer of 256 KiB of memory, it can | 139 | As this driver needs a fixed buffer of 256 KiB of memory, it can |
140 | be disabled on the kernel command line using "ps3flash=off", to | 140 | be disabled on the kernel command line using "ps3flash=off", to |
@@ -168,7 +168,7 @@ config PS3GELIC_UDBG | |||
168 | via the Ethernet port (UDP port number 18194). | 168 | via the Ethernet port (UDP port number 18194). |
169 | 169 | ||
170 | This driver uses a trivial implementation and is independent | 170 | This driver uses a trivial implementation and is independent |
171 | from the main network driver. | 171 | from the main PS3 gelic network driver. |
172 | 172 | ||
173 | If in doubt, say N here. | 173 | If in doubt, say N here. |
174 | 174 | ||