Skip to content

Commit

Permalink
[POWERPC] PS3: Remove text saying PS3 support is incomplete
Browse files Browse the repository at this point in the history
Remove the Kconfig message that indicates the PS3 platform support is
incomplete.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Aug 10, 2007
1 parent edd2a9d commit 332a7b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/powerpc/platforms/ps3/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config PPC_PS3
bool "Sony PS3 (incomplete)"
bool "Sony PS3"
depends on PPC_MULTIPLATFORM && PPC64
select PPC_CELL
select USB_ARCH_HAS_OHCI
@@ -10,10 +10,10 @@ config PPC_PS3
select MEMORY_HOTPLUG
help
This option enables support for the Sony PS3 game console
and other platforms using the PS3 hypervisor.
Support for this platform is not yet complete, so
enabling this will not result in a bootable kernel on a
PS3 system.
and other platforms using the PS3 hypervisor. Enabling this
option will allow building otheros.bld, a kernel image suitable
for programming into flash memory, and vmlinux, a kernel image
suitable for loading via kexec.

menu "PS3 Platform Options"
depends on PPC_PS3

0 comments on commit 332a7b3

Please sign in to comment.