arm64: Kconfig: remove SMP dependence for NUMA

The arm64 forces CONFIG_SMP=y with commit 4b3dc9679c, 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>
This commit is contained in:
Kefeng Wang 2016-09-27 11:57:18 +08:00 коммит произвёл Will Deacon
Родитель 0c2a6cce17
Коммит b4b9551e2f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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