mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
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>
This commit is contained in:
parent
8297e648b8
commit
004167048d
@ -409,7 +409,7 @@ config SPL_LIBCOMMON_SUPPORT
|
||||
an SPL build.
|
||||
|
||||
config SPL_LIBDISK_SUPPORT
|
||||
bool "Support disk paritions"
|
||||
bool "Support disk partitions"
|
||||
help
|
||||
Enable support for disk partitions within SPL. 'Disk' is something
|
||||
of a misnomer as it includes non-spinning media such as flash (as
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user