[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FA14788.6090000@windriver.com>
Date: Wed, 2 May 2012 10:41:12 -0400
From: Paul Gortmaker <paul.gortmaker@...driver.com>
To: Magnus Damm <magnus.damm@...il.com>
CC: <linux-serial@...r.kernel.org>, <horms@...ge.net.au>,
<arnd@...db.de>, <linux-sh@...r.kernel.org>,
<gregkh@...uxfoundation.org>, <swarren@...dotorg.org>,
<linux-kernel@...r.kernel.org>, <rjw@...k.pl>,
<lethal@...ux-sh.org>, <olof@...om.net>,
<dan.j.williams@...el.com>, <alan@...ux.intel.com>
Subject: Re: [PATCH 06/06] serial8250-em: Add Emma Mobile UART driver
On 12-05-02 08:47 AM, Magnus Damm wrote:
> From: Magnus Damm <damm@...nsource.se>
>
> Add a platform driver for Emma Mobile 8250 hardware.
[...]
> +
> +config SERIAL_8250_EM
> + tristate "Support for Emma Mobile intergrated serial port"
> + depends on SERIAL_8250
Should we depend on arch=ARM or something similar? Even if the
driver is written to be arch independent, if the Emma itself is
physically tied to ARM platforms, we probably don't need to be
building it for sparc allyesconfig etc.
P.
> + help
> + Selecting this option will add support for the integrated serial
> + port hardware found on the Emma Mobile line of processors.
> + If unsure, say N.
> --- 0001/drivers/tty/serial/8250/Makefile
> +++ work/drivers/tty/serial/8250/Makefile 2012-05-02 17:25:19.000000000 +0900
> @@ -18,3 +18,4 @@ obj-$(CONFIG_SERIAL_8250_HUB6) += 8250_
> obj-$(CONFIG_SERIAL_8250_MCA) += 8250_mca.o
> obj-$(CONFIG_SERIAL_8250_FSL) += 8250_fsl.o
> obj-$(CONFIG_SERIAL_8250_DW) += 8250_dw.o
> +obj-$(CONFIG_SERIAL_8250_EM) += 8250_em.o
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists