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

Randy Dunlap rdunlap at infradead.org
Mon Jul 25 13:15:53 PDT 2022


Hi--

On 7/25/22 13:13, nick.hawkins at hpe.com 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



More information about the linux-arm-kernel mailing list