RISC-V: Make NUMA depend on SMP
authorPalmer Dabbelt <palmerdabbelt@google.com>
Fri, 26 Feb 2021 20:21:15 +0000 (12:21 -0800)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Sat, 27 Feb 2021 05:20:30 +0000 (21:20 -0800)
commitf01e631cccab4b299cf005c42a3176595a3f3f9d
treef7b05e1962a41032d07e60ef45f2dab70c083f69
parent8b83369ddcb3fb9cab5c1088987ce477565bb630
RISC-V: Make NUMA depend on SMP

In theory these are orthogonal, but in practice all NUMA systems are
SMP.  NUMA && !SMP doesn't build, everyone else is coupling them, and I
don't really see any value in supporting that configuration.

Fixes: 4f0e8eef772e ("riscv: Add numa support for riscv64 platform")
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Suggested-by: Atish Patra <atishp@atishpatra.org>
Reported-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Tested-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/Kconfig