diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-08 11:18:53 +0100 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2015-12-11 06:29:54 +0100 |
commit | 61d815a2cb55e38399f4bcc16b664d194cd9472a (patch) | |
tree | f0b81d05b8341f550fbf07527a3edf2cd94af64c | |
parent | 789fa275b3750e60c60cb3d18eabc9467892c257 (diff) | |
download | u-boot-61d815a2cb55e38399f4bcc16b664d194cd9472a.tar.gz |
Kconfig: i2c: Fix typo Suport -> Support
Fix typo in command description.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index bd3e078d62..4051923115 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig @@ -1,5 +1,5 @@ config I2C_MUX - bool "Suport I2C multiplexers" + bool "Support I2C multiplexers" depends on DM_I2C help This enables I2C buses to be multiplexed, so that you can select |