summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorKefeng Wang2016-09-26 09:36:50 +0200
committerWill Deacon2016-09-26 15:25:43 +0200
commit0c2a6cce1776ed041b71a305edcb7d89923743e1 (patch)
tree1c6bd095ab509b2dbd62a224e9f1ef1e36b54a59 /arch/arm64/Kconfig
parentarm64: fix dump_backtrace/unwind_frame with NULL tsk (diff)
downloadkernel-qcow2-linux-0c2a6cce1776ed041b71a305edcb7d89923743e1.tar.gz
kernel-qcow2-linux-0c2a6cce1776ed041b71a305edcb7d89923743e1.tar.xz
kernel-qcow2-linux-0c2a6cce1776ed041b71a305edcb7d89923743e1.zip
arm64: Kconfig: select OF/ACPI_NUMA under NUMA config
Move OF_NUMA select under NUMA config, and select ACPI_NUMA when ACPI enabled. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 8f868ec4e27f..4572f00e64f5 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -103,7 +103,6 @@ config ARM64
select NO_BOOTMEM
select OF
select OF_EARLY_FLATTREE
- select OF_NUMA if NUMA && OF
select OF_RESERVED_MEM
select PCI_ECAM if ACPI
select POWER_RESET
@@ -581,6 +580,8 @@ config HOTPLUG_CPU
config NUMA
bool "Numa Memory Allocation and Scheduler Support"
depends on SMP
+ select ACPI_NUMA if ACPI
+ select OF_NUMA
help
Enable NUMA (Non Uniform Memory Access) support.