diff options
author | David S. Miller <davem@davemloft.net> | 2011-10-24 18:18:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-24 18:18:09 -0400 |
commit | 1805b2f04855f07afe3a71d620a68f483b0ed74f (patch) | |
tree | b823b90f37f5404fcaef70f785c70112ca74a329 /arch/mips/Kconfig | |
parent | 78d81d15b74246c7cedf84894434890b33da3907 (diff) | |
parent | f42af6c486aa5ca6ee62800cb45c5b252020509d (diff) |
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0dbb4edc2dd1..4cbc6d8de210 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -24,6 +24,7 @@ config MIPS | |||
24 | select GENERIC_IRQ_PROBE | 24 | select GENERIC_IRQ_PROBE |
25 | select GENERIC_IRQ_SHOW | 25 | select GENERIC_IRQ_SHOW |
26 | select HAVE_ARCH_JUMP_LABEL | 26 | select HAVE_ARCH_JUMP_LABEL |
27 | select IRQ_FORCED_THREADING | ||
27 | 28 | ||
28 | menu "Machine selection" | 29 | menu "Machine selection" |
29 | 30 | ||
@@ -715,6 +716,7 @@ config CAVIUM_OCTEON_SIMULATOR | |||
715 | select SYS_SUPPORTS_HIGHMEM | 716 | select SYS_SUPPORTS_HIGHMEM |
716 | select SYS_SUPPORTS_HOTPLUG_CPU | 717 | select SYS_SUPPORTS_HOTPLUG_CPU |
717 | select SYS_HAS_CPU_CAVIUM_OCTEON | 718 | select SYS_HAS_CPU_CAVIUM_OCTEON |
719 | select HOLES_IN_ZONE | ||
718 | help | 720 | help |
719 | The Octeon simulator is software performance model of the Cavium | 721 | The Octeon simulator is software performance model of the Cavium |
720 | Octeon Processor. It supports simulating Octeon processors on x86 | 722 | Octeon Processor. It supports simulating Octeon processors on x86 |
@@ -737,6 +739,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD | |||
737 | select ZONE_DMA32 | 739 | select ZONE_DMA32 |
738 | select USB_ARCH_HAS_OHCI | 740 | select USB_ARCH_HAS_OHCI |
739 | select USB_ARCH_HAS_EHCI | 741 | select USB_ARCH_HAS_EHCI |
742 | select HOLES_IN_ZONE | ||
740 | help | 743 | help |
741 | This option supports all of the Octeon reference boards from Cavium | 744 | This option supports all of the Octeon reference boards from Cavium |
742 | Networks. It builds a kernel that dynamically determines the Octeon | 745 | Networks. It builds a kernel that dynamically determines the Octeon |
@@ -967,6 +970,9 @@ config ISA_DMA_API | |||
967 | config GENERIC_GPIO | 970 | config GENERIC_GPIO |
968 | bool | 971 | bool |
969 | 972 | ||
973 | config HOLES_IN_ZONE | ||
974 | bool | ||
975 | |||
970 | # | 976 | # |
971 | # Endianess selection. Sufficiently obscure so many users don't know what to | 977 | # Endianess selection. Sufficiently obscure so many users don't know what to |
972 | # answer,so we try hard to limit the available choices. Also the use of a | 978 | # answer,so we try hard to limit the available choices. Also the use of a |