menu "PS3PF platform options"
	depends on PPC_PS3PF

config PS3PF_VUART
	depends on PPC_PS3PF
	bool "Virtual UART interrupt support"
	default n

config PS3PF_SYSMGR
	depends on PS3PF_VUART
	bool "System Manager support"
	default n

config BRINGUP_MSG
	depends on PPC_PS3PF
	bool "Verbose messages for bringup activities"
	default n
	help
	  Enables verbose console messages that are related to doing kernel
	  bringup (development) on the PPC BPA.  If unsure, say N here.

config PPC_PS3PF_SB
	depends on PPC_PS3PF && PCI
	bool
	default y

config PPC_PS3PF_SB_EPCI
	depends on PPC_PS3PF_SB
	bool "SB external PCI controller support"
	help
	  Choose this option if you want to use SB external PCI controller
	default n

config PPC_PS3PF_SB_OHCI
	depends on PPC_PS3PF_SB
	bool "SB OHCI/EHCI controller support"
	help
	  Choose this option if you want to use SB OHCI/EHCI controller.
	default n

config PPC_PS3PF_BT
	depends on PPC_PS3PF_SB && BT
	bool "built-in Bluetooth device support"
	help
	  Choose this option if you want to use built-in Bluetooth device.

config SPU_FS
	tristate "SPU file system"
	default m
	depends on PPC_PS3PF
	help
	  The SPU file system is used to access Synergistic Processing
	  Units on machines implementing the Broadband Processor
	  Architecture.

config NR_SPUS
	depends on SPU_FS
	int "Maximum number of SPUs (0-8)"
	range 0 8
	default "8"

config PS3PF_PS3AV
	tristate "PS3 AV controller support"
	default y
	depends on PPC_PS3PF
	help
	  Choose this option if you want to use PS3 AV controller

endmenu
