diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2018-08-16 09:44:55 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-17 09:22:35 -0400 |
commit | 004167048defc61cbef44a819e4afd4b18c0b7e5 (patch) | |
tree | da9a4f98cb7c559e495eb86d36a7fe67e2934d08 /drivers/i2c | |
parent | 8297e648b82197b7b543b0cc702983fcf98fe82c (diff) | |
download | u-boot-004167048defc61cbef44a819e4afd4b18c0b7e5.tar.gz u-boot-004167048defc61cbef44a819e4afd4b18c0b7e5.tar.xz u-boot-004167048defc61cbef44a819e4afd4b18c0b7e5.zip |
kconfig: fix typo 'parition'
Replaced misspelled words "parition"/"paritioning" (missing 't') in two
Kconfig files by correct words "partition"/"partitioning"
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'drivers/i2c')
-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 156380c1cc..b0da67ce2c 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig @@ -31,7 +31,7 @@ config I2C_MUX_PCA954x help If you say yes here you get support for the TI PCA954x I2C mux/switch devices. It is x width I2C multiplexer which enables to - paritioning I2C bus and connect multiple devices with the same address + partitioning I2C bus and connect multiple devices with the same address to the same I2C controller where driver handles proper routing to target i2c device. PCA9544 and PCA9548 are supported. |