diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-09-26 03:36:50 -0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2016-09-26 09:25:43 -0400 |
commit | 0c2a6cce1776ed041b71a305edcb7d89923743e1 (patch) | |
tree | 1c6bd095ab509b2dbd62a224e9f1ef1e36b54a59 /arch/arm64/Kconfig | |
parent | b5e7307d9d5a340d2c9fabbe1cee137d4c682c71 (diff) |
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/Kconfig | 3 |
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 | |||
103 | select NO_BOOTMEM | 103 | select NO_BOOTMEM |
104 | select OF | 104 | select OF |
105 | select OF_EARLY_FLATTREE | 105 | select OF_EARLY_FLATTREE |
106 | select OF_NUMA if NUMA && OF | ||
107 | select OF_RESERVED_MEM | 106 | select OF_RESERVED_MEM |
108 | select PCI_ECAM if ACPI | 107 | select PCI_ECAM if ACPI |
109 | select POWER_RESET | 108 | select POWER_RESET |
@@ -581,6 +580,8 @@ config HOTPLUG_CPU | |||
581 | config NUMA | 580 | config NUMA |
582 | bool "Numa Memory Allocation and Scheduler Support" | 581 | bool "Numa Memory Allocation and Scheduler Support" |
583 | depends on SMP | 582 | depends on SMP |
583 | select ACPI_NUMA if ACPI | ||
584 | select OF_NUMA | ||
584 | help | 585 | help |
585 | Enable NUMA (Non Uniform Memory Access) support. | 586 | Enable NUMA (Non Uniform Memory Access) support. |
586 | 587 | ||