[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YJ5j6DKJdAVrWUvV@kroah.com>
Date: Fri, 14 May 2021 13:50:00 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Moriis Ku <saumah@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] 8250: Add SUNIX SDC series uart driver
On Fri, May 14, 2021 at 07:39:08PM +0800, Moriis Ku wrote:
> From: Morris Ku <saumah@...il.com>
>
> Add SUNIX SDC series uart driver
>
> Signed-off-by: Morris Ku <saumah@...il.com>
> ---
> Kconfig | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Kconfig b/Kconfig
> index 7ef60f8..3a68ef4 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -217,6 +217,12 @@ config SERIAL_8250_MANY_PORTS
> say N here to save some memory. You can also say Y if you have an
> "intelligent" multiport card such as Cyclades, Digiboards, etc.
>
> +config SERIAL_8250_SDC
> + tristate "SUNIX SDC serial port support"
> + depends on SERIAL_8250 && MFD_SUNIX_SDC
> + help
> + Support for SUNIX SDC serial port.
> +
> #
> # Multi-port serial cards
> #
> --
> 2.20.1
>
I think you forgot the rest of the patch :(
Also please make your patches at the "root" of the kernel tree, this is
in the wrong location.
thanks,
greg k-h
Powered by blists - more mailing lists