diff options
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 0f7c852f355..c3e61b36649 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -111,7 +111,6 @@ config VSYSCALL | |||
111 | config NUMA | 111 | config NUMA |
112 | bool "Non Uniform Memory Access (NUMA) Support" | 112 | bool "Non Uniform Memory Access (NUMA) Support" |
113 | depends on MMU && SYS_SUPPORTS_NUMA && EXPERIMENTAL | 113 | depends on MMU && SYS_SUPPORTS_NUMA && EXPERIMENTAL |
114 | select ARCH_WANT_NUMA_VARIABLE_LOCALITY | ||
115 | default n | 114 | default n |
116 | help | 115 | help |
117 | Some SH systems have many various memories scattered around | 116 | Some SH systems have many various memories scattered around |
@@ -144,6 +143,9 @@ config MAX_ACTIVE_REGIONS | |||
144 | CPU_SUBTYPE_SH7785) | 143 | CPU_SUBTYPE_SH7785) |
145 | default "1" | 144 | default "1" |
146 | 145 | ||
146 | config ARCH_POPULATES_NODE_MAP | ||
147 | def_bool y | ||
148 | |||
147 | config ARCH_SELECT_MEMORY_MODEL | 149 | config ARCH_SELECT_MEMORY_MODEL |
148 | def_bool y | 150 | def_bool y |
149 | 151 | ||