]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Kconfig: i2c: Fix indentation
authorMichal Simek <michal.simek@xilinx.com>
Tue, 8 Dec 2015 10:18:54 +0000 (11:18 +0100)
committerHeiko Schocher <hs@denx.de>
Fri, 11 Dec 2015 05:30:01 +0000 (06:30 +0100)
Use tabs instead of space for indentation.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/i2c/muxes/Kconfig

index 4051923115a50ea59ea6f331dd09a95a52a31e41..913093d53dfa415957e77aee0717b719fc878380 100644 (file)
@@ -8,10 +8,10 @@ config I2C_MUX
          using a suitable I2C MUX driver.
 
 config I2C_ARB_GPIO_CHALLENGE
-        bool "GPIO-based I2C arbitration"
-        depends on I2C_MUX
-        help
-          If you say yes to this option, support will be included for an
-          I2C multimaster arbitration scheme using GPIOs and a challenge &
-          response mechanism where masters have to claim the bus by asserting
-          a GPIO.
+       bool "GPIO-based I2C arbitration"
+       depends on I2C_MUX
+       help
+         If you say yes to this option, support will be included for an
+         I2C multimaster arbitration scheme using GPIOs and a challenge &
+         response mechanism where masters have to claim the bus by asserting
+         a GPIO.