diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d88983516e26..8e256cc5dcd9 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -22,6 +22,7 @@ config MIPS | |||
22 | select HAVE_DMA_API_DEBUG | 22 | select HAVE_DMA_API_DEBUG |
23 | select HAVE_GENERIC_HARDIRQS | 23 | select HAVE_GENERIC_HARDIRQS |
24 | select GENERIC_IRQ_PROBE | 24 | select GENERIC_IRQ_PROBE |
25 | select GENERIC_IRQ_SHOW | ||
25 | select HAVE_ARCH_JUMP_LABEL | 26 | select HAVE_ARCH_JUMP_LABEL |
26 | 27 | ||
27 | menu "Machine selection" | 28 | menu "Machine selection" |
@@ -777,6 +778,10 @@ config GENERIC_FIND_NEXT_BIT | |||
777 | bool | 778 | bool |
778 | default y | 779 | default y |
779 | 780 | ||
781 | config GENERIC_FIND_BIT_LE | ||
782 | bool | ||
783 | default y | ||
784 | |||
780 | config GENERIC_HWEIGHT | 785 | config GENERIC_HWEIGHT |
781 | bool | 786 | bool |
782 | default y | 787 | default y |
@@ -858,6 +863,9 @@ config GPIO_TXX9 | |||
858 | config CFE | 863 | config CFE |
859 | bool | 864 | bool |
860 | 865 | ||
866 | config ARCH_DMA_ADDR_T_64BIT | ||
867 | def_bool (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT | ||
868 | |||
861 | config DMA_COHERENT | 869 | config DMA_COHERENT |
862 | bool | 870 | bool |
863 | 871 | ||
@@ -1127,7 +1135,7 @@ config CPU_LOONGSON2E | |||
1127 | The Loongson 2E processor implements the MIPS III instruction set | 1135 | The Loongson 2E processor implements the MIPS III instruction set |
1128 | with many extensions. | 1136 | with many extensions. |
1129 | 1137 | ||
1130 | It has an internal FPGA northbridge, which is compatiable to | 1138 | It has an internal FPGA northbridge, which is compatible to |
1131 | bonito64. | 1139 | bonito64. |
1132 | 1140 | ||
1133 | config CPU_LOONGSON2F | 1141 | config CPU_LOONGSON2F |
@@ -2340,6 +2348,16 @@ source "drivers/pcmcia/Kconfig" | |||
2340 | 2348 | ||
2341 | source "drivers/pci/hotplug/Kconfig" | 2349 | source "drivers/pci/hotplug/Kconfig" |
2342 | 2350 | ||
2351 | config RAPIDIO | ||
2352 | bool "RapidIO support" | ||
2353 | depends on PCI | ||
2354 | default n | ||
2355 | help | ||
2356 | If you say Y here, the kernel will include drivers and | ||
2357 | infrastructure code to support RapidIO interconnect devices. | ||
2358 | |||
2359 | source "drivers/rapidio/Kconfig" | ||
2360 | |||
2343 | endmenu | 2361 | endmenu |
2344 | 2362 | ||
2345 | menu "Executable file formats" | 2363 | menu "Executable file formats" |