diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-08-12 15:29:03 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-09-30 18:24:47 +0300 |
commit | 31c53962d65fb813eded2332b0fff60ffaaf2368 (patch) | |
tree | 961cbd703f3f2c3742e19453eb2bcab735092e33 /drivers/mfd/Kconfig | |
parent | 3f697027bcb0959d7c24d59550ab1da07c2dd609 (diff) | |
download | linux-31c53962d65fb813eded2332b0fff60ffaaf2368.tar.xz |
mfd: Kconfig: Fix typo of 'individual'
individul -> individual
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ed90eb5bdc83..4b918fdcc7c7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -493,7 +493,7 @@ config MFD_HI6421_PMIC Add support for HiSilicon Hi6421 PMIC. Hi6421 includes multi- functions, such as regulators, RTC, codec, Coulomb counter, etc. This driver includes core APIs _only_. You have to select - individul components like voltage regulators under corresponding + individual components like voltage regulators under corresponding menus in order to enable them. We communicate with the Hi6421 via memory-mapped I/O. |