From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Tue, 03 Dec 2013 18:45:37 +0000 Subject: Re: [PATCH 03/15] serial: sh-sci: Restrict non-COMPILE_TEST compilation Message-Id: <20131203184537.GE23280@kroah.com> List-Id: References: <1385515117-23664-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1385515117-23664-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1385515117-23664-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, Nov 27, 2013 at 02:18:25AM +0100, Laurent Pinchart wrote: > Hardware supported by the driver is only found on SUPERH or > ARCH_SHMOBILE platforms. Restrict non-COMPILE_TEST compilation to them. > > Cc: Greg Kroah-Hartman > Cc: linux-serial@vger.kernel.org > Signed-off-by: Laurent Pinchart > --- > drivers/tty/serial/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Greg Kroah-Hartman