pinctrl: Kconfig: Fix typo

Signed-off-by: Marek Behun <marek.behun@nic.cz>
This commit is contained in:
Marek Behún 2018-03-02 09:56:00 +01:00 committed by Tom Rini
parent 1e5f89881a
commit de2069c761

View File

@ -47,9 +47,9 @@ config PINMUX
default y default y
help help
This option enables pin multiplexing through the generic pinctrl This option enables pin multiplexing through the generic pinctrl
framework. Most SoCs have their own own multiplexing arrangement framework. Most SoCs have their own multiplexing arrangement where
where a single pin can be used for several functions. An SoC pinctrl a single pin can be used for several functions. An SoC pinctrl driver
driver allows the required function to be selected for each pin. allows the required function to be selected for each pin.
The driver is typically controlled by the device tree. The driver is typically controlled by the device tree.
config PINCONF config PINCONF