Skip to content
Snippets Groups Projects
Commit 0305be10 authored by Michal Simek's avatar Michal Simek Committed by Heiko Schocher
Browse files

Kconfig: i2c: Fix indentation


Use tabs instead of space for indentation.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 61d815a2
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,10 @@ config I2C_MUX ...@@ -8,10 +8,10 @@ config I2C_MUX
using a suitable I2C MUX driver. using a suitable I2C MUX driver.
config I2C_ARB_GPIO_CHALLENGE config I2C_ARB_GPIO_CHALLENGE
bool "GPIO-based I2C arbitration" bool "GPIO-based I2C arbitration"
depends on I2C_MUX depends on I2C_MUX
help help
If you say yes to this option, support will be included for an If you say yes to this option, support will be included for an
I2C multimaster arbitration scheme using GPIOs and a challenge & I2C multimaster arbitration scheme using GPIOs and a challenge &
response mechanism where masters have to claim the bus by asserting response mechanism where masters have to claim the bus by asserting
a GPIO. a GPIO.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment