mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
drivers/gpio/mxc: fix MXC GPIO name in KConfig
The naming with "UART" is obviously wrong, we fix this here. Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
82e8ba056e
commit
8fd05fccc8
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ config MSM_GPIO
|
|||
- MSM8916
|
||||
|
||||
config MXC_GPIO
|
||||
bool "Freescale/NXP MXC UART driver"
|
||||
bool "Freescale/NXP MXC GPIO driver"
|
||||
help
|
||||
Support GPIO controllers on various i.MX platforms
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue