diff mbox series

[U-Boot] drivers/gpio/mxc: fix MXC GPIO name in KConfig

Message ID 1528366209-1207-1-git-send-email-oe5hpm@oevsv.at
State Accepted
Commit 8fd05fccc8b31a37017f33bc70bbb7bc819d77f0
Delegated to: Stefano Babic
Headers show
Series [U-Boot] drivers/gpio/mxc: fix MXC GPIO name in KConfig | expand

Commit Message

Hannes Schmelzer June 7, 2018, 10:10 a.m. UTC
The naming with "UART" is obviously wrong, we fix this here.

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>

---

 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass June 8, 2018, 9:59 p.m. UTC | #1
On 7 June 2018 at 02:10, Hannes Schmelzer <oe5hpm@oevsv.at> wrote:
> The naming with "UART" is obviously wrong, we fix this here.
>
> Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
>
> ---
>
>  drivers/gpio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Fabio Estevam June 8, 2018, 10:08 p.m. UTC | #2
On Thu, Jun 7, 2018 at 7:10 AM, Hannes Schmelzer <oe5hpm@oevsv.at> wrote:
> The naming with "UART" is obviously wrong, we fix this here.
>
> Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
>
> ---
>
>  drivers/gpio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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"

Thanks for the fix:

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
diff mbox series

Patch

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