Re: [PATCH v4 1/5] spi: spi-gxp: Add support for HPE GXP SoCs

From: Randy Dunlap
Date: Mon Jul 25 2022 - 16:17:11 EST


Hi--

On 7/25/22 13:13, nick.hawkins@xxxxxxx wrote:
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 3b1044ebc400..543e4a5b5ffa 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -371,6 +371,13 @@ config SPI_FSL_QUADSPI
> This controller does not support generic SPI messages. It only
> supports the high-level SPI memory interface.
>
> +config SPI_GXP
> + tristate "GXP SPI driver"
> + depends on ARCH_HPE || COMPILE_TEST
> + help
> + This enables support for the driver for GXP bus attached SPI
> + controllers.

Documentation/process/coding-style.rst says:

For all of the Kconfig* configuration files throughout the source tree,
the indentation is somewhat different. Lines under a ``config`` definition
are indented with one tab, while help text is indented an additional two
spaces.

thanks.
--
~Randy