aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-10-24 18:18:09 -0400
committerDavid S. Miller <davem@davemloft.net>2011-10-24 18:18:09 -0400
commit1805b2f04855f07afe3a71d620a68f483b0ed74f (patch)
treeb823b90f37f5404fcaef70f785c70112ca74a329 /arch/mips/Kconfig
parent78d81d15b74246c7cedf84894434890b33da3907 (diff)
parentf42af6c486aa5ca6ee62800cb45c5b252020509d (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/Kconfig6
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
28menu "Machine selection" 29menu "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
967config GENERIC_GPIO 970config GENERIC_GPIO
968 bool 971 bool
969 972
973config 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