summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-12-08 11:18:54 +0100
committerHeiko Schocher <hs@denx.de>2015-12-11 06:30:01 +0100
commit0305be1087a0d3b7058c5761e9cbc26a1b3fbd2c (patch)
tree3666e1d3b0b78a88b6699231a81b41f0b3229485 /drivers/i2c
parent61d815a2cb55e38399f4bcc16b664d194cd9472a (diff)
downloadblackbird-obmc-uboot-0305be1087a0d3b7058c5761e9cbc26a1b3fbd2c.tar.gz
blackbird-obmc-uboot-0305be1087a0d3b7058c5761e9cbc26a1b3fbd2c.zip
Kconfig: i2c: Fix indentation
Use tabs instead of space for indentation. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/muxes/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index 4051923115..913093d53d 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -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.
OpenPOWER on IntegriCloud