diff options
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d300c2bf8365..b122adc8bdbb 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -723,6 +723,7 @@ config CAVIUM_OCTEON_SIMULATOR | |||
723 | select SYS_SUPPORTS_HIGHMEM | 723 | select SYS_SUPPORTS_HIGHMEM |
724 | select SYS_SUPPORTS_HOTPLUG_CPU | 724 | select SYS_SUPPORTS_HOTPLUG_CPU |
725 | select SYS_HAS_CPU_CAVIUM_OCTEON | 725 | select SYS_HAS_CPU_CAVIUM_OCTEON |
726 | select HOLES_IN_ZONE | ||
726 | help | 727 | help |
727 | The Octeon simulator is software performance model of the Cavium | 728 | The Octeon simulator is software performance model of the Cavium |
728 | Octeon Processor. It supports simulating Octeon processors on x86 | 729 | Octeon Processor. It supports simulating Octeon processors on x86 |
@@ -745,6 +746,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD | |||
745 | select ZONE_DMA32 | 746 | select ZONE_DMA32 |
746 | select USB_ARCH_HAS_OHCI | 747 | select USB_ARCH_HAS_OHCI |
747 | select USB_ARCH_HAS_EHCI | 748 | select USB_ARCH_HAS_EHCI |
749 | select HOLES_IN_ZONE | ||
748 | help | 750 | help |
749 | This option supports all of the Octeon reference boards from Cavium | 751 | This option supports all of the Octeon reference boards from Cavium |
750 | Networks. It builds a kernel that dynamically determines the Octeon | 752 | Networks. It builds a kernel that dynamically determines the Octeon |
@@ -974,6 +976,9 @@ config ISA_DMA_API | |||
974 | config GENERIC_GPIO | 976 | config GENERIC_GPIO |
975 | bool | 977 | bool |
976 | 978 | ||
979 | config HOLES_IN_ZONE | ||
980 | bool | ||
981 | |||
977 | # | 982 | # |
978 | # Endianess selection. Sufficiently obscure so many users don't know what to | 983 | # Endianess selection. Sufficiently obscure so many users don't know what to |
979 | # answer,so we try hard to limit the available choices. Also the use of a | 984 | # answer,so we try hard to limit the available choices. Also the use of a |