diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 40 |
1 files changed, 32 insertions, 8 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index dfd904f6883b..d4ae5f9ceae6 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -68,7 +68,6 @@ config X86_VOYAGER | |||
68 | 68 | ||
69 | config X86_NUMAQ | 69 | config X86_NUMAQ |
70 | bool "NUMAQ (IBM/Sequent)" | 70 | bool "NUMAQ (IBM/Sequent)" |
71 | select DISCONTIGMEM | ||
72 | select NUMA | 71 | select NUMA |
73 | help | 72 | help |
74 | This option is used for getting Linux to run on a (IBM/Sequent) NUMA | 73 | This option is used for getting Linux to run on a (IBM/Sequent) NUMA |
@@ -783,25 +782,48 @@ comment "NUMA (NUMA-Q) requires SMP, 64GB highmem support" | |||
783 | comment "NUMA (Summit) requires SMP, 64GB highmem support, ACPI" | 782 | comment "NUMA (Summit) requires SMP, 64GB highmem support, ACPI" |
784 | depends on X86_SUMMIT && (!HIGHMEM64G || !ACPI) | 783 | depends on X86_SUMMIT && (!HIGHMEM64G || !ACPI) |
785 | 784 | ||
786 | config DISCONTIGMEM | ||
787 | bool | ||
788 | depends on NUMA | ||
789 | default y | ||
790 | |||
791 | config HAVE_ARCH_BOOTMEM_NODE | 785 | config HAVE_ARCH_BOOTMEM_NODE |
792 | bool | 786 | bool |
793 | depends on NUMA | 787 | depends on NUMA |
794 | default y | 788 | default y |
795 | 789 | ||
796 | config HAVE_MEMORY_PRESENT | 790 | config ARCH_HAVE_MEMORY_PRESENT |
797 | bool | 791 | bool |
798 | depends on DISCONTIGMEM | 792 | depends on DISCONTIGMEM |
799 | default y | 793 | default y |
800 | 794 | ||
801 | config NEED_NODE_MEMMAP_SIZE | 795 | config NEED_NODE_MEMMAP_SIZE |
802 | bool | 796 | bool |
803 | depends on DISCONTIGMEM | 797 | depends on DISCONTIGMEM || SPARSEMEM |
798 | default y | ||
799 | |||
800 | config HAVE_ARCH_ALLOC_REMAP | ||
801 | bool | ||
802 | depends on NUMA | ||
803 | default y | ||
804 | |||
805 | config ARCH_DISCONTIGMEM_ENABLE | ||
806 | def_bool y | ||
807 | depends on NUMA | ||
808 | |||
809 | config ARCH_DISCONTIGMEM_DEFAULT | ||
810 | def_bool y | ||
811 | depends on NUMA | ||
812 | |||
813 | config ARCH_SPARSEMEM_ENABLE | ||
814 | def_bool y | ||
815 | depends on NUMA | ||
816 | |||
817 | config ARCH_SELECT_MEMORY_MODEL | ||
818 | def_bool y | ||
819 | depends on ARCH_SPARSEMEM_ENABLE | ||
820 | |||
821 | source "mm/Kconfig" | ||
822 | |||
823 | config HAVE_ARCH_EARLY_PFN_TO_NID | ||
824 | bool | ||
804 | default y | 825 | default y |
826 | depends on NUMA | ||
805 | 827 | ||
806 | config HIGHPTE | 828 | config HIGHPTE |
807 | bool "Allocate 3rd-level pagetables from highmem" | 829 | bool "Allocate 3rd-level pagetables from highmem" |
@@ -939,6 +961,8 @@ config SECCOMP | |||
939 | 961 | ||
940 | If unsure, say Y. Only embedded should say N here. | 962 | If unsure, say Y. Only embedded should say N here. |
941 | 963 | ||
964 | source kernel/Kconfig.hz | ||
965 | |||
942 | endmenu | 966 | endmenu |
943 | 967 | ||
944 | 968 | ||