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>

+1
+1
arch/riscv/Kconfig
··· 314 314 # Common NUMA Features 315 315 config NUMA 316 316 bool "NUMA Memory Allocation and Scheduler Support" 317 + depends on SMP 317 318 select GENERIC_ARCH_NUMA 318 319 select OF_NUMA 319 320 select ARCH_SUPPORTS_NUMA_BALANCING