Re: [PATCH 02/15] misc: nnpi: Initialize NNP-I framework and PCIe modules

From: Randy Dunlap
Date: Wed May 12 2021 - 15:57:48 EST


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