Commit 1b00ff61 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Wolfram Sang

i2c: 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>
Acked-by: default avatarPeter Rosin <peda@axentia.se>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent dca0dd28
...@@ -293,7 +293,7 @@ config I2C_VIA ...@@ -293,7 +293,7 @@ config I2C_VIA
select I2C_ALGOBIT select I2C_ALGOBIT
help help
If you say yes to this option, support will be included for the VIA If you say yes to this option, support will be included for the VIA
82C586B I2C interface 82C586B I2C 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 i2c-via. will be called i2c-via.
...@@ -678,11 +678,11 @@ config I2C_IMX_LPI2C ...@@ -678,11 +678,11 @@ config I2C_IMX_LPI2C
tristate "IMX Low Power I2C interface" tristate "IMX Low Power I2C interface"
depends on ARCH_MXC || COMPILE_TEST depends on ARCH_MXC || COMPILE_TEST
help help
Say Y here if you want to use the Low Power IIC bus controller Say Y here if you want to use the Low Power IIC bus controller
on the Freescale i.MX processors. on the Freescale i.MX processors.
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 i2c-imx-lpi2c. will be called i2c-imx-lpi2c.
config I2C_IOP3XX config I2C_IOP3XX
tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
...@@ -1184,9 +1184,9 @@ config I2C_DIOLAN_U2C ...@@ -1184,9 +1184,9 @@ config I2C_DIOLAN_U2C
will be called i2c-diolan-u2c. will be called i2c-diolan-u2c.
config I2C_DLN2 config I2C_DLN2
tristate "Diolan DLN-2 USB I2C adapter" tristate "Diolan DLN-2 USB I2C 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 I2C interface. DLN2, a USB to I2C interface.
...@@ -1285,9 +1285,9 @@ config I2C_VIPERBOARD ...@@ -1285,9 +1285,9 @@ config I2C_VIPERBOARD
help help
Say yes here to access the I2C part of the Nano River Say yes here to access the I2C part of the Nano River
Technologies Viperboard as I2C master. Technologies Viperboard as I2C master.
See viperboard API specification and Nano See viperboard API specification and Nano
River Tech's viperboard.h for detailed meaning River Tech's viperboard.h for detailed meaning
of the module parameters. of the module parameters.
comment "Other I2C/SMBus bus drivers" comment "Other I2C/SMBus bus drivers"
......
...@@ -109,14 +109,14 @@ config I2C_DEMUX_PINCTRL ...@@ -109,14 +109,14 @@ config I2C_DEMUX_PINCTRL
want to change the I2C master at run-time depending on features. want to change the I2C master at run-time depending on features.
config I2C_MUX_MLXCPLD config I2C_MUX_MLXCPLD
tristate "Mellanox CPLD based I2C multiplexer" tristate "Mellanox CPLD based I2C multiplexer"
help help
If you say yes to this option, support will be included for a If you say yes to this option, support will be included for a
CPLD based I2C multiplexer. This driver provides access to CPLD based I2C multiplexer. This driver provides access to
I2C busses connected through a MUX, which is controlled I2C busses connected through a MUX, which is controlled
by a CPLD register. by a CPLD register.
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 i2c-mux-mlxcpld. will be called i2c-mux-mlxcpld.
endmenu endmenu
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