diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4ef015f580f9..f6b25ae1861b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -489,6 +489,16 @@ config HYPERTRANSPORT | |||
489 | bool "Hypertransport Support for PMC-Sierra Yosemite" | 489 | bool "Hypertransport Support for PMC-Sierra Yosemite" |
490 | depends on PMC_YOSEMITE | 490 | depends on PMC_YOSEMITE |
491 | 491 | ||
492 | config PNX8550_V2PCI | ||
493 | bool "Support for Philips PNX8550 based Viper2-PCI board" | ||
494 | select PNX8550 | ||
495 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
496 | |||
497 | config PNX8550_JBS | ||
498 | bool "Support for Philips PNX8550 based JBS board" | ||
499 | select PNX8550 | ||
500 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
501 | |||
492 | config DDB5074 | 502 | config DDB5074 |
493 | bool "Support for NEC DDB Vrc-5074 (EXPERIMENTAL)" | 503 | bool "Support for NEC DDB Vrc-5074 (EXPERIMENTAL)" |
494 | depends on EXPERIMENTAL | 504 | depends on EXPERIMENTAL |
@@ -827,6 +837,7 @@ config TOSHIBA_FPCIB0 | |||
827 | 837 | ||
828 | source "arch/mips/sgi-ip27/Kconfig" | 838 | source "arch/mips/sgi-ip27/Kconfig" |
829 | source "arch/mips/sibyte/Kconfig" | 839 | source "arch/mips/sibyte/Kconfig" |
840 | source "arch/mips/philips/pnx8550/common/Kconfig" | ||
830 | 841 | ||
831 | config RWSEM_GENERIC_SPINLOCK | 842 | config RWSEM_GENERIC_SPINLOCK |
832 | bool | 843 | bool |
@@ -954,6 +965,16 @@ config ITE_BOARD_GEN | |||
954 | depends on MIPS_IVR || MIPS_ITE8172 | 965 | depends on MIPS_IVR || MIPS_ITE8172 |
955 | default y | 966 | default y |
956 | 967 | ||
968 | config PNX8550 | ||
969 | bool | ||
970 | select SOC_PNX8550 | ||
971 | |||
972 | config SOC_PNX8550 | ||
973 | bool | ||
974 | select SYS_SUPPORTS_32BIT_KERNEL | ||
975 | select DMA_NONCOHERENT | ||
976 | select HW_HAS_PCI | ||
977 | |||
957 | config SWAP_IO_SPACE | 978 | config SWAP_IO_SPACE |
958 | bool | 979 | bool |
959 | 980 | ||