diff options
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 | ||