diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ed92864d1325..a0ffb5188c8c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -932,6 +932,9 @@ config X86_PAE | |||
932 | has the cost of more pagetable lookup overhead, and also | 932 | has the cost of more pagetable lookup overhead, and also |
933 | consumes more pagetable space per process. | 933 | consumes more pagetable space per process. |
934 | 934 | ||
935 | config ARCH_PHYS_ADDR_T_64BIT | ||
936 | def_bool X86_64 || X86_PAE | ||
937 | |||
935 | # Common NUMA Features | 938 | # Common NUMA Features |
936 | config NUMA | 939 | config NUMA |
937 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" | 940 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" |