diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-09-27 11:57:18 +0800 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2016-09-28 10:43:38 +0100 |
commit | b4b9551e2f467d1a96c324b8a45f9b5b87d2f0fc (patch) | |
tree | ef87a87040a4b3f89b434d58e29ebb27a5dbf717 /arch | |
parent | 0c2a6cce1776ed041b71a305edcb7d89923743e1 (diff) | |
download | talos-obmc-linux-b4b9551e2f467d1a96c324b8a45f9b5b87d2f0fc.tar.gz talos-obmc-linux-b4b9551e2f467d1a96c324b8a45f9b5b87d2f0fc.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 4572f00e64f5..17c14a1d9112 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -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 |