Skip to content

Commit 7dd1cfc

Browse files
krzkjic23
authored andcommitted
iio: 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: Krzysztof Kozlowski <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 0f8b129 commit 7dd1cfc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

drivers/iio/gyro/Kconfig

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,26 +75,26 @@ config BMG160_SPI
7575
select REGMAP_SPI
7676

7777
config FXAS21002C
78-
tristate "NXP FXAS21002C Gyro Sensor"
79-
select IIO_BUFFER
80-
select IIO_TRIGGERED_BUFFER
81-
select FXAS21002C_I2C if (I2C)
82-
select FXAS21002C_SPI if (SPI)
83-
depends on (I2C || SPI_MASTER)
84-
help
85-
Say yes here to build support for NXP FXAS21002C Tri-axis Gyro
86-
Sensor driver connected via I2C or SPI.
87-
88-
This driver can also be built as a module. If so, the module
89-
will be called fxas21002c_i2c or fxas21002c_spi.
78+
tristate "NXP FXAS21002C Gyro Sensor"
79+
select IIO_BUFFER
80+
select IIO_TRIGGERED_BUFFER
81+
select FXAS21002C_I2C if (I2C)
82+
select FXAS21002C_SPI if (SPI)
83+
depends on (I2C || SPI_MASTER)
84+
help
85+
Say yes here to build support for NXP FXAS21002C Tri-axis Gyro
86+
Sensor driver connected via I2C or SPI.
87+
88+
This driver can also be built as a module. If so, the module
89+
will be called fxas21002c_i2c or fxas21002c_spi.
9090

9191
config FXAS21002C_I2C
92-
tristate
93-
select REGMAP_I2C
92+
tristate
93+
select REGMAP_I2C
9494

9595
config FXAS21002C_SPI
96-
tristate
97-
select REGMAP_SPI
96+
tristate
97+
select REGMAP_SPI
9898

9999
config HID_SENSOR_GYRO_3D
100100
depends on HID_SENSOR_HUB

0 commit comments

Comments
 (0)