[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fec29580-b5b3-3e62-05b2-0227de43971d@infradead.org>
Date: Wed, 12 May 2021 11:07:57 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Guy Zadicario <guy.zadicario@...el.com>,
gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Cc: olof@...om.net, alexander.shishkin@...ux.intel.com,
andriy.shevchenko@...el.com, yochai.shefi-simchon@...el.com
Subject: Re: [PATCH 02/15] misc: nnpi: Initialize NNP-I framework and PCIe
modules
On 5/12/21 12:10 AM, Guy Zadicario wrote:
> diff --git a/drivers/misc/intel-nnpi/Kconfig b/drivers/misc/intel-nnpi/Kconfig
> new file mode 100644
> index 0000000..ccd39df
> --- /dev/null
> +++ b/drivers/misc/intel-nnpi/Kconfig
> @@ -0,0 +1,18 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +
> +#
> +# Copyright (C) 2019-2021 Intel Corporation
> +#
> +#
> +
> +config INTEL_NNPI
> + tristate "Intel(R) PCIe NNP-I (AI accelerator for inference) device driver"
> + depends on PCI
> + select DMA_SHARED_BUFFER
> + help
> + Device driver for Intel NNP-I PCIe accelerator card for AI inference.
> +
> + If unsure, say N.
> +
> + To compile this driver as a module, choose M here. Two modules will
> + get generated intel_nnpi and intel_nnpi_pcie.
For the last help text line, use a tab + 2 spaces for indentation.
Also 2 more changes: s/get generated/be generated:/
thanks.
--
~Randy
Powered by blists - more mailing lists