Browse Source

arm64: Kconfig: remove SMP dependence for NUMA

The arm64 forces CONFIG_SMP=y with commit 4b3dc9679cf7, no need to
add SMP dependence for NUMA.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Kefeng Wang 8 years ago
parent
commit
b4b9551e2f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm64/Kconfig

+ 0 - 1
arch/arm64/Kconfig

@@ -579,7 +579,6 @@ config HOTPLUG_CPU
 # Common NUMA Features
 # Common NUMA Features
 config NUMA
 config NUMA
 	bool "Numa Memory Allocation and Scheduler Support"
 	bool "Numa Memory Allocation and Scheduler Support"
-	depends on SMP
 	select ACPI_NUMA if ACPI
 	select ACPI_NUMA if ACPI
 	select OF_NUMA
 	select OF_NUMA
 	help
 	help