From: Hannes Schmelzer Date: Thu, 7 Jun 2018 10:10:09 +0000 (+0200) Subject: drivers/gpio/mxc: fix MXC GPIO name in KConfig X-Git-Tag: v2018.07-rc3~15^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fd05fccc8b31a37017f33bc70bbb7bc819d77f0;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Simon Glass Reviewed-by: Fabio Estevam --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b7e4ffb..29af22e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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