diff mbox

[U-Boot,v8,01/23] serial: Kconfig: Add MXC_UART entry

Message ID 1477310262-17841-2-git-send-email-jteki@openedev.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Jagan Teki Oct. 24, 2016, 11:57 a.m. UTC
From: Jagan Teki <jagan@amarulasolutions.com>

Added kconfig for MXC_UART driver.

Cc: Simon Glass <sjg@chromium.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 drivers/serial/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Markus Niebel Oct. 26, 2016, 5:14 p.m. UTC | #1
Hello

Am Montag, den 24.10.2016, 17:27 +0530 schrieb Jagan Teki:
> From: Jagan Teki <jagan@amarulasolutions.com>
> 
> Added kconfig for MXC_UART driver.
> 
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Matteo Lisi <matteo.lisi@engicam.com>
> Cc: Michael Trimarchi <michael@amarulasolutions.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
>  drivers/serial/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index 541cf2e..317d158 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -309,6 +309,13 @@ config MVEBU_A3700_UART
>  	  Choose this option to add support for UART driver on the Marvell
>  	  Armada 3700 SoC. The base address is configured via DT.
>  
> +config MXC_UART
> +	bool "IMX serial port support"
> +	depends on MX6
isn't this driver not used for i.MX53 etc?
> +	help
> +	  If you have a machine based on a Motorola IMX CPU you
should we use current company name: Motorola -> NXP / Freescale?
> +	  can enable its onboard serial port by enabling this option.
> +
>  config PIC32_SERIAL
>  	bool "Support for Microchip PIC32 on-chip UART"
>  	depends on DM_SERIAL && MACH_PIC32

Markus
Jagan Teki Oct. 26, 2016, 5:44 p.m. UTC | #2
On Wed, Oct 26, 2016 at 10:44 PM, Markus Niebel <niebelm@tqsc.de> wrote:
> Hello
>
> Am Montag, den 24.10.2016, 17:27 +0530 schrieb Jagan Teki:
>> From: Jagan Teki <jagan@amarulasolutions.com>
>>
>> Added kconfig for MXC_UART driver.
>>
>> Cc: Simon Glass <sjg@chromium.org>
>> Cc: Fabio Estevam <fabio.estevam@nxp.com>
>> Cc: Stefano Babic <sbabic@denx.de>
>> Cc: Peng Fan <peng.fan@nxp.com>
>> Cc: Matteo Lisi <matteo.lisi@engicam.com>
>> Cc: Michael Trimarchi <michael@amarulasolutions.com>
>> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>> ---
>>  drivers/serial/Kconfig | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
>> index 541cf2e..317d158 100644
>> --- a/drivers/serial/Kconfig
>> +++ b/drivers/serial/Kconfig
>> @@ -309,6 +309,13 @@ config MVEBU_A3700_UART
>>         Choose this option to add support for UART driver on the Marvell
>>         Armada 3700 SoC. The base address is configured via DT.
>>
>> +config MXC_UART
>> +     bool "IMX serial port support"
>> +     depends on MX6
> isn't this driver not used for i.MX53 etc?

May be true, I never moved any i.MX53 CONFIG_MXC_UART to their
relevant defconfigs I've used MX6 as of now once they relevant onces
are planning to move then this will update.

>> +     help
>> +       If you have a machine based on a Motorola IMX CPU you
> should we use current company name: Motorola -> NXP / Freescale?

This particular IP is from Motorola, So it's ok to have this company name.

thanks!
diff mbox

Patch

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 541cf2e..317d158 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -309,6 +309,13 @@  config MVEBU_A3700_UART
 	  Choose this option to add support for UART driver on the Marvell
 	  Armada 3700 SoC. The base address is configured via DT.
 
+config MXC_UART
+	bool "IMX serial port support"
+	depends on MX6
+	help
+	  If you have a machine based on a Motorola IMX CPU you
+	  can enable its onboard serial port by enabling this option.
+
 config PIC32_SERIAL
 	bool "Support for Microchip PIC32 on-chip UART"
 	depends on DM_SERIAL && MACH_PIC32