Re: [PATCH 4/7] MIPS: Octeon: Add Free Pointer Unit (FPA) support.

From: James Hogan
Date: Thu Nov 02 2017 - 09:14:34 EST


On Wed, Nov 01, 2017 at 05:36:03PM -0700, David Daney wrote:
> diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig
> index 5c0b56203bae..211ef5b57214 100644
> --- a/arch/mips/cavium-octeon/Kconfig
> +++ b/arch/mips/cavium-octeon/Kconfig
> @@ -86,4 +86,14 @@ config OCTEON_ILM
> To compile this driver as a module, choose M here. The module
> will be called octeon-ilm
>
> +config OCTEON_FPA3
> + tristate "Octeon III fpa driver"
> + default "n"

n is the default default so I think this line is redundant.

> + depends on CPU_CAVIUM_OCTEON
> + help
> + This option enables a Octeon III driver for the Free Pool Unit (FPA).
> + The FPA is a hardware unit that manages pools of pointers to free
> + L2/DRAM memory. This driver provides an interface to reserve,
> + initialize, and fill fpa pools.
> +
> endif # CAVIUM_OCTEON_SOC

Cheers
James