Commit 554bbe72 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

spi: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191120133916.13595-1-krzk@kernel.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent ae7c2d34
...@@ -144,7 +144,7 @@ config SPI_BCM63XX ...@@ -144,7 +144,7 @@ config SPI_BCM63XX
tristate "Broadcom BCM63xx SPI controller" tristate "Broadcom BCM63xx SPI controller"
depends on BCM63XX || COMPILE_TEST depends on BCM63XX || COMPILE_TEST
help help
Enable support for the SPI controller on the Broadcom BCM63xx SoCs. Enable support for the SPI controller on the Broadcom BCM63xx SoCs.
config SPI_BCM63XX_HSSPI config SPI_BCM63XX_HSSPI
tristate "Broadcom BCM63XX HS SPI controller driver" tristate "Broadcom BCM63XX HS SPI controller driver"
...@@ -235,11 +235,11 @@ config SPI_DLN2 ...@@ -235,11 +235,11 @@ config SPI_DLN2
tristate "Diolan DLN-2 USB SPI adapter" tristate "Diolan DLN-2 USB SPI adapter"
depends on MFD_DLN2 depends on MFD_DLN2
help help
If you say yes to this option, support will be included for Diolan If you say yes to this option, support will be included for Diolan
DLN2, a USB to SPI interface. DLN2, a USB to SPI interface.
This driver can also be built as a module. If so, the module This driver can also be built as a module. If so, the module
will be called spi-dln2. will be called spi-dln2.
config SPI_EFM32 config SPI_EFM32
tristate "EFM32 SPI controller" tristate "EFM32 SPI controller"
...@@ -748,10 +748,10 @@ config SPI_SYNQUACER ...@@ -748,10 +748,10 @@ config SPI_SYNQUACER
It also supports the new dual-bit and quad-bit SPI protocol. It also supports the new dual-bit and quad-bit SPI protocol.
config SPI_MXIC config SPI_MXIC
tristate "Macronix MX25F0A SPI controller" tristate "Macronix MX25F0A SPI controller"
depends on SPI_MASTER depends on SPI_MASTER
help help
This selects the Macronix MX25F0A SPI controller driver. This selects the Macronix MX25F0A SPI controller driver.
config SPI_MXS config SPI_MXS
tristate "Freescale MXS SPI controller" tristate "Freescale MXS SPI controller"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment