Re: [PATCH v5 2/5] numa: Move numa implementation to common code

From: Randy Dunlap
Date: Wed Nov 18 2020 - 20:13:08 EST


On 11/18/20 4:38 PM, Atish Patra wrote:
> diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
> index 8d7001712062..c5956c8845cc 100644
> --- a/drivers/base/Kconfig
> +++ b/drivers/base/Kconfig
> @@ -210,4 +210,10 @@ config GENERIC_ARCH_TOPOLOGY
> appropriate scaling, sysfs interface for reading capacity values at
> runtime.
>
> +config GENERIC_ARCH_NUMA
> + bool
> + help
> + Enable support for generic NUMA implementation. Currently, RISC-V
> + and ARM64 uses it.

use it.

> +
> endmenu


--
~Randy