arch/powerpc/platforms/ps3/Kconfig v5.13-rc1

PPC_PS3

Sony PS3

This option enables support for the Sony PS3 game console
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

PS3_ADVANCED

PS3 Advanced configuration options

This gives you access to some advanced options for the PS3. The
defaults should be fine for most users, but these options may make
it possible to better control the kernel configuration if you know
what you are doing.

Note that the answer to this question won't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about these options.

Most users should say N to this question.

PS3_HTAB_SIZE

PS3 Platform pagetable size

This option is only for experts who may have the desire to fine
tune the pagetable size on their system.  The value here is
expressed as the log2 of the page table size.  Valid values are
18, 19, and 20, corresponding to 256KB, 512KB and 1MB respectively.

If unsure, choose the default (20) with the confidence that your
system will have optimal runtime performance.

PS3_DYNAMIC_DMA

PS3 Platform dynamic DMA page table management

This option will enable kernel support to take advantage of the
per device dynamic DMA page table management provided by the Cell
processor's IO Controller.  This support incurs some runtime
overhead and also slightly increases kernel memory usage.  The
current implementation should be considered experimental.

This support is mainly for Linux kernel development.  If unsure,
say N.

PS3_PS3AV

PS3 AV settings driver

Include support for the PS3 AV Settings driver.

This support is required for PS3 graphics and sound. In
general, all users will say Y or M.

PS3_SYS_MANAGER

PS3 System Manager driver

Include support for the PS3 System Manager.

This support is required for PS3 system control.  In
general, all users will say Y or M.

PS3_REPOSITORY_WRITE

PS3 Repository write support

Enables support for writing to the PS3 System Repository.

This support is intended for bootloaders that need to store data
in the repository for later boot stages.

If in doubt, say N here and reduce the size of the kernel by a
small amount.

PS3_DISK

PS3 Disk Storage Driver

Include support for the PS3 Disk Storage.

This support is required to access the PS3 hard disk.
In general, all users will say Y or M.

PS3_ROM

PS3 BD/DVD/CD-ROM Storage Driver

Include support for the PS3 ROM Storage.

This support is required to access the PS3 BD/DVD/CD-ROM drive.
In general, all users will say Y or M.
Also make sure to say Y or M to "SCSI CDROM support" later.

PS3_FLASH

PS3 FLASH ROM Storage Driver

Include support for the PS3 FLASH ROM Storage.

This support is required to access the PS3 FLASH ROM, which
contains the boot loader and some boot options.
In general, PS3 OtherOS users will say Y or M.

As this driver needs a fixed buffer of 256 KiB of memory, it can
be disabled on the kernel command line using "ps3flash=off", to
not allocate this fixed buffer.

PS3_VRAM

PS3 Video RAM Storage Driver

This driver allows you to use excess PS3 video RAM as volatile
storage or system swap.

PS3_LPM

PS3 Logical Performance Monitor support

Include support for the PS3 Logical Performance Monitor.

This support is required to use the logical performance monitor
of the PS3's LV1 hypervisor.

If you intend to use the advanced performance monitoring and
profiling support of the Cell processor with programs like
oprofile and perfmon2, then say Y or M, otherwise say N.

PS3GELIC_UDBG

PS3 udbg output via UDP broadcasts on Ethernet

Enables udbg early debugging output by sending broadcast UDP
via the Ethernet port (UDP port number 18194).

This driver uses a trivial implementation and is independent
from the main PS3 gelic network driver.

If in doubt, say N here.