diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-01-13 22:13:26 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-18 09:16:15 -0500 |
commit | cb4d1bbe51ceddeff1a4e1479783311888e2c0cc (patch) | |
tree | 7f0488d8dec95708b08f9b2fd031a6a2e8c6be16 /drivers | |
parent | 7475145449e7520b4217804dfa1d4f2d519a23c5 (diff) | |
download | u-boot-cb4d1bbe51ceddeff1a4e1479783311888e2c0cc.tar.gz |
pinctrl: Kconfig: spelling fixes
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pinctrl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 30a6aa6ee8..fb441b3bf1 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -146,7 +146,7 @@ config PINCTRL_PIC32 Supports individual pin selection and configuration for each remappable peripheral available on Microchip PIC32 SoCs. This driver is controlled by a device tree node which - contains both GPIO defintion and pin control functions. + contains both GPIO definition and pin control functions. config PINCTRL_QCA953X bool "QCA/Athores qca953x pin control driver" |