From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] ata: limit sata_rcar host driver to ARCH_SHMOBILE Date: Tue, 25 Mar 2014 15:13:24 -0400 Message-ID: <20140325191324.GA3279@htj.dyndns.org> References: <9835622.nRa3VdL61G@amdc1032> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-qa0-f53.google.com ([209.85.216.53]:46060 "EHLO mail-qa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458AbaCYTN2 (ORCPT ); Tue, 25 Mar 2014 15:13:28 -0400 Content-Disposition: inline In-Reply-To: <9835622.nRa3VdL61G@amdc1032> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Simon Horman , Magnus Damm , linux-ide@vger.kernel.org, linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org On Tue, Mar 25, 2014 at 08:10:27PM +0100, Bartlomiej Zolnierkiewicz wrote: > Limit sata_rcar host driver to ARCH_SHMOBILE as Renesas R-Car SATA > support is specific to Renesas SoCs and the driver to work requires > suitable device tree node (or platform device) to be defined. > > Cc: Simon Horman > Cc: Magnus Damm > Signed-off-by: Bartlomiej Zolnierkiewicz > --- > drivers/ata/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > Index: b/drivers/ata/Kconfig > =================================================================== > --- a/drivers/ata/Kconfig 2014-03-25 19:52:31.952327027 +0100 > +++ b/drivers/ata/Kconfig 2014-03-25 19:57:21.104322097 +0100 > @@ -298,6 +298,7 @@ config SATA_PROMISE > > config SATA_RCAR > tristate "Renesas R-Car SATA support" > + depends on ARCH_SHMOBILE COMPILE_TEST? -- tejun