@@ -1011,6 +1011,27 @@ config MIPS_PARAVIRT
help
This option supports guest running under ????
+config SONY_PS2
+ bool "Sony PlayStation 2"
+ select BOOT_ELF32
+ select CEVT_R4K
+ select CSRC_R4K
+ select DMA_NONCOHERENT
+ select HARDIRQS_SW_RESEND
+ select HAVE_PATA_PLATFORM
+ select IRQ_MIPS_CPU
+ select MIPS_L1_CACHE_SHIFT_6
+ select NO_IOPORT
+ select SYS_HAS_CPU_R5900
+ select SYS_HAS_EARLY_PRINTK
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_LITTLE_ENDIAN
+ select SYS_SUPPORTS_ZBOOT
+ select USB_ARCH_HAS_OHCI
+ select USB_OHCI_LITTLE_ENDIAN
+ help
+ This enables support for the Sony PlayStation 2.
+
endchoice
source "arch/mips/alchemy/Kconfig"
@@ -1037,6 +1058,7 @@ source "arch/mips/loongson32/Kconfig"
source "arch/mips/loongson64/Kconfig"
source "arch/mips/netlogic/Kconfig"
source "arch/mips/paravirt/Kconfig"
+source "arch/mips/ps2/Kconfig"
endmenu
Signed-off-by: Fredrik Noring <noring@nocrew.org> --- arch/mips/Kconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)