]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: Kconfig: remove SMP dependence for NUMA
authorKefeng Wang <wangkefeng.wang@huawei.com>
Tue, 27 Sep 2016 03:57:18 +0000 (11:57 +0800)
committerWill Deacon <will.deacon@arm.com>
Wed, 28 Sep 2016 09:43:38 +0000 (10:43 +0100)
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>
arch/arm64/Kconfig

index 4572f00e64f59ab36eb57ad20abd6a70249e6559..17c14a1d9112090f098be228cf1ae14bd88f7c41 100644 (file)
@@ -579,7 +579,6 @@ config HOTPLUG_CPU
 # Common NUMA Features
 config NUMA
        bool "Numa Memory Allocation and Scheduler Support"
-       depends on SMP
        select ACPI_NUMA if ACPI
        select OF_NUMA
        help